Searched refs:REX_W (Results 1 – 10 of 10) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | i386-dis.c | 12948 rex |= REX_W; in get_valid_dis386() 13011 rex |= REX_W; in get_valid_dis386() 13138 rex |= REX_W; in get_valid_dis386() 14154 USED_REX (REX_W); in putop() 14157 if (rex & REX_W) in putop() 14199 if ((rex & REX_W) || (sizeflag & DFLAG)) in putop() 14203 if (!(rex & REX_W)) in putop() 14227 USED_REX (REX_W); in putop() 14228 if (rex & REX_W) in putop() 14294 USED_REX (REX_W); in putop() [all …]
|
D | ChangeLog-2012 | 513 * i386-dis.c (OP_sI): In b_T_mode and v_mode, REX_W trumps DFLAG. 514 (putop): For 'T', 'U', and 'V', treat REX_W like DFLAG. 515 (intel_operand_size): For stack_v_mode, treat REX_W like DFLAG. 517 (OP_REG): For low 8 whole registers, treat REX_W like DFLAG.
|
D | ChangeLog-2015 | 897 REX_W.
|
D | ChangeLog-2007 | 1639 Replace REX_MODE64, REX_EXTX, REX_EXTY and REX_EXTZ with REX_W,
|
D | ChangeLog-2009 | 382 (OP_J): Set REX_W used if it is used. Set PREFIX_DATA on
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | i386.h | 123 #define REX_W 8 macro
|
D | ChangeLog-0415 | 1919 (REX_W): This.
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-i386.c | 2136 if ((i.prefix[REX_PREFIX] & prefix & REX_W) in add_prefix() 2741 (x->rex & REX_W) != 0, in pi() 3184 && (i.rex & (REX_W | REX_X | REX_B)) == 0) in build_vex_prefix() 3241 w = (i.rex & REX_W) ? 1 : 0; in build_vex_prefix() 3356 w = (i.rex & REX_W) ? 1 : 0; in build_evex_prefix() 3774 i.rex |= REX_W; in md_assemble() 5504 i.rex |= REX_W; in process_suffix()
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf64-x86-64.c | 2056 if ((rex & REX_W) != 0 in elf_x86_64_convert_load_reloc() 2070 rex_mask |= REX_W; in elf_x86_64_convert_load_reloc() 2099 r_type = (rex & REX_W) != 0 ? R_X86_64_32S : R_X86_64_32; in elf_x86_64_convert_load_reloc()
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-2007 | 2028 and REX_EXTZ with REX_W, REX_R, REX_X and REX_B respectively.
|