Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/arm/
Dsimulator-arm.cc1362 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 …]
Dconstants-arm.h637 inline int RmValue() const { return Bits(3, 0); } in RmValue() function
638 DECLARE_STATIC_ACCESSOR(RmValue);
Ddisasm-arm.cc217 int rm = instr->RmValue(); in PrintShiftRm()
340 int reg = instr->RmValue(); in FormatRegister()
1158 if (instr->RmValue() == 15) { in DecodeType3()
Dassembler-arm.cc683 reg.code_ = Instruction::RmValue(instr); in GetRm()
816 Instruction::RmValue(instr_at(pos + kInstrSize))); in target_at_put()
/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()