Lines Matching defs:RS1
140 #define RS1(x) (((x) >> 14) & 0x1f)
592 value = fasttrap_getreg(rp, RS1(tp->ftt_instr)) + imm;
594 value = fasttrap_getreg(rp, RS1(tp->ftt_instr)) +
629 target = fasttrap_getreg(rp, RS1(tp->ftt_instr)) + imm;
631 target = fasttrap_getreg(rp, RS1(tp->ftt_instr)) +
651 value = fasttrap_getreg(rp, RS1(tp->ftt_instr)) | imm;
653 value = fasttrap_getreg(rp, RS1(tp->ftt_instr)) |
820 uint_t reg = RS1(tp->ftt_instr);
906 uint_t rs1 = RS1(tp->ftt_instr);
913 uint_t rs1 = RS1(tp->ftt_instr);
1202 if (p->p_model == DATAMODEL_ILP32 && RS1(instr) >= 16)
1267 if (RS1(instr) == 5)