Searched refs:RdValue (Results 1 – 17 of 17) sorted by relevance
203 int reg = instr->RdValue(); in PrintRd()248 int reg = instr->RdValue(); in PrintFRd()265 (instr - 4)->RdValue() == instr->Rs1Value()) { in PrintTarget()524 int reg = instr->RdValue(); in FormatRegister()552 int reg = instr->RdValue(); in FormatFPURegisterOrRoundMode()1420 if (instr->RdValue() == zero_reg.code() && in DecodeIType()1423 else if (instr->RdValue() == zero_reg.code() && in DecodeIType()1426 else if (instr->RdValue() == ra.code() && instr->Imm12Value() == 0) in DecodeIType()1456 if (instr->RdValue() == zero_reg.code() && in DecodeIType()1543 if (instr->RdValue() == zero_reg.code()) in DecodeIType()[all …]
487 inline int RdValue() const { return Bits(15, 12); } in DECLARE_STATIC_ACCESSOR()488 DECLARE_STATIC_ACCESSOR(RdValue) in DECLARE_STATIC_ACCESSOR() argument
696 return Register::from_code(Instruction::RdValue(instr)); in GetRd()
205 int reg = instr->RdValue(); in PrintRd()250 int freg = instr->RdValue(); in PrintFd()268 int sd = instr->RdValue(); in PrintSd()274 int msbd = instr->RdValue(); in PrintSs1()282 int msb = instr->RdValue(); in PrintSs2()290 int msbdminus32 = instr->RdValue(); in PrintSs3()297 int msbminus32 = instr->RdValue(); in PrintSs4()665 int reg = instr->RdValue(); in FormatRegister()
193 int reg = instr->RdValue(); in PrintRd()238 int freg = instr->RdValue(); in PrintFd()256 int sd = instr->RdValue(); in PrintSd()262 int ss = instr->RdValue(); in PrintSs1()269 int ss = instr->RdValue(); in PrintSs2()624 int reg = instr->RdValue(); in FormatRegister()
2055 int rd = instr->RdValue(); in DecodeType01()2085 int rd_lo = instr->RdValue(); in DecodeType01()2146 int rd = instr->RdValue(); in DecodeType01()2193 int rd = instr->RdValue(); in DecodeType01()2334 int rd = instr->RdValue(); in DecodeType01()2359 int rd = instr->RdValue(); in DecodeType01()2392 int rd = instr->RdValue(); in DecodeType01()2623 int rd = instr->RdValue(); in DecodeType2()2685 int rd = instr->RdValue(); in DecodeType3()2989 int rd = instr->RdValue(); in DecodeType3()[all …]
571 inline int32_t rd_reg() const { return instr_.RdValue(); } in rd_reg()572 inline int32_t frd_reg() const { return instr_.RdValue(); } in frd_reg()
146 int reg = instr->RdValue(); in PrintRd()356 int reg = instr->RdValue(); in FormatRegister()
393 inline int32_t rd_reg() const { return instr_.RdValue(); } in rd_reg()
472 inline int32_t rd_reg() const { return instr_.RdValue(); } in rd_reg()
485 inline int32_t rd_reg() const { return instr_.RdValue(); } in rd_reg()
764 inline int RdValue() const { in RdValue() function
301 int reg = instr->RdValue(); in FormatRegister()423 int rd = instr->RdValue(); in PrintMovwMovt()
1398 inline int RdValue() const { in RdValue() function
1460 inline int RdValue() const { in RdValue() function
1520 inline int RdValue() const { in RdValue() function
3949 (instr->RdValue() == kRegCode_zero_reg); in IsConstantPoolAt()3956 instr_following->RdValue() == kRegCode_zero_reg)); in IsConstantPoolAt()