Searched refs:op_to_cfi_reg (Results 1 – 1 of 1) sorted by relevance
18 static unsigned char op_to_cfi_reg[][2] = { variable128 op->src.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()139 op->src.reg = op_to_cfi_reg[op1 & 0x7][rex_b]; in arch_decode_instruction()150 op->dest.reg = op_to_cfi_reg[op1 & 0x7][rex_b]; in arch_decode_instruction()206 op->dest.reg = op_to_cfi_reg[modrm_rm][rex_b]; in arch_decode_instruction()215 op->src.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()229 op->src.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()239 op->src.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()256 op->dest.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()267 op->dest.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()[all …]