Searched refs:RnValue (Results 1 – 4 of 4) sorted by relevance
529 inline int RnValue() const { return Bits(19, 16); } in RnValue() function530 DECLARE_STATIC_ACCESSOR(RnValue);
1490 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 …]
306 int reg = instr->RnValue(); in FormatRegister()1069 if (instr->HasL() && (instr->RnValue() == kPCRegister)) { in DecodeType2()1077 if (instr->HasL() && (instr->RnValue() == kPCRegister)) { in DecodeType2()
704 return Register::from_code(Instruction::RnValue(instr)); in GetRn()