Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dsparc.h46 #define OP3(x) (((union instruct *) (x))->f_3c.op3) macro
H A Dcalls.c105 if (OP3(instructp) != JMPL) in findcalls()
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfasttrap_isa.c134 #define OP3(x) (((x) >> 19) & 0x3f) macro
1257 switch (OP3(instr)) { in fasttrap_tracepoint_init()
1327 uint32_t op3 = OP3(instr); in fasttrap_tracepoint_init()
1357 !(OP(instr) == 2 && OP3(instr) == OP3_RETURN))) in fasttrap_tracepoint_init()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_grammar.y36 #define OP3(x, y, z) dt_node_op3(x, y, z) macro
579 conditional_expression { $$ = OP3($1, $3, $5); }
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmds.c87 #define OP3(machcode) (((machcode) >> 19) & 0x3f) macro
1856 op3 = OP3(text[j]); in findsym_cb()