Home
last modified time | relevance | path

Searched refs:RS2 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dsparc.h51 #define RS2(x) (((union instruct *) (x))->f_3c.rs2) macro
H A Dcalls.c169 printf(" + R%d\n", RS2(instructp)); in findcalls()
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfasttrap_isa.c141 #define RS2(x) (((x) >> 0) & 0x1f) macro
595 fasttrap_getreg(rp, RS2(tp->ftt_instr)); in fasttrap_pid_probe()
632 fasttrap_getreg(rp, RS2(tp->ftt_instr)); in fasttrap_pid_probe()
654 fasttrap_getreg(rp, RS2(tp->ftt_instr)); in fasttrap_pid_probe()
914 uint_t rs2 = RS2(tp->ftt_instr); in fasttrap_pid_probe()