Home
last modified time | relevance | path

Searched refs:REX_W (Results 1 – 10 of 10) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
Di386-dis.c12948 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 …]
DChangeLog-2012513 * 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.
DChangeLog-2015897 REX_W.
DChangeLog-20071639 Replace REX_MODE64, REX_EXTX, REX_EXTY and REX_EXTZ with REX_W,
DChangeLog-2009382 (OP_J): Set REX_W used if it is used. Set PREFIX_DATA on
/toolchain/binutils/binutils-2.27/include/opcode/
Di386.h123 #define REX_W 8 macro
DChangeLog-04151919 (REX_W): This.
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-i386.c2136 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/
Delf64-x86-64.c2056 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/
DChangeLog-20072028 and REX_EXTZ with REX_W, REX_R, REX_X and REX_B respectively.