Searched refs:Rs1Value (Results 1 – 4 of 4) sorted by relevance
193 int reg = instr->Rs1Value(); in PrintRs1()208 int val = instr->Rs1Value(); in PrintUimm()233 int reg = instr->Rs1Value(); in PrintFRs1()265 (instr - 4)->RdValue() == instr->Rs1Value()) { in PrintTarget()514 int reg = instr->Rs1Value(); in FormatRegister()538 int reg = instr->Rs1Value(); in FormatFPURegisterOrRoundMode()875 if (instr->Rs1Value() == zero_reg.code()) in DecodeRType()886 else if (instr->Rs1Value() == zero_reg.code()) in DecodeRType()892 if (instr->Rs1Value() == zero_reg.code()) in DecodeRType()917 if (instr->Rs1Value() == zero_reg.code()) in DecodeRType()[all …]
559 inline int32_t rs1_reg() const { return instr_.Rs1Value(); } in rs1_reg()592 inline int32_t imm5CSR() const { return instr_.Rs1Value(); } in imm5CSR()
1473 inline int Rs1Value() const { in Rs1Value() function
3948 bool result = IsLd(instr_value) && (instr->Rs1Value() == kRegCode_zero_reg) && in IsConstantPoolAt()