Searched refs:op_to_cfi_reg (Results 1 – 1 of 1) sorted by relevance
20 static unsigned char op_to_cfi_reg[][2] = { variable148 op->src.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()160 op->src.reg = op_to_cfi_reg[op1 & 0x7][rex_b]; in arch_decode_instruction()172 op->dest.reg = op_to_cfi_reg[op1 & 0x7][rex_b]; in arch_decode_instruction()232 op->dest.reg = op_to_cfi_reg[modrm_rm][rex_b]; in arch_decode_instruction()242 op->src.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()257 op->src.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()268 op->src.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()286 op->dest.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()298 op->dest.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()[all …]