Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dconstants-arm.h524 inline int RnValue() const { return Bits(19, 16); } in RnValue() function
525 DECLARE_STATIC_ACCESSOR(RnValue);
Dsimulator-arm.cc1584 int rn = instr->RnValue(); in ProcessPU()
1646 set_register(instr->RnValue(), rn_val); in HandleRList()
1702 set_register(instr->RnValue(), rn_val); in HandleVList()
2074 int rn = instr->RnValue(); in DecodeType01()
2151 int rn = instr->RnValue(); in DecodeType01()
2332 int rn = instr->RnValue(); in DecodeType01()
2555 int rn = instr->RnValue(); in DecodeType2()
2619 int rn = instr->RnValue(); in DecodeType3()
3638 int rn = instr->RnValue(); in DecodeType6CoprocessorIns()
3675 int rn = instr->RnValue(); in DecodeType6CoprocessorIns()
[all …]
Ddisasm-arm.cc303 int reg = instr->RnValue(); in FormatRegister()
Dassembler-arm.cc643 reg.reg_code = Instruction::RnValue(instr); in GetRn()