Searched refs:REX_X (Results 1 – 8 of 8) sorted by relevance
98 #define REX_X 2 macro
28 (REX_X): This.
59 #define REX_X 2 macro951 #define sib_index(rex, byte) ((((byte)>>3)&0x7) | (rex & REX_X ? 0x8 : 0x0))
1003 || ((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()
420 REX_R, REX_X and REX_B respectively.
4991 USED_REX (REX_X); in OP_E()4992 if (rex & REX_X) in OP_E()
1987 #define REX_X 0x02 /* high order bit extension of SIB index field */ macro2358 if (x->d86_rex_prefix & REX_X) in dtrace_get_operand()2760 x->d86_rex_prefix |= REX_X; in dtrace_disx86()
687 and REX_EXTZ with REX_W, REX_R, REX_X and REX_B respectively.