Searched refs:RmValue (Results 1 – 4 of 4) sorted by relevance
1351 int32_t result = get_register(instr->RmValue()); in GetShiftRm()2010 int rm = instr->RmValue(); in DecodeType01()2090 int rm = instr->RmValue(); in DecodeType01()2218 int rm = instr->RmValue(); in DecodeType01()2239 int rm = instr->RmValue(); in DecodeType01()2577 uint32_t rm_val = get_register(instr->RmValue()); in DecodeType3()2584 int32_t rm_val = get_register(instr->RmValue()); in DecodeType3()2608 int32_t rm_val = get_register(instr->RmValue()); in DecodeType3()2638 uint32_t rm_val = get_register(instr->RmValue()); in DecodeType3()2666 uint32_t rm_val = get_register(instr->RmValue()); in DecodeType3()[all …]
556 inline int RmValue() const { return Bits(3, 0); } in RmValue() function557 DECLARE_STATIC_ACCESSOR(RmValue);
194 int rm = instr->RmValue(); in PrintShiftRm()316 int reg = instr->RmValue(); in FormatRegister()1134 if (instr->RmValue() == 15) { in DecodeType3()
632 reg.code_ = Instruction::RmValue(instr); in GetRm()821 Instruction::RmValue(instr_at(pos + kInstrSize))); in target_at_put()