HomeSort by: relevance | last modified time | path
    Searched defs:insn_type (Results 1 - 25 of 51) sorted by relevancy

1 2 3

  /src/external/gpl3/binutils/dist/opcodes/
kvx-dis.h 47 enum kvx_prologue_epilogue_insn_type insn_type; member in struct:kvx_prologue_epilogue_insn
xtensa-dis.c 286 enum dis_insn_type insn_type; local
427 insn_type = dis_nonbranch;
446 info->insn_type = dis_condbranch;
448 info->insn_type = dis_branch;
450 info->insn_type = dis_jsr;
452 info->insn_type = dis_nonbranch;
476 info->insn_type = dis_nonbranch;
477 if (info->insn_type != dis_nonbranch)
479 insn_type = info->insn_type;
    [all...]
arc-dis.c 541 else if (info->insn_type == dis_dref)
564 if (info->insn_type == dis_jsr)
565 info->insn_type = dis_condjsr;
566 else if (info->insn_type == dis_branch)
567 info->insn_type = dis_condbranch;
905 enum dis_insn_type insn_type; local
924 insn_type = dis_condjsr;
926 insn_type = dis_jsr;
931 insn_type = dis_condbranch;
933 insn_type = dis_branch
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
kvx-dis.h 47 enum kvx_prologue_epilogue_insn_type insn_type; member in struct:kvx_prologue_epilogue_insn
xtensa-dis.c 286 enum dis_insn_type insn_type; local
427 insn_type = dis_nonbranch;
446 info->insn_type = dis_condbranch;
448 info->insn_type = dis_branch;
450 info->insn_type = dis_jsr;
452 info->insn_type = dis_nonbranch;
476 info->insn_type = dis_nonbranch;
477 if (info->insn_type != dis_nonbranch)
479 insn_type = info->insn_type;
    [all...]
arc-dis.c 541 else if (info->insn_type == dis_dref)
564 if (info->insn_type == dis_jsr)
565 info->insn_type = dis_condjsr;
566 else if (info->insn_type == dis_branch)
567 info->insn_type = dis_condbranch;
906 enum dis_insn_type insn_type; local
925 insn_type = dis_condjsr;
927 insn_type = dis_jsr;
932 insn_type = dis_condbranch;
934 insn_type = dis_branch
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
kvx-dis.h 47 enum kvx_prologue_epilogue_insn_type insn_type; member in struct:kvx_prologue_epilogue_insn
xtensa-dis.c 286 enum dis_insn_type insn_type; local
427 insn_type = dis_nonbranch;
446 info->insn_type = dis_condbranch;
448 info->insn_type = dis_branch;
450 info->insn_type = dis_jsr;
452 info->insn_type = dis_nonbranch;
476 info->insn_type = dis_nonbranch;
477 if (info->insn_type != dis_nonbranch)
479 insn_type = info->insn_type;
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
kvx-dis.h 47 enum kvx_prologue_epilogue_insn_type insn_type; member in struct:kvx_prologue_epilogue_insn
xtensa-dis.c 286 enum dis_insn_type insn_type; local
427 insn_type = dis_nonbranch;
446 info->insn_type = dis_condbranch;
448 info->insn_type = dis_branch;
450 info->insn_type = dis_jsr;
452 info->insn_type = dis_nonbranch;
476 info->insn_type = dis_nonbranch;
477 if (info->insn_type != dis_nonbranch)
479 insn_type = info->insn_type;
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
xtensa-istack.h 42 enum itype_enum insn_type; member in struct:tinsn_struct
  /src/external/gpl3/binutils.old/dist/gas/config/
xtensa-istack.h 42 enum itype_enum insn_type; member in struct:tinsn_struct
  /src/external/gpl3/gcc/dist/gcc/config/i386/
