Home
last modified time | relevance | path

Searched refs:base_opcode (Results 1 – 14 of 14) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/opcodes/
Dtic30-dis.c137 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word))
141 if (current_optab->base_opcode == insn_word)
147 else if ((current_optab->base_opcode & NORMAL_IDEN) == (insn_word & NORMAL_IDEN))
162 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word))
164 if ((current_optab->base_opcode & PAR_STORE_IDEN) == (insn_word & PAR_STORE_IDEN))
179 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word))
181 if ((current_optab->base_opcode & MUL_ADD_IDEN) == (insn_word & MUL_ADD_IDEN))
196 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word))
200 if ((current_optab->base_opcode & BR_IMM_IDEN) == (insn_word & BR_IMM_IDEN))
208 if ((current_optab->base_opcode & BR_COND_IDEN) == (insn_word & BR_COND_IDEN))
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Dtic30-dis.c83 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word)) in get_tic30_instruction()
87 if (current_optab->base_opcode == insn_word) in get_tic30_instruction()
93 else if ((current_optab->base_opcode & NORMAL_IDEN) == (insn_word & NORMAL_IDEN)) in get_tic30_instruction()
110 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word)) in get_tic30_instruction()
112 if ((current_optab->base_opcode & PAR_STORE_IDEN) in get_tic30_instruction()
130 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word)) in get_tic30_instruction()
132 if ((current_optab->base_opcode & MUL_ADD_IDEN) in get_tic30_instruction()
150 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word)) in get_tic30_instruction()
154 if ((current_optab->base_opcode & BR_IMM_IDEN) in get_tic30_instruction()
163 if ((current_optab->base_opcode & BR_COND_IDEN) in get_tic30_instruction()
[all …]
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-i386.c1060 fprintf (stdout, "opcode %x ", t->base_opcode);
1342 && (i.tm.base_opcode & 0xfffffde0) == 0xdce0)
1343 i.tm.base_opcode ^= FloatR;
1348 if ((i.tm.base_opcode & ~9) == 0x0fb6)
1427 if (i.tm.base_opcode == INT_OPCODE && i.op[0].imms->X_add_number == 3)
1429 i.tm.base_opcode = INT3_OPCODE;
1550 switch (add_prefix (current_templates->start->base_opcode))
2016 && (t->base_opcode != 0x0fc7 in match_template()
2030 && t->base_opcode == 0xd9 in match_template()
2144 i.tm.base_opcode ^= found_reverse_match; in match_template()
[all …]
Dtc-i386.h170 unsigned int base_opcode; member
Dtc-tic30.c491 insn.opcode = insn.tm->base_opcode;
516 insn.opcode = insn.tm->base_opcode;
1078 p_insn.opcode = p_insn.tm->base_opcode; in tic30_parallel_insn()
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-i386.c1090 fprintf (stdout, "opcode %x ", t->base_opcode);
1470 && (i.tm.base_opcode & 0xfffffde0) == 0xdce0)
1471 i.tm.base_opcode ^= FloatR;
1476 if ((i.tm.base_opcode & ~9) == 0x0fb6)
1568 if (i.tm.base_opcode == INT_OPCODE && i.op[0].imms->X_add_number == 3)
1570 i.tm.base_opcode = INT3_OPCODE;
1703 switch (add_prefix (current_templates->start->base_opcode))
2253 && (t->base_opcode != 0x0fc7 in match_template()
2281 || !((t->base_opcode == 0x0f01 in match_template()
2371 i.tm.base_opcode ^= found_reverse_match; in match_template()
[all …]
Dtc-i386.h154 unsigned int base_opcode; member
Dtc-tic30.c981 p_insn.opcode = p_insn.tm->base_opcode; in tic30_parallel_insn()
1673 insn.opcode = insn.tm->base_opcode; in md_assemble()
1702 insn.opcode = insn.tm->base_opcode; in md_assemble()
/openbsd/src/gnu/usr.bin/binutils/include/opcode/
Dtic30.h220 unsigned int base_opcode; /* base_opcode is the fundamental opcode byte */ member
614 unsigned int base_opcode; member
/openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/
Dtic30.h220 unsigned int base_opcode; /* base_opcode is the fundamental opcode byte */ member
614 unsigned int base_opcode; member
/openbsd/src/gnu/usr.bin/binutils/gas/
DChangeLog-00017273 undefined. Instead fix the base_opcode after we've found the
7274 template. Move base_opcode xor with found_reverse_match from
DChangeLog-98993516 test. Add test for ShortForm in W base_opcode modification.
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
DChangeLog-00017273 undefined. Instead fix the base_opcode after we've found the
7274 template. Move base_opcode xor with found_reverse_match from
DChangeLog-98993516 test. Add test for ShortForm in W base_opcode modification.