Home
last modified time | relevance | path

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

/tools/objtool/arch/x86/
Ddecode.c115 modrm = 0, modrm_mod = 0, modrm_rm = 0, modrm_reg = 0, in arch_decode_instruction() local
152 modrm_reg = X86_MODRM_REG(modrm) + 8*rex_r; in arch_decode_instruction()
172 op->src.reg = modrm_reg; in arch_decode_instruction()
246 switch (modrm_reg & 7) { in arch_decode_instruction()
283 if (modrm_reg == CFI_SP) { in arch_decode_instruction()
326 op->src.reg = modrm_reg; in arch_decode_instruction()
343 op->src.reg = modrm_reg; in arch_decode_instruction()
356 op->src.reg = modrm_reg; in arch_decode_instruction()
378 op->dest.reg = modrm_reg; in arch_decode_instruction()
391 op->dest.reg = modrm_reg; in arch_decode_instruction()
[all …]