Home
last modified time | relevance | path

Searched refs:RmValue (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/arm/
Dconstants-arm.h641 inline int RmValue() const { return Bits(3, 0); } in RmValue() function
642 DECLARE_STATIC_ACCESSOR(RmValue);
Dsimulator-arm.cc1418 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()
Ddisasm-arm.cc214 int rm = instr->RmValue(); in PrintShiftRm()
337 int reg = instr->RmValue(); in FormatRegister()
998 if (instr->RmValue() == 15) { in DecodeType3()
Dassembler-arm.cc467 reg.code_ = Instruction::RmValue(instr); in GetRm()