Home
last modified time | relevance | path

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

/linux/tools/objtool/arch/x86/
A Ddecode.c116 rex = 0, rex_b = 0, rex_r = 0, rex_w = 0, rex_x = 0, in arch_decode_instruction() local
148 rex_b = X86_REX_B(rex); in arch_decode_instruction()
155 modrm_rm = X86_MODRM_RM(modrm) + 8*rex_b; in arch_decode_instruction()
162 sib_base = X86_SIB_BASE(sib) + 8*rex_b; in arch_decode_instruction()
186 op->src.reg = (op1 & 0x7) + 8*rex_b; in arch_decode_instruction()
198 op->dest.reg = (op1 & 0x7) + 8*rex_b; in arch_decode_instruction()

Completed in 4 milliseconds