Home
last modified time | relevance | path

Searched refs:REX_X (Results 1 – 8 of 8) sorted by relevance

/trueos/contrib/binutils/include/opcode/
HDi386.h98 #define REX_X 2 macro
HDChangeLog28 (REX_X): This.
/trueos/sys/amd64/amd64/
HDdb_disasm.c59 #define REX_X 2 macro
951 #define sib_index(rex, byte) ((((byte)>>3)&0x7) | (rex & REX_X ? 0x8 : 0x0))
/trueos/contrib/binutils/gas/config/
HDtc-i386.c1003 || ((i.prefix[REX_PREFIX] & (REX_R | REX_X | REX_B)) in add_prefix()
1004 && (prefix & (REX_R | REX_X | REX_B)))) in add_prefix()
1367 (x->rex & REX_X) != 0, in pi()
3583 i.rex |= REX_X; in build_modrm_byte()
3673 i.rex |= REX_X; in build_modrm_byte()
/trueos/contrib/binutils/opcodes/
HDChangeLog420 REX_R, REX_X and REX_B respectively.
HDi386-dis.c4991 USED_REX (REX_X); in OP_E()
4992 if (rex & REX_X) in OP_E()
/trueos/sys/cddl/dev/dtrace/x86/
HDdis_tables.c1987 #define REX_X 0x02 /* high order bit extension of SIB index field */ macro
2358 if (x->d86_rex_prefix & REX_X) in dtrace_get_operand()
2760 x->d86_rex_prefix |= REX_X; in dtrace_disx86()
/trueos/contrib/binutils/gas/
HDChangeLog687 and REX_EXTZ with REX_W, REX_R, REX_X and REX_B respectively.