Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dconstants-arm.h529 inline int RnValue() const { return Bits(19, 16); } in RnValue() function
530 DECLARE_STATIC_ACCESSOR(RnValue);
Dsimulator-arm.cc1490 int rn = instr->RnValue(); in ProcessPU()
1552 set_register(instr->RnValue(), rn_val); in HandleRList()
1606 set_register(instr->RnValue(), rn_val); in HandleVList()
1993 int rn = instr->RnValue(); in DecodeType01()
2069 int rn = instr->RnValue(); in DecodeType01()
2105 int rn = instr->RnValue(); in DecodeType01()
2152 int rn = instr->RnValue(); in DecodeType01()
2355 int rn = instr->RnValue(); in DecodeType01()
2585 int rn = instr->RnValue(); in DecodeType2()
2649 int rn = instr->RnValue(); in DecodeType3()
[all …]
Ddisasm-arm.cc306 int reg = instr->RnValue(); in FormatRegister()
1069 if (instr->HasL() && (instr->RnValue() == kPCRegister)) { in DecodeType2()
1077 if (instr->HasL() && (instr->RnValue() == kPCRegister)) { in DecodeType2()
Dassembler-arm.cc704 return Register::from_code(Instruction::RnValue(instr)); in GetRn()