Home
last modified time | relevance | path

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

/tools/arch/x86/include/asm/
Dinsn.h112 #define X86_SIB_INDEX(sib) (((sib) & 0x38) >> 3) macro
/tools/objtool/arch/x86/
Ddecode.c159 sib_index = X86_SIB_INDEX(sib) + 8*rex_x; in arch_decode_instruction()