Home
last modified time | relevance | path

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

/Linux-v4.19/tools/objtool/arch/x86/
Ddecode.c30 static unsigned char op_to_cfi_reg[][2] = { variable
140 op->src.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()
151 op->src.reg = op_to_cfi_reg[op1 & 0x7][rex_b]; in arch_decode_instruction()
162 op->dest.reg = op_to_cfi_reg[op1 & 0x7][rex_b]; in arch_decode_instruction()
218 op->dest.reg = op_to_cfi_reg[modrm_rm][rex_b]; in arch_decode_instruction()
227 op->src.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()
241 op->src.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()
251 op->src.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()
268 op->dest.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()
279 op->dest.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()
[all …]