Searched refs:RtValue (Results 1 – 11 of 11) sorted by relevance
196 int reg = instr->RtValue(); in PrintRt()244 int freg = instr->RtValue(); in PrintFt()657 int reg = instr->RtValue(); in FormatRegister()1413 } else if (0 == instr->RtValue()) { in DecodeTypeRegisterSPECIAL()1774 if ((instr->RtValue() == 0) && (instr->RsValue() != 0)) { in DecodeTypeImmediate()1776 } else if ((instr->RtValue() != instr->RsValue()) && in DecodeTypeImmediate()1777 (instr->RsValue() != 0) && (instr->RtValue() != 0)) { in DecodeTypeImmediate()1779 } else if ((instr->RtValue() == instr->RsValue()) && in DecodeTypeImmediate()1780 (instr->RtValue() != 0)) { in DecodeTypeImmediate()1782 } else if ((instr->RsValue() == 0) && (instr->RtValue() != 0)) { in DecodeTypeImmediate()[all …]
1395 inline int RtValue() const { in RtValue() function1515 return RtValue(); in SecondaryValue()
400 inline int32_t rt_reg() const { return instr_.RtValue(); } in rt_reg()
2736 int32_t rt_reg = instr_.RtValue(); in DecodeTypeRegisterDRsType()6276 int32_t rt_reg = instr_.RtValue(); // Destination register. in DecodeTypeImmediate()
208 int reg = instr->RtValue(); in PrintRt()256 int freg = instr->RtValue(); in PrintFt()698 int reg = instr->RtValue(); in FormatRegister()1651 } else if (0 == instr->RtValue()) { in DecodeTypeRegisterSPECIAL()2031 if ((instr->RtValue() == 0) && (instr->RsValue() != 0)) { in DecodeTypeImmediate()2033 } else if ((instr->RtValue() != instr->RsValue()) && in DecodeTypeImmediate()2034 (instr->RsValue() != 0) && (instr->RtValue() != 0)) { in DecodeTypeImmediate()2036 } else if ((instr->RtValue() == instr->RsValue()) && in DecodeTypeImmediate()2037 (instr->RtValue() != 0)) { in DecodeTypeImmediate()2039 } else if ((instr->RsValue() == 0) && (instr->RtValue() != 0)) { in DecodeTypeImmediate()[all …]
412 inline int32_t rt_reg() const { return instr_.RtValue(); } in rt_reg()
1442 inline int RtValue() const { in RtValue() function1572 return RtValue(); in SecondaryValue()
6510 int32_t rt_reg = instr_.RtValue(); // Destination register. in DecodeTypeImmediate()
543 inline int RtValue() const { return Bits(15, 12); } in RtValue() function
322 int reg = instr->RtValue(); in FormatRegister()1576 const char* rt_name = converter_.NameOfCPURegister(instr->RtValue()); in DecodeTypeVFP()1624 const char* rt_name = converter_.NameOfCPURegister(instr->RtValue()); in DecodeTypeVFP()
2068 int rt = instr->RtValue(); in DecodeType01()3359 int rt = instr->RtValue(); in DecodeTypeVFP()3399 int rt = instr->RtValue(); in DecodeTypeVFP()3435 int rt = instr->RtValue(); in DecodeTypeVFP()3471 uint32_t rt = instr->RtValue(); in DecodeTypeVFP()3494 uint32_t rt = instr->RtValue(); in DecodeTypeVFP()3549 int t = instr->RtValue(); in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()3856 int rt = instr->RtValue(); in DecodeType6CoprocessorIns()