Home
last modified time | relevance | path

Searched defs:OP3 (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_grammar.y36 #define OP3(x, y, z) dt_node_op3(x, y, z) macro
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dsparc.h46 #define OP3(x) (((union instruct *) (x))->f_3c.op3) macro
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfasttrap_isa.c134 #define OP3(x) (((x) >> 19) & 0x3f) macro
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmds.c87 #define OP3(machcode) (((machcode) >> 19) & 0x3f) macro