Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dconstants-arm.h540 inline int RnValue() const { return Bits(19, 16); } in RnValue() function
541 DECLARE_STATIC_ACCESSOR(RnValue);
Dsimulator-arm.cc1608 int rn = instr->RnValue(); in ProcessPU()
1670 set_register(instr->RnValue(), rn_val); in HandleRList()
1726 set_register(instr->RnValue(), rn_val); in HandleVList()
2128 int rn = instr->RnValue(); in DecodeType01()
2205 int rn = instr->RnValue(); in DecodeType01()
2401 int rn = instr->RnValue(); in DecodeType01()
2631 int rn = instr->RnValue(); in DecodeType2()
2695 int rn = instr->RnValue(); in DecodeType3()
3722 int rn = instr->RnValue(); in DecodeType6CoprocessorIns()
3759 int rn = instr->RnValue(); in DecodeType6CoprocessorIns()
[all …]
Ddisasm-arm.cc304 int reg = instr->RnValue(); in FormatRegister()
Dassembler-arm.cc650 reg.reg_code = Instruction::RnValue(instr); in GetRn()