Searched refs:REX_B (Results 1 – 2 of 2) sorted by relevance
58 #define REX_B 1 macro980 #define f_rm(rex, byte) (((byte)&0x7) | (rex & REX_B ? 0x8 : 0x0))984 #define sib_base(rex, byte) (((byte)&0x7) | (rex & REX_B ? 0x8 : 0x0))
47 REX_B = 0x1, /* extension of the ModRM.rm field */ enumerator186 rex |= REX_B; in emit_rex()