Home
last modified time | relevance | path

Searched refs:X86_REX_R (Results 1 – 2 of 2) sorted by relevance

/tools/arch/x86/include/asm/
Dinsn.h71 #define X86_REX_R(rex) ((rex) & 4) macro
/tools/objtool/arch/x86/
Ddecode.c104 rex_r = X86_REX_R(rex) >> 2; in arch_decode_instruction()