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