Searched refs:modrm_reg (Results 1 – 1 of 1) sorted by relevance
78 modrm_reg = 0, sib = 0; in arch_decode_instruction() local112 modrm_reg = X86_MODRM_REG(modrm); in arch_decode_instruction()128 op->src.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()199 if (rex_w && !rex_r && modrm_mod == 3 && modrm_reg == 4) { 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()286 op->dest.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()[all …]