Searched defs:REX_PREFIX_P (Results 1 – 2 of 2) sorted by relevance
116 #define REX_PREFIX_P(opcode) (((opcode) & 0xf0) == REX_OPCODE) macro
118 #define REX_PREFIX_P(opcode) (((opcode) & 0xf0) == REX_OPCODE) macro