Searched refs:REX_B (Results 1 – 1 of 1) sorted by relevance
65 #define REX_B 1 macro935 #define f_rm(rex, byte) (((byte)&0x7) | (rex & REX_B ? 0x8 : 0x0))939 #define sib_base(rex, byte) (((byte)&0x7) | (rex & REX_B ? 0x8 : 0x0))