Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dconstants-arm.h597 inline int RnValue() const { return Bits(19, 16); } in RnValue() function
598 DECLARE_STATIC_ACCESSOR(RnValue);
Dsimulator-arm.cc1585 int rn = instr->RnValue(); in ProcessPUW()
2013 int rn = instr->RnValue(); in DecodeType01()
2078 int rn = instr->RnValue(); in DecodeType01()
2257 int rn = instr->RnValue(); in DecodeType01()
2480 int rn = instr->RnValue(); in DecodeType2()
2544 int rn = instr->RnValue(); in DecodeType3()
3138 int rn = instr->RnValue(); in DecodeType6CoprocessorIns()
3175 int rn = instr->RnValue(); in DecodeType6CoprocessorIns()
3194 int rn = instr->RnValue(); in DecodeType6CoprocessorIns()
Ddisasm-arm.cc325 int reg = instr->RnValue(); in FormatRegister()
Dassembler-arm.cc460 reg.code_ = Instruction::RnValue(instr); in GetRn()