Searched refs:RmValue (Results 1 – 4 of 4) sorted by relevance
1315 int32_t result = get_register(instr->RmValue()); in GetShiftRm()2017 int rm = instr->RmValue(); in DecodeType01()2097 int rm = instr->RmValue(); in DecodeType01()2227 int rm = instr->RmValue(); in DecodeType01()2240 int rm = instr->RmValue(); in DecodeType01()2261 int rm = instr->RmValue(); in DecodeType01()2606 uint32_t rm_val = get_register(instr->RmValue()); in DecodeType3()2613 int32_t rm_val = get_register(instr->RmValue()); in DecodeType3()2637 int32_t rm_val = get_register(instr->RmValue()); in DecodeType3()2665 int32_t rm_val = get_register(instr->RmValue()); in DecodeType3()[all …]
584 inline int RmValue() const { return Bits(3, 0); } in RmValue() function585 DECLARE_STATIC_ACCESSOR(RmValue);
196 int rm = instr->RmValue(); in PrintShiftRm()318 int reg = instr->RmValue(); in FormatRegister()1317 if (instr->RmValue() == 15) { in DecodeType3()
756 reg.reg_code = Instruction::RmValue(instr); in GetRm()939 Register::from_code(Instruction::RmValue(instr_at(pos + kInstrSize))); in target_at_put()