Searched refs:X86_SIB_BASE (Results 1 – 6 of 6) sorted by relevance
113 #define X86_SIB_BASE(sib) ((sib) & 0x07) macro
489 base = X86_SIB_BASE(insn->sib.value); in insn_get_displacement()
486 regno = X86_SIB_BASE(insn->sib.value); in get_reg_offset()
162 sib_base = X86_SIB_BASE(sib) + 8*rex_b; in arch_decode_instruction()
Completed in 10 milliseconds