Home
last modified time | relevance | path

Searched refs:rex_r (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/objtool/arch/x86/
H A Ddecode.c95 unsigned char op1, op2, rex = 0, rex_b = 0, rex_r = 0, rex_w = 0, in arch_decode_instruction() local
125 rex_r = X86_REX_R(rex) >> 2; in arch_decode_instruction()
149 op->src.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()
226 if (rex_w && !rex_r && modrm_mod == 3 && modrm_reg == 4) { in arch_decode_instruction()
243 op->src.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()
258 op->src.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()
269 op->src.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()
287 op->dest.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()
299 op->dest.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()
319 op->dest.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()
[all...]
/kernel/linux/linux-6.6/tools/objtool/arch/x86/
H A Ddecode.c156 rex = 0, rex_b = 0, rex_r = 0, rex_w = 0, rex_x = 0, in arch_decode_instruction() local
189 rex_r = X86_REX_R(rex) >> 2; in arch_decode_instruction()
197 modrm_reg = X86_MODRM_REG(modrm) + 8*rex_r; in arch_decode_instruction()

Completed in 2 milliseconds