Home
last modified time | relevance | path

Searched defs:OP2 (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/lib/libdtrace/common/
H A Ddt_grammar.y35 #define OP2(op, l, r) dt_node_op2(op, l, r) macro
/titanic_44/usr/src/cmd/mdb/tools/findfp/sparc/
H A Dfindfp.c46 #define OP2(x) ((0x7 & x) << 22) /* op2 opcode */ macro
/titanic_44/usr/src/lib/libdtrace/sparc/
H A Ddt_isadep.c39 #define OP2(x) (((x) >> 22) & 0x07) macro
/titanic_44/usr/src/cmd/mdb/sparc/mdb/
H A Dproc_isadep.c661 #define OP2(machcode) (((machcode) >> 22) & 0x07) macro
/titanic_44/usr/src/cmd/mdb/sparc/kmdb/
H A Dkaif.c62 #define OP2(x) (((x) >> 22) & 0x07) macro
/titanic_44/usr/src/uts/sparc/dtrace/
H A Dfasttrap_isa.c133 #define OP2(x) (((x) >> 22) & 0x07) macro