Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_grammar.y36 #define OP3(x, y, z) dt_node_op3(x, y, z) macro
/titanic_41/usr/src/cmd/mdb/tools/findfp/sparc/
H A Dfindfp.c47 #define OP3(x) ((0x3f & x) << 19) /* op3 opcode */ macro
/titanic_41/usr/src/cmd/mdb/sparc/kmdb/
H A Dkvm_isadep.c59 #define OP3(x) (((x) >> 19) & 0x3f) macro
H A Dkaif.c63 #define OP3(x) (((x) >> 19) & 0x3f) macro
/titanic_41/usr/src/cmd/sgs/gprof/common/
H A Dsparc.h52 #define OP3(x) (((union instruct *) (x))->f_3c.op3) macro
/titanic_41/usr/src/cmd/mdb/sparc/mdb/
H A Dproc_isadep.c662 #define OP3(machcode) (((machcode) >> 19) & 0x3f) macro
/titanic_41/usr/src/uts/sparc/dtrace/
H A Dfasttrap_isa.c134 #define OP3(x) (((x) >> 19) & 0x3f) macro
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmds.c84 #define OP3(machcode) (((machcode) >> 19) & 0x3f) macro