Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dsimulator-arm.cc1403 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 …]
Dconstants-arm.h568 inline int RmValue() const { return Bits(3, 0); } in RmValue() function
569 DECLARE_STATIC_ACCESSOR(RmValue);
Ddisasm-arm.cc193 int rm = instr->RmValue(); in PrintShiftRm()
315 int reg = instr->RmValue(); in FormatRegister()
1246 if (instr->RmValue() == 15) { in DecodeType3()
Dassembler-arm.cc650 reg.reg_code = Instruction::RmValue(instr); in GetRm()
839 Instruction::RmValue(instr_at(pos + kInstrSize))); in target_at_put()