Searched refs:RmValue (Results 1 – 4 of 4) sorted by relevance
1309 int32_t result = get_register(instr->RmValue()); in GetShiftRm()1994 int rm = instr->RmValue(); in DecodeType01()2104 int rt = instr->RmValue(); in DecodeType01()2156 int rm = instr->RmValue(); in DecodeType01()2286 int rm = instr->RmValue(); in DecodeType01()2299 int rm = instr->RmValue(); in DecodeType01()2320 int rm = instr->RmValue(); in DecodeType01()2672 uint32_t rm_val = get_register(instr->RmValue()); in DecodeType3()2679 int32_t rm_val = get_register(instr->RmValue()); in DecodeType3()2703 int32_t rm_val = get_register(instr->RmValue()); in DecodeType3()[all …]
573 inline int RmValue() const { return Bits(3, 0); } in RmValue() function574 DECLARE_STATIC_ACCESSOR(RmValue);
196 int rm = instr->RmValue(); in PrintShiftRm()318 int reg = instr->RmValue(); in FormatRegister()1361 if (instr->RmValue() == 15) { in DecodeType3()
709 return Register::from_code(Instruction::RmValue(instr)); in GetRm()849 Register::from_code(Instruction::RmValue(instr_at(pos + kInstrSize))); in target_at_put()