Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_grammar.y35 #define OP2(op, l, r) dt_node_op2(op, l, r) macro
404 $$ = OP2(DT_TOK_LBRAC, $1, $3);
414 $$ = OP2(DT_TOK_DOT, $1, dt_node_ident($3));
417 $$ = OP2(DT_TOK_DOT, $1, dt_node_ident($3));
420 $$ = OP2(DT_TOK_PTR, $1, dt_node_ident($3));
423 $$ = OP2(DT_TOK_PTR, $1, dt_node_ident($3));
441 $$ = OP2(DT_TOK_XLATE, dt_node_type($3), $6);
470 $$ = OP2(DT_TOK_LPAR, dt_node_type($2), $4);
477 $$ = OP2(DT_TOK_MUL, $1, $3);
480 $$ = OP2(DT_TOK_DIV, $1, $3);
[all …]
/illumos-gate/usr/src/lib/libdtrace/sparc/
H A Ddt_isadep.c37 #define OP2(x) (((x) >> 22) & 0x07) macro
194 switch (OP2(text[i])) { in dt_pid_create_return_probe()
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfasttrap_isa.c133 #define OP2(x) (((x) >> 22) & 0x07) macro
1127 switch (OP2(instr)) { in fasttrap_tracepoint_init()