Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dtic30-dis.c87 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word)) in get_tic30_instruction()
91 if (current_optab->base_opcode == insn_word) in get_tic30_instruction()
97 else if ((current_optab->base_opcode & NORMAL_IDEN) == (insn_word & NORMAL_IDEN)) in get_tic30_instruction()
114 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word)) in get_tic30_instruction()
116 if ((current_optab->base_opcode & PAR_STORE_IDEN) in get_tic30_instruction()
134 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word)) in get_tic30_instruction()
136 if ((current_optab->base_opcode & MUL_ADD_IDEN) in get_tic30_instruction()
154 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word)) in get_tic30_instruction()
158 if ((current_optab->base_opcode & BR_IMM_IDEN) in get_tic30_instruction()
167 if ((current_optab->base_opcode & BR_COND_IDEN) in get_tic30_instruction()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-i386.c1104 fprintf (stdout, "opcode %x ", t->base_opcode);
1435 && (i.tm.base_opcode & 0xfffffde0) == 0xdce0)
1436 i.tm.base_opcode ^= FloatR;
1441 if ((i.tm.base_opcode & ~9) == 0x0fb6)
1533 if (i.tm.base_opcode == INT_OPCODE && i.op[0].imms->X_add_number == 3)
1535 i.tm.base_opcode = INT3_OPCODE;
1659 switch (add_prefix (current_templates->start->base_opcode))
2173 && (t->base_opcode != 0x0fc7 in match_template()
2297 i.tm.base_opcode ^= found_reverse_match; in match_template()
2411 || (i.tm.base_opcode == 0x0f01 /* [ls][gi]dt */ in process_suffix()
[all …]
Dtc-i386.h159 unsigned int base_opcode; member
Dtc-tic30.c987 p_insn.opcode = p_insn.tm->base_opcode; in tic30_parallel_insn()
1679 insn.opcode = insn.tm->base_opcode; in md_assemble()
1708 insn.opcode = insn.tm->base_opcode; in md_assemble()
/mirbsd/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