Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/arm/
H A Dconstants-arm.h485 inline int RnValue() const { return Bits(19, 16); } in RnValue() function in v8::internal::Instruction
486 DECLARE_STATIC_ACCESSOR(RnValue)
H A Dassembler-arm.cc700 return Register::from_code(Instruction::RnValue(instr)); in GetRn()
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc1476 int rn = instr->RnValue(); in ProcessPU()
1535 set_register(instr->RnValue(), rn_val); in HandleRList()
1588 set_register(instr->RnValue(), rn_val); in HandleVList()
2037 int rn = instr->RnValue(); in DecodeType01()
2113 int rn = instr->RnValue(); in DecodeType01()
2148 int rn = instr->RnValue(); in DecodeType01()
2194 int rn = instr->RnValue(); in DecodeType01()
2393 int rn = instr->RnValue(); in DecodeType01()
2624 int rn = instr->RnValue(); in DecodeType2()
2686 int rn = instr->RnValue(); in DecodeType3()
[all...]
/third_party/node/deps/v8/src/diagnostics/arm/
H A Ddisasm-arm.cc297 int reg = instr->RnValue(); in FormatRegister()
1052 if (instr->HasL() && (instr->RnValue() == kPCRegister)) { in DecodeType2()
1060 if (instr->HasL() && (instr->RnValue() == kPCRegister)) { in DecodeType2()

Completed in 23 milliseconds