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