Searched refs:base_opcode (Results 1 – 10 of 10) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | tic30-dis.c | 85 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word)) in get_tic30_instruction() 89 if (current_optab->base_opcode == insn_word) in get_tic30_instruction() 95 else if ((current_optab->base_opcode & NORMAL_IDEN) == (insn_word & NORMAL_IDEN)) in get_tic30_instruction() 112 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word)) in get_tic30_instruction() 114 if ((current_optab->base_opcode & PAR_STORE_IDEN) in get_tic30_instruction() 132 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word)) in get_tic30_instruction() 134 if ((current_optab->base_opcode & MUL_ADD_IDEN) in get_tic30_instruction() 152 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word)) in get_tic30_instruction() 156 if ((current_optab->base_opcode & BR_IMM_IDEN) in get_tic30_instruction() 165 if ((current_optab->base_opcode & BR_COND_IDEN) in get_tic30_instruction() [all …]
|
D | i386-gen.c | 922 char *operands, *base_opcode, *extension_opcode, *opcode_length; in output_i386_opcode() local 929 base_opcode = next_field (str, ',', &str, last); in output_i386_opcode() 987 name, operands, base_opcode, extension_opcode, in output_i386_opcode()
|
D | i386-opc.h | 813 unsigned int base_opcode; member
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-i386-intel.c | 295 || current_templates->start->base_opcode == 0xf30f1b /* bndmk */ in i386_intel_simplify_register() 296 || (current_templates->start->base_opcode & ~1) == 0x0f1a /* bnd{ld,st}x */ in i386_intel_simplify_register() 605 && current_templates->start->base_opcode != 0x8d /* lea */) in i386_intel_operand() 621 || current_templates->start->base_opcode == 0x62 /* bound */) in i386_intel_operand() 634 || current_templates->start->base_opcode == 0x62 /* bound */) in i386_intel_operand() 664 if (current_templates->start->base_opcode == 0x62 /* bound */ in i386_intel_operand()
|
D | tc-i386.c | 2723 fprintf (stdout, "opcode %x ", t->base_opcode); in pte() 3110 switch ((i.tm.base_opcode >> 8) & 0xff) in build_vex_prefix() 3235 switch ((i.tm.base_opcode >> 8) & 0xff) in build_evex_prefix() 3541 if ((i.tm.base_opcode & ~9) == 0x0fb6) in md_assemble() 3570 || (i.tm.base_opcode != 0x86 in md_assemble() 3664 if (i.tm.base_opcode == INT_OPCODE in md_assemble() 3668 i.tm.base_opcode = INT3_OPCODE; in md_assemble() 3803 switch (add_prefix (current_templates->start->base_opcode)) in parse_insn() 4737 && (t->base_opcode != 0x0fc7 in match_template() 4823 && t->base_opcode == 0x90 in match_template() [all …]
|
D | tc-tic30.c | 979 p_insn.opcode = p_insn.tm->base_opcode; in tic30_parallel_insn() 1671 insn.opcode = insn.tm->base_opcode; in md_assemble() 1700 insn.opcode = insn.tm->base_opcode; in md_assemble()
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | tic30.h | 220 unsigned int base_opcode; /* base_opcode is the fundamental opcode byte */ member 614 unsigned int base_opcode; member
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2007 | 2136 on i.tm.base_opcode.
|
D | ChangeLog-0001 | 7263 undefined. Instead fix the base_opcode after we've found the 7264 template. Move base_opcode xor with found_reverse_match from
|
D | ChangeLog-9899 | 3516 test. Add test for ShortForm in W base_opcode modification.
|