Lines Matching refs:base_opcode

3153   fprintf (stdout, "opcode %x ", t->base_opcode);  in pte()
3535 i.tm.base_opcode ^= (i.tm.base_opcode & 0xee) != 0x6e in build_vex_prefix()
3599 switch ((i.tm.base_opcode >> 8) & 0xff) in build_vex_prefix()
3743 switch ((i.tm.base_opcode >> 8) & 0xff) in build_evex_prefix()
3999 && (i.tm.base_opcode == 0xa8 in optimize_encoding()
4000 || (i.tm.base_opcode == 0xf6 in optimize_encoding()
4030 && ((i.tm.base_opcode == 0xb8 in optimize_encoding()
4034 && ((i.tm.base_opcode == 0x24 in optimize_encoding()
4035 || i.tm.base_opcode == 0xa8) in optimize_encoding()
4036 || (i.tm.base_opcode == 0x80 in optimize_encoding()
4038 || ((i.tm.base_opcode == 0xf6 in optimize_encoding()
4039 || (i.tm.base_opcode | 1) == 0xc7) in optimize_encoding()
4042 && i.tm.base_opcode == 0x83 in optimize_encoding()
4047 && (i.tm.base_opcode == 0x30 in optimize_encoding()
4048 || i.tm.base_opcode == 0x28)) in optimize_encoding()
4051 && i.tm.base_opcode == 0x30))))) in optimize_encoding()
4063 if (i.tm.base_opcode == 0xb8 || (i.tm.base_opcode | 1) == 0xc7) in optimize_encoding()
4077 if ((i.tm.base_opcode | 1) == 0xc7) in optimize_encoding()
4082 i.tm.base_opcode = 0xb8; in optimize_encoding()
4095 && ((i.tm.base_opcode & ~(Opcode_D | 1)) == 0x8 in optimize_encoding()
4096 || (i.tm.base_opcode & ~(Opcode_D | 1)) == 0x20) in optimize_encoding()
4112 i.tm.base_opcode = 0x84 | (i.tm.base_opcode & 1); in optimize_encoding()
4126 && ((i.tm.base_opcode == 0x55 in optimize_encoding()
4127 || i.tm.base_opcode == 0x6655 in optimize_encoding()
4128 || i.tm.base_opcode == 0x66df in optimize_encoding()
4129 || i.tm.base_opcode == 0x57 in optimize_encoding()
4130 || i.tm.base_opcode == 0x6657 in optimize_encoding()
4131 || i.tm.base_opcode == 0x66ef in optimize_encoding()
4132 || i.tm.base_opcode == 0x66f8 in optimize_encoding()
4133 || i.tm.base_opcode == 0x66f9 in optimize_encoding()
4134 || i.tm.base_opcode == 0x66fa in optimize_encoding()
4135 || i.tm.base_opcode == 0x66fb in optimize_encoding()
4136 || i.tm.base_opcode == 0x42 in optimize_encoding()
4137 || i.tm.base_opcode == 0x6642 in optimize_encoding()
4138 || i.tm.base_opcode == 0x47 in optimize_encoding()
4139 || i.tm.base_opcode == 0x6647) in optimize_encoding()
4192 i.tm.base_opcode &= 0xff; in optimize_encoding()
4211 && ((i.tm.base_opcode & ~Opcode_SIMD_IntD) == 0x666f in optimize_encoding()
4212 || (i.tm.base_opcode & ~Opcode_SIMD_IntD) == 0xf36f in optimize_encoding()
4213 || (i.tm.base_opcode & ~Opcode_SIMD_IntD) == 0xf26f in optimize_encoding()
4214 || (i.tm.base_opcode & ~4) == 0x66db in optimize_encoding()
4215 || (i.tm.base_opcode & ~4) == 0x66eb) in optimize_encoding()
4266 if ((i.tm.base_opcode & ~Opcode_SIMD_IntD) == 0xf26f) in optimize_encoding()
4267 i.tm.base_opcode ^= 0xf36f ^ 0xf26f; in optimize_encoding()
4272 if (i.reg_operands == 3 && i.tm.base_opcode != 0x66df) in optimize_encoding()
4385 if ((i.tm.base_opcode & ~9) == 0x0fb6) in md_assemble()
4414 || (i.tm.base_opcode != 0x86 in md_assemble()
4532 if (i.tm.base_opcode == INT_OPCODE in md_assemble()
4536 i.tm.base_opcode = INT3_OPCODE; in md_assemble()
4706 switch (current_templates->start->base_opcode) in parse_insn()
4751 switch (add_prefix (current_templates->start->base_opcode)) in parse_insn()
5857 && (t->base_opcode != 0x0fc7 in match_template()
5929 if (i.reloc[0] == BFD_RELOC_386_GOT32 && t->base_opcode == 0xa0) in match_template()
5955 && t->base_opcode == 0x90 in match_template()
5965 && t->base_opcode == 0xa0 in match_template()
6052 found_reverse_match = (t->base_opcode & 0xee) != 0x6e in match_template()
6241 i.tm.base_opcode ^= found_reverse_match; in match_template()
6304 if (i.tm.base_opcode == 0xf20f38f0 in process_suffix()
6321 if (i.tm.base_opcode == 0xf20f38f0) in process_suffix()
6400 && i.tm.base_opcode != 0x0f07) in process_suffix()
6410 if (i.tm.base_opcode == 0xcf) in process_suffix()
6416 else if ((i.tm.base_opcode | 1) == 0x07) in process_suffix()
6426 || (i.tm.base_opcode == 0x0f01 /* [ls][gi]dt */ in process_suffix()
6495 i.tm.base_opcode ^= 4; in process_suffix()
6505 i.tm.base_opcode |= 8; in process_suffix()
6507 i.tm.base_opcode |= 1; in process_suffix()
6553 && i.tm.base_opcode == 0x90 in process_suffix()
6625 if (i.tm.base_opcode == 0xf20f38f0) in check_byte_reg()
7086 ? i.tm.base_opcode == POP_SEG_SHORT in process_operands()
7088 : (i.tm.base_opcode | 1) == POP_SEG386_SHORT in process_operands()
7097 i.tm.base_opcode ^= POP_SEG_SHORT ^ POP_SEG386_SHORT; in process_operands()
7100 i.tm.base_opcode |= (i.op[0].regs->reg_num << 3); in process_operands()
7102 else if ((i.tm.base_opcode & ~0x3) == MOV_AX_DISP32) in process_operands()
7119 i.tm.base_opcode |= i.op[op].regs->reg_num; in process_operands()
7142 if (i.tm.base_opcode == 0x8d /* lea */ in process_operands()
7931 *p = i.tm.base_opcode; in output_branch()
8061 *p++ = i.tm.base_opcode >> 8; in output_jump()
8064 *p++ = i.tm.base_opcode; in output_jump()
8127 *p++ = i.tm.base_opcode; in output_interseg_jump()
8305 if ((i.tm.base_opcode >= 0x20 && i.tm.base_opcode <= 0x25) in maybe_fused_with_jcc_p()
8306 || i.tm.base_opcode <= 5 in maybe_fused_with_jcc_p()
8307 || (i.tm.base_opcode >= 0x28 && i.tm.base_opcode <= 0x2d) in maybe_fused_with_jcc_p()
8308 || ((i.tm.base_opcode | 3) == 0x83 in maybe_fused_with_jcc_p()
8315 if ((i.tm.base_opcode | 1) == 0x85 in maybe_fused_with_jcc_p()
8316 || (i.tm.base_opcode | 1) == 0xa9 in maybe_fused_with_jcc_p()
8317 || ((i.tm.base_opcode | 1) == 0xf7 in maybe_fused_with_jcc_p()
8319 || (i.tm.base_opcode >= 0x38 && i.tm.base_opcode <= 0x3d) in maybe_fused_with_jcc_p()
8320 || ((i.tm.base_opcode | 3) == 0x83 in maybe_fused_with_jcc_p()
8329 && (i.tm.base_opcode | 0xf) == 0x4f) in maybe_fused_with_jcc_p()
8330 || ((i.tm.base_opcode | 1) == 0xff in maybe_fused_with_jcc_p()
8413 if (i.tm.base_opcode == JUMP_PC_RELATIVE) in add_branch_padding_frag_p()
8427 else if ((i.tm.base_opcode | 1) == 0xc3) in add_branch_padding_frag_p()
8437 if (i.tm.base_opcode == 0xe8) in add_branch_padding_frag_p()
8444 else if (i.tm.base_opcode == 0xff in add_branch_padding_frag_p()
8552 || i.tm.base_opcode == 0xf77 /* emms */ in output_insn()
8553 || i.tm.base_opcode == 0xf0e /* femms */) in output_insn()
8622 && (i.tm.base_opcode == 0xfaee8 in output_insn()
8623 || i.tm.base_opcode == 0xfaef0 in output_insn()
8624 || i.tm.base_opcode == 0xfaef8)) in output_insn()
8638 if (i.tm.base_opcode == LOCK_PREFIX_OPCODE) in output_insn()
8685 if (i.tm.base_opcode & 0xff000000) in output_insn()
8687 prefix = (i.tm.base_opcode >> 24) & 0xff; in output_insn()
8695 if ((i.tm.base_opcode & 0xff0000) != 0) in output_insn()
8697 prefix = (i.tm.base_opcode >> 16) & 0xff; in output_insn()
8762 FRAG_APPEND_1_CHAR (i.tm.base_opcode); in output_insn()
8770 *p++ = (i.tm.base_opcode >> 24) & 0xff; in output_insn()
8771 *p++ = (i.tm.base_opcode >> 16) & 0xff; in output_insn()
8775 *p++ = (i.tm.base_opcode >> 16) & 0xff; in output_insn()
8786 *p++ = (i.tm.base_opcode >> 8) & 0xff; in output_insn()
8787 *p = i.tm.base_opcode & 0xff; in output_insn()
8845 if (((i.tm.base_opcode >> 16) & 0xff) == 0xf) in output_insn()
8848 switch ((i.tm.base_opcode >> 8) & 0xff) in output_insn()
8860 if (((i.tm.base_opcode >> 8) & 0xff) == 0xf) in output_insn()
9082 && i.tm.base_opcode == 0xff in output_disp()
9085 && (i.tm.base_opcode == 0x8b in output_disp()
9086 || i.tm.base_opcode == 0x85 in output_disp()
9087 || (i.tm.base_opcode & 0xc7) == 0x03)))) in output_disp()
10342 if (current_templates->start->base_opcode == 0xf30f1b in i386_index_check()
10343 || (current_templates->start->base_opcode & ~1) == 0x0f1a) in i386_index_check()
10353 if (current_templates->start->base_opcode != 0xf30f1b in i386_index_check()