Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dsimulator-arm.cc1399 int32_t result = get_register(instr->RmValue()); in GetShiftRm()
2101 int rm = instr->RmValue(); in DecodeType01()
2205 int rt = instr->RmValue(); in DecodeType01()
2246 int rm = instr->RmValue(); in DecodeType01()
2376 int rm = instr->RmValue(); in DecodeType01()
2389 int rm = instr->RmValue(); in DecodeType01()
2410 int rm = instr->RmValue(); in DecodeType01()
2755 uint32_t rm_val = get_register(instr->RmValue()); in DecodeType3()
2762 int32_t rm_val = get_register(instr->RmValue()); in DecodeType3()
2786 int32_t rm_val = get_register(instr->RmValue()); in DecodeType3()
[all …]
Dconstants-arm.h586 inline int RmValue() const { return Bits(3, 0); } in RmValue() function
587 DECLARE_STATIC_ACCESSOR(RmValue);
Ddisasm-arm.cc196 int rm = instr->RmValue(); in PrintShiftRm()
318 int reg = instr->RmValue(); in FormatRegister()
1317 if (instr->RmValue() == 15) { in DecodeType3()
Dassembler-arm.cc737 reg.reg_code = Instruction::RmValue(instr); in GetRm()
920 Register::from_code(Instruction::RmValue(instr_at(pos + kInstrSize))); in target_at_put()