Home
last modified time | relevance | path

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

/tools/perf/util/intel-pt-decoder/
Dinsn.h83 #define X86_REX_R(rex) ((rex) & 4) macro
/tools/objtool/arch/x86/include/asm/
Dinsn.h83 #define X86_REX_R(rex) ((rex) & 4) macro
/tools/objtool/arch/x86/
Ddecode.c116 rex_r = X86_REX_R(rex) >> 2; in arch_decode_instruction()