Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dcalls.c61 unsigned long instructp; in findcalls() local
86 for (instructp = (uintptr_t)textspace + p_lowpc - TORIGIN; in findcalls()
87 instructp < (uintptr_t)textspace + p_highpc - TORIGIN; in findcalls()
88 instructp += length) { in findcalls()
90 switch (OP(instructp)) { in findcalls()
98 PC_VAL(instructp)); in findcalls()
101 destpc = (DISP30(instructp) << 2) + PC_VAL(instructp); in findcalls()
105 if (OP3(instructp) != JMPL) in findcalls()
111 PC_VAL(instructp)); in findcalls()
113 if (RD(instructp) == R_G0) { in findcalls()
[all …]