Searched refs:REX_PREFIX_P (Results 1 – 6 of 6) sorted by relevance
116 #define REX_PREFIX_P(opcode) (((opcode) & 0xf0) == REX_OPCODE) macro
1747 (REX_PREFIX_P): New macro.
118 #define REX_PREFIX_P(opcode) (((opcode) & 0xf0) == REX_OPCODE) macro