Searched refs:X86_REX_R (Results 1 – 4 of 4) sorted by relevance
121 #define X86_REX_R(rex) ((rex) & 4) /* REX or REX2 R3 */ macro
195 rex_r = X86_REX_R(rex) >> 2; in arch_decode_instruction()
477 if (X86_REX_R(insn->rex_prefix.value)) in get_regno()