Searched refs:RmValue (Results 1 – 8 of 8) sorted by relevance
1362 int32_t result = get_register(instr->RmValue()); in GetShiftRm()2021 int rm = instr->RmValue(); in DecodeType01()2101 int rm = instr->RmValue(); in DecodeType01()2229 int rm = instr->RmValue(); in DecodeType01()2250 int rm = instr->RmValue(); in DecodeType01()2588 uint32_t rm_val = get_register(instr->RmValue()); in DecodeType3()2595 int32_t rm_val = get_register(instr->RmValue()); in DecodeType3()2619 int32_t rm_val = get_register(instr->RmValue()); in DecodeType3()2649 uint32_t rm_val = get_register(instr->RmValue()); in DecodeType3()2677 uint32_t rm_val = get_register(instr->RmValue()); in DecodeType3()[all …]
637 inline int RmValue() const { return Bits(3, 0); } in RmValue() function638 DECLARE_STATIC_ACCESSOR(RmValue);
217 int rm = instr->RmValue(); in PrintShiftRm()340 int reg = instr->RmValue(); in FormatRegister()1158 if (instr->RmValue() == 15) { in DecodeType3()
683 reg.code_ = Instruction::RmValue(instr); in GetRm()816 Instruction::RmValue(instr_at(pos + kInstrSize))); in target_at_put()
641 inline int RmValue() const { return Bits(3, 0); } in RmValue() function642 DECLARE_STATIC_ACCESSOR(RmValue);
1418 int32_t result = get_register(instr->RmValue()); in GetShiftRm()2014 int rm = instr->RmValue(); in DecodeType01()2082 int rm = instr->RmValue(); in DecodeType01()2210 int rm = instr->RmValue(); in DecodeType01()2231 int rm = instr->RmValue(); in DecodeType01()2565 int32_t rm_val = get_register(instr->RmValue()); in DecodeType3()2607 static_cast<uint32_t>(get_register(instr->RmValue())); in DecodeType3()2613 int32_t rm_val = get_register(instr->RmValue()); in DecodeType3()2632 if (instr->RmValue() != 15) { in DecodeType3()2635 static_cast<uint32_t>(get_register(instr->RmValue())); in DecodeType3()
214 int rm = instr->RmValue(); in PrintShiftRm()337 int reg = instr->RmValue(); in FormatRegister()998 if (instr->RmValue() == 15) { in DecodeType3()
467 reg.code_ = Instruction::RmValue(instr); in GetRm()