Searched refs:X86_REX_R (Results 1 – 2 of 2) sorted by relevance
71 #define X86_REX_R(rex) ((rex) & 4) macro
104 rex_r = X86_REX_R(rex) >> 2; in arch_decode_instruction()