Searched refs:op_to_cfi_reg (Results 1 – 1 of 1) sorted by relevance
21 static unsigned char op_to_cfi_reg[][2] = { variable149 op->src.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()161 op->src.reg = op_to_cfi_reg[op1 & 0x7][rex_b]; in arch_decode_instruction()173 op->dest.reg = op_to_cfi_reg[op1 & 0x7][rex_b]; in arch_decode_instruction()233 op->dest.reg = op_to_cfi_reg[modrm_rm][rex_b]; 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()[all …]