Searched refs:RmValue (Results 1 – 4 of 4) sorted by relevance
1403 int32_t result = get_register(instr->RmValue()); in GetShiftRm()2075 int rm = instr->RmValue(); in DecodeType01()2155 int rm = instr->RmValue(); in DecodeType01()2283 int rm = instr->RmValue(); in DecodeType01()2304 int rm = instr->RmValue(); in DecodeType01()2642 uint32_t rm_val = get_register(instr->RmValue()); in DecodeType3()2649 int32_t rm_val = get_register(instr->RmValue()); in DecodeType3()2673 int32_t rm_val = get_register(instr->RmValue()); in DecodeType3()2701 int32_t rm_val = get_register(instr->RmValue()); in DecodeType3()2720 int32_t rm_val = get_register(instr->RmValue()); in DecodeType3()[all …]
568 inline int RmValue() const { return Bits(3, 0); } in RmValue() function569 DECLARE_STATIC_ACCESSOR(RmValue);
193 int rm = instr->RmValue(); in PrintShiftRm()315 int reg = instr->RmValue(); in FormatRegister()1246 if (instr->RmValue() == 15) { in DecodeType3()
650 reg.reg_code = Instruction::RmValue(instr); in GetRm()839 Instruction::RmValue(instr_at(pos + kInstrSize))); in target_at_put()