Home
last modified time | relevance | path

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

/external/v8/src/codegen/arm/
Dconstants-arm.h485 inline int RnValue() const { return Bits(19, 16); } in RnValue() function
486 DECLARE_STATIC_ACCESSOR(RnValue) in DECLARE_STATIC_ACCESSOR() argument
Dassembler-arm.cc689 return Register::from_code(Instruction::RnValue(instr)); in GetRn()
/external/v8/src/execution/arm/
Dsimulator-arm.cc1442 int rn = instr->RnValue(); in ProcessPU()
1502 set_register(instr->RnValue(), rn_val); in HandleRList()
1555 set_register(instr->RnValue(), rn_val); in HandleVList()
1977 int rn = instr->RnValue(); in DecodeType01()
2053 int rn = instr->RnValue(); in DecodeType01()
2089 int rn = instr->RnValue(); in DecodeType01()
2136 int rn = instr->RnValue(); in DecodeType01()
2337 int rn = instr->RnValue(); in DecodeType01()
2569 int rn = instr->RnValue(); in DecodeType2()
2631 int rn = instr->RnValue(); in DecodeType3()
[all …]
/external/v8/src/diagnostics/arm/
Ddisasm-arm.cc294 int reg = instr->RnValue(); in FormatRegister()
1047 if (instr->HasL() && (instr->RnValue() == kPCRegister)) { in DecodeType2()
1055 if (instr->HasL() && (instr->RnValue() == kPCRegister)) { in DecodeType2()