Searched refs:insn_type (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/contrib/binutils/opcodes/
H A Dspu-dis.c64 && index->insn_type == RRR)
68 && (index->insn_type == RI18 || index->insn_type == LBT))
72 && index->insn_type == RI10)
76 && (index->insn_type == RI16))
80 && (index->insn_type == RI8))
H A Dmips-dis.c1333 info->insn_type = dis_nonbranch;
1377 if ((info->insn_type & INSN_WRITE_GPR_31) != 0)
1378 info->insn_type = dis_jsr;
1380 info->insn_type = dis_branch;
1386 if ((info->insn_type & INSN_WRITE_GPR_31) != 0)
1387 info->insn_type = dis_condjsr;
1389 info->insn_type = dis_condbranch;
1394 info->insn_type = dis_dref;
1411 info->insn_type = dis_noninsn;
1555 info->insn_type
[all...]
H A Dsparc-dis.c505 info->insn_type = dis_nonbranch; /* Assume non branch insn. */
987 info->insn_type = dis_dref;
997 info->insn_type = dis_branch;
999 info->insn_type = dis_condbranch;
1001 info->insn_type = dis_jsr;
1010 info->insn_type = dis_noninsn; /* Mark as non-valid instruction. */
/freebsd-10.0-release/contrib/binutils/include/opcode/
H A Dspu.h85 spu_iformat insn_type; member in struct:spu_opcode
/freebsd-10.0-release/contrib/binutils/include/
H A Ddis-asm.h197 enum dis_insn_type insn_type; /* Type of instruction */ member in struct:disassemble_info
/freebsd-10.0-release/contrib/gdb/include/
H A Ddis-asm.h173 enum dis_insn_type insn_type; /* Type of instruction */ member in struct:disassemble_info
/freebsd-10.0-release/contrib/gcc/
H A Dgenrecog.c899 enum routine_type insn_type, int top)
930 if (insn_type == PEEPHOLE2 && top)
956 last, subpos, insn_type, 0);
1046 &sub->success, subpos, insn_type, 0);
1065 &sub->success, subpos, insn_type, 0);
1136 subpos, insn_type, 0);
1146 &sub->success, subpos, insn_type, 0);
895 add_to_sequence(rtx pattern, struct decision_head *last, const char *position, enum routine_type insn_type, int top) argument
/freebsd-10.0-release/contrib/gcc/config/sparc/
H A Dsparc.c7264 enum attr_type insn_type;
7269 insn_type = get_attr_type (insn);
7280 if (insn_type == TYPE_LOAD || insn_type == TYPE_FPLOAD)
7284 if (insn_type == TYPE_STORE || insn_type == TYPE_FPSTORE)
7303 if (insn_type == TYPE_SHIFT)
7315 if (insn_type == TYPE_IALU || insn_type == TYPE_SHIFT)
7325 enum attr_type insn_type, dep_typ
7243 enum attr_type insn_type; local
7304 enum attr_type insn_type, dep_type; local
[all...]
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf32-spu.c928 enum _insn_type { non_branch, branch, call } insn_type; local
954 insn_type = non_branch;
966 insn_type = branch;
968 insn_type = call;
994 if (insn_type == call)
1003 insn_type != non_branch))
/freebsd-10.0-release/contrib/gcc/config/i386/
H A Di386.c14094 ix86_flags_dependent (rtx insn, rtx dep_insn, enum attr_type insn_type)
14099 if (insn_type != TYPE_SETCC
14100 && insn_type != TYPE_ICMOV
14101 && insn_type != TYPE_FCMOV
14102 && insn_type != TYPE_IBR)
14139 ix86_agi_dependent (rtx insn, rtx dep_insn, enum attr_type insn_type)
14143 if (insn_type == TYPE_LEA
14175 enum attr_type insn_type, dep_insn_type;
14190 insn_type = get_attr_type (insn);
14197 if (ix86_agi_dependent (insn, dep_insn, insn_type))
14066 ix86_flags_dependent(rtx insn, rtx dep_insn, enum attr_type insn_type) argument
14111 ix86_agi_dependent(rtx insn, rtx dep_insn, enum attr_type insn_type) argument
14147 enum attr_type insn_type, dep_insn_type; local
[all...]
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-ia64.c6678 enum ia64_insn_type type[3], insn_type; local
6992 insn_type = idesc->type;
6994 switch (insn_type)

Completed in 435 milliseconds