Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dconstants-arm.h542 inline int RnValue() const { return Bits(19, 16); } in RnValue() function
543 DECLARE_STATIC_ACCESSOR(RnValue);
Dsimulator-arm.cc1580 int rn = instr->RnValue(); in ProcessPU()
1642 set_register(instr->RnValue(), rn_val); in HandleRList()
1698 set_register(instr->RnValue(), rn_val); in HandleVList()
2100 int rn = instr->RnValue(); in DecodeType01()
2176 int rn = instr->RnValue(); in DecodeType01()
2206 int rn = instr->RnValue(); in DecodeType01()
2242 int rn = instr->RnValue(); in DecodeType01()
2438 int rn = instr->RnValue(); in DecodeType01()
2668 int rn = instr->RnValue(); in DecodeType2()
2732 int rn = instr->RnValue(); in DecodeType3()
[all …]
Ddisasm-arm.cc306 int reg = instr->RnValue(); in FormatRegister()
Dassembler-arm.cc730 reg.reg_code = Instruction::RnValue(instr); in GetRn()