Searched refs:rex_r (Results 1 – 1 of 1) sorted by relevance
88 unsigned char op1, op2, rex = 0, rex_b = 0, rex_r = 0, rex_w = 0, in arch_decode_instruction() local116 rex_r = X86_REX_R(rex) >> 2; in arch_decode_instruction()140 op->src.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()211 if (rex_w && !rex_r && modrm_mod == 3 && modrm_reg == 4) { 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()298 op->dest.reg = op_to_cfi_reg[modrm_reg][rex_r]; in arch_decode_instruction()