x86-tune-sched.cc 148 ix86_flags_dependent (rtx_insn *insn, rtx_insn *dep_insn, enum attr_type insn_type)
153 if (insn_type != TYPE_SETCC
154 && insn_type != TYPE_ICMOV
155 && insn_type != TYPE_FCMOV
156 && insn_type != TYPE_IBR)
268 enum attr_type insn_type, dep_insn_type; local
283 insn_type = get_attr_type (insn);
291 if (insn_type == TYPE_LEA)
308 if (ix86_flags_dependent (insn, dep_insn, insn_type))
312 if (insn_type == TYPE_FMO
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
x86-tune-sched.cc 126 ix86_flags_dependent (rtx_insn *insn, rtx_insn *dep_insn, enum attr_type insn_type)
131 if (insn_type != TYPE_SETCC
132 && insn_type != TYPE_ICMOV
133 && insn_type != TYPE_FCMOV
134 && insn_type != TYPE_IBR)
246 enum attr_type insn_type, dep_insn_type; local
261 insn_type = get_attr_type (insn);
269 if (insn_type == TYPE_LEA)
286 if (ix86_flags_dependent (insn, dep_insn, insn_type))
290 if (insn_type == TYPE_FMO
    [all...]
  /src/external/gpl3/gdb/dist/sim/microblaze/
interp.c 134 enum microblaze_instr_type insn_type; local
145 op = get_insn_microblaze (inst, &imm_unsigned, &insn_type,
199 if (insn_type == memory_store_inst || insn_type == memory_load_inst)
201 if (insn_type == mult_inst)
203 if (insn_type == barrel_shift_inst)
205 if (insn_type == anyware_inst)
207 if (insn_type == div_inst)
210 if ((insn_type == branch_inst || insn_type == return_inst
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/microblaze/
interp.c 134 enum microblaze_instr_type insn_type; local
145 op = get_insn_microblaze (inst, &imm_unsigned, &insn_type,
199 if (insn_type == memory_store_inst || insn_type == memory_load_inst)
201 if (insn_type == mult_inst)
203 if (insn_type == barrel_shift_inst)
205 if (insn_type == anyware_inst)
207 if (insn_type == div_inst)
210 if ((insn_type == branch_inst || insn_type == return_inst
    [all...]
  /src/external/gpl3/binutils/dist/include/
dis-asm.h 285 enum dis_insn_type insn_type; /* Type of instruction */ member in struct:disassemble_info
  /src/external/gpl3/binutils/dist/include/opcode/
spu.h 84 spu_iformat insn_type; member in struct:spu_opcode
  /src/external/gpl3/binutils.old/dist/include/opcode/
spu.h 84 spu_iformat insn_type; member in struct:spu_opcode
  /src/external/gpl3/gdb/dist/include/opcode/
spu.h 84 spu_iformat insn_type; member in struct:spu_opcode
  /src/external/gpl3/gdb.old/dist/include/opcode/
spu.h 84 spu_iformat insn_type; member in struct:spu_opcode
  /src/external/gpl3/binutils.old/dist/include/
dis-asm.h 285 enum dis_insn_type insn_type; /* Type of instruction */ member in struct:disassemble_info
  /src/external/gpl3/gdb/dist/include/
dis-asm.h 285 enum dis_insn_type insn_type; /* Type of instruction */ member in struct:disassemble_info
  /src/external/gpl3/gdb.old/dist/include/
dis-asm.h 285 enum dis_insn_type insn_type; /* Type of instruction */ member in struct:disassemble_info
  /src/external/gpl3/gdb/dist/gdb/
nds32-tdep.c 1181 int insn_type = INSN_NORMAL;
1197 insn_type = nds32_analyze_epilogue_insn32 (abi_use_fpr, insn, cache);
1198 if (insn_type == INSN_RETURN)
1200 else if (insn_type == INSN_RECOVER)
1209 insn_type = nds32_analyze_epilogue_insn16 (insn, cache);
1210 if (insn_type == INSN_RETURN || insn_type == INSN_RECOVER_RETURN)
1212 else if (insn_type == INSN_RECOVER)
1230 int insn_type = INSN_NORMAL;
1240 insn_type = nds32_analyze_epilogue_insn32 (abi_use_fpr, insn, NULL)
1177 int insn_type = INSN_NORMAL; local
1226 int insn_type = INSN_NORMAL; local
    [all...]

Completed in 57 milliseconds

1 2 3