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

12

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dxtensa-istack.h42 enum itype_enum insn_type; member in struct:tinsn_struct
H A Dtc-cris.c95 enum cris_insn_kind insn_type; member in struct:cris_instruction
956 if (output_instruction.insn_type == CRIS_INSN_NONE)
969 if (output_instruction.insn_type == CRIS_INSN_BRANCH)
1016 else if (output_instruction.insn_type == CRIS_INSN_MUL
1100 out_insnp->insn_type = CRIS_INSN_NORMAL;
1164 out_insnp->insn_type = CRIS_INSN_NORMAL;
1334 out_insnp->insn_type = CRIS_INSN_BRANCH;
1358 out_insnp->insn_type = CRIS_INSN_NONE;
1630 out_insnp->insn_type = CRIS_INSN_MUL;
H A Dtc-xtensa.c1805 if (insn->insn_type == ITYPE_LITERAL)
2545 assert (insn->insn_type == ITYPE_INSN);
2566 assert (insn->insn_type == ITYPE_INSN);
2577 assert (insn->insn_type == ITYPE_INSN);
2599 assert (insn->insn_type == ITYPE_INSN);
2609 assert (insn->insn_type == ITYPE_INSN);
2765 assert (insn->insn_type == ITYPE_INSN);
2822 targ->insn_type = ITYPE_INSN;
2882 targ->insn_type = ITYPE_LITERAL;
2912 targ->insn_type
[all...]
H A Dtc-arm.c6075 check_iwmmxt_insn (str, insn_type, immediate_size)
6077 enum iwmmxt_insn_type insn_type;
6090 switch (insn_type)
H A Dtc-ia64.c6072 enum ia64_insn_type type[3], insn_type; local
6307 insn_type = idesc->type;
6309 switch (insn_type)
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dxtensa-istack.h42 enum itype_enum insn_type; member in struct:tinsn_struct
H A Dtc-cris.c95 enum cris_insn_kind insn_type; member in struct:cris_instruction
1309 if (output_instruction.insn_type == CRIS_INSN_NONE)
1322 if (output_instruction.insn_type == CRIS_INSN_BRANCH)
1392 else if (output_instruction.insn_type == CRIS_INSN_MUL
1501 out_insnp->insn_type = CRIS_INSN_NONE;
1565 out_insnp->insn_type = CRIS_INSN_NORMAL;
1766 out_insnp->insn_type = CRIS_INSN_BRANCH;
1807 out_insnp->insn_type = CRIS_INSN_NONE;
2207 out_insnp->insn_type = CRIS_INSN_MUL;
H A Dtc-xtensa.c1946 if (insn->insn_type == ITYPE_LITERAL)
2982 assert (insn->insn_type == ITYPE_INSN);
3108 assert (insn->insn_type == ITYPE_INSN);
3189 assert (insn->insn_type == ITYPE_INSN);
3232 assert (insn->insn_type == ITYPE_INSN);
3329 targ->insn_type = ITYPE_INSN;
3421 targ->insn_type = ITYPE_LITERAL;
3454 targ->insn_type = ITYPE_LABEL;
3494 assert (insn->insn_type == ITYPE_INSN);
3516 if (insn->insn_type
[all...]
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dmips-dis.c1097 info->insn_type = dis_nonbranch;
1118 if ((info->insn_type & INSN_WRITE_GPR_31) != 0)
1119 info->insn_type = dis_jsr;
1121 info->insn_type = dis_branch;
1127 if ((info->insn_type & INSN_WRITE_GPR_31) != 0)
1128 info->insn_type = dis_condjsr;
1130 info->insn_type = dis_condbranch;
1135 info->insn_type = dis_dref;
1152 info->insn_type = dis_noninsn;
1248 info->insn_type
[all...]
H A Dcris-dis.c585 /* Print out an insn with its operands, and update the info->insn_type
648 info->insn_type = dis_jsr;
651 info->insn_type = dis_branch;
771 || info->insn_type == dis_branch
772 || info->insn_type == dis_jsr))
792 if (info->insn_type != dis_nonbranch)
798 info->insn_type = dis_dref;
1062 info->insn_type = dis_branch;
1064 info->insn_type = dis_condbranch;
1093 info->insn_type
[all...]
H A Dmmix-dis.c301 info->insn_type = dis_nonbranch;
305 info->insn_type = dis_branch;
309 info->insn_type = dis_condbranch;
313 info->insn_type = dis_dref;
318 info->insn_type = dis_dref;
323 info->insn_type = dis_dref;
328 info->insn_type = dis_dref;
333 info->insn_type = dis_jsr;
H A Dsparc-dis.c270 info->insn_type = dis_nonbranch; /* Assume non branch insn. */
736 info->insn_type = dis_dref;
746 info->insn_type = dis_branch;
748 info->insn_type = dis_condbranch;
750 info->insn_type = dis_jsr;
759 info->insn_type = dis_noninsn; /* Mark as non-valid instruction. */
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcris-dis.c726 /* Print out an insn with its operands, and update the info->insn_type
789 info->insn_type = dis_jsr;
792 info->insn_type = dis_branch;
968 || info->insn_type == dis_branch
969 || info->insn_type == dis_jsr))
989 if (info->insn_type != dis_nonbranch)
995 info->insn_type = dis_dref;
1260 info->insn_type = dis_branch;
1262 info->insn_type = dis_condbranch;
1292 info->insn_type
[all...]
H A Dmmix-dis.c295 info->insn_type = dis_nonbranch;
299 info->insn_type = dis_branch;
303 info->insn_type = dis_condbranch;
307 info->insn_type = dis_dref;
312 info->insn_type = dis_dref;
317 info->insn_type = dis_dref;
322 info->insn_type = dis_dref;
327 info->insn_type = dis_jsr;
H A Dmips-dis.c1212 info->insn_type = dis_nonbranch;
1235 if ((info->insn_type & INSN_WRITE_GPR_31) != 0)
1236 info->insn_type = dis_jsr;
1238 info->insn_type = dis_branch;
1244 if ((info->insn_type & INSN_WRITE_GPR_31) != 0)
1245 info->insn_type = dis_condjsr;
1247 info->insn_type = dis_condbranch;
1252 info->insn_type = dis_dref;
1269 info->insn_type = dis_noninsn;
1413 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. */
/openbsd-current/gnu/usr.bin/binutils/include/
H A Ddis-asm.h173 enum dis_insn_type insn_type; /* Type of instruction */ member in struct:disassemble_info
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Ddis-asm.h189 enum dis_insn_type insn_type; /* Type of instruction */ member in struct:disassemble_info
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgenrecog.c770 add_to_sequence (pattern, last, position, insn_type, top)
774 enum routine_type insn_type;
806 if (insn_type == PEEPHOLE2 && top)
818 last, subpos, insn_type, 0);
917 &sub->success, subpos, insn_type, 0);
936 &sub->success, subpos, insn_type, 0);
1009 subpos, insn_type, 0);
1019 &sub->success, subpos, insn_type, 0);
/openbsd-current/gnu/gcc/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
/openbsd-current/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.c7745 enum attr_type insn_type;
7750 insn_type = get_attr_type (insn);
7761 if (insn_type == TYPE_LOAD || insn_type == TYPE_FPLOAD)
7765 if (insn_type == TYPE_STORE || insn_type == TYPE_FPSTORE)
7784 if (insn_type == TYPE_SHIFT)
7796 if (insn_type == TYPE_IALU || insn_type == TYPE_SHIFT)
7810 enum attr_type insn_type, dep_typ
7717 enum attr_type insn_type; local
7782 enum attr_type insn_type, dep_type; local
[all...]
/openbsd-current/gnu/gcc/gcc/config/sparc/
H A Dsparc.c7267 enum attr_type insn_type;
7272 insn_type = get_attr_type (insn);
7283 if (insn_type == TYPE_LOAD || insn_type == TYPE_FPLOAD)
7287 if (insn_type == TYPE_STORE || insn_type == TYPE_FPSTORE)
7306 if (insn_type == TYPE_SHIFT)
7318 if (insn_type == TYPE_IALU || insn_type == TYPE_SHIFT)
7328 enum attr_type insn_type, dep_typ
7246 enum attr_type insn_type; local
7307 enum attr_type insn_type, dep_type; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.c11475 ix86_flags_dependant (insn, dep_insn, insn_type)
11477 enum attr_type insn_type;
11482 if (insn_type != TYPE_SETCC
11483 && insn_type != TYPE_ICMOV
11484 && insn_type != TYPE_FCMOV
11485 && insn_type != TYPE_IBR)
11522 ix86_agi_dependant (insn, dep_insn, insn_type)
11524 enum attr_type insn_type;
11528 if (insn_type == TYPE_LEA
11563 enum attr_type insn_type, dep_insn_typ
11536 enum attr_type insn_type, dep_insn_type; local
[all...]
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Di386.c13864 ix86_flags_dependent (rtx insn, rtx dep_insn, enum attr_type insn_type)
13869 if (insn_type != TYPE_SETCC
13870 && insn_type != TYPE_ICMOV
13871 && insn_type != TYPE_FCMOV
13872 && insn_type != TYPE_IBR)
13909 ix86_agi_dependent (rtx insn, rtx dep_insn, enum attr_type insn_type)
13913 if (insn_type == TYPE_LEA
13945 enum attr_type insn_type, dep_insn_type;
13960 insn_type = get_attr_type (insn);
13967 if (ix86_agi_dependent (insn, dep_insn, insn_type))
13836 ix86_flags_dependent(rtx insn, rtx dep_insn, enum attr_type insn_type) argument
13881 ix86_agi_dependent(rtx insn, rtx dep_insn, enum attr_type insn_type) argument
13917 enum attr_type insn_type, dep_insn_type; local
[all...]
/openbsd-current/gnu/gcc/gcc/config/bfin/
H A Dbfin.c2717 enum attr_type insn_type, dep_insn_type;
2730 insn_type = get_attr_type (insn);
2704 enum attr_type insn_type, dep_insn_type; local

Completed in 708 milliseconds

12