Searched refs:OP2 (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_grammar.y | 35 #define OP2(op, l, r) dt_node_op2(op, l, r) macro 403 $$ = OP2(DT_TOK_LBRAC, $1, $3); 413 $$ = OP2(DT_TOK_DOT, $1, dt_node_ident($3)); 416 $$ = OP2(DT_TOK_DOT, $1, dt_node_ident($3)); 419 $$ = OP2(DT_TOK_PTR, $1, dt_node_ident($3)); 422 $$ = OP2(DT_TOK_PTR, $1, dt_node_ident($3)); 440 $$ = OP2(DT_TOK_XLATE, dt_node_type($3), $6); 469 $$ = OP2(DT_TOK_LPAR, dt_node_type($2), $4); 476 $$ = OP2(DT_TOK_MUL, $1, $3); 479 $$ = OP2(DT_TOK_DIV, $1, $3); [all …]
|
/titanic_50/usr/src/cmd/mdb/tools/findfp/sparc/ |
H A D | findfp.c | 46 #define OP2(x) ((0x7 & x) << 22) /* op2 opcode */ macro 62 { OPMSK|OP2MSK, OP(0) | OP2(5), "FBPfcc" }, 63 { OPMSK|OP2MSK, OP(0) | OP2(6), "FBfcc" },
|
/titanic_50/usr/src/lib/libdtrace/sparc/ |
H A D | dt_isadep.c | 39 #define OP2(x) (((x) >> 22) & 0x07) macro 196 switch (OP2(text[i])) { in dt_pid_create_return_probe()
|
/titanic_50/usr/src/cmd/mdb/sparc/kmdb/ |
H A D | kaif.c | 62 #define OP2(x) (((x) >> 22) & 0x07) macro 644 switch (OP2(instr)) { in kaif_step()
|
/titanic_50/usr/src/cmd/mdb/sparc/mdb/ |
H A D | proc_isadep.c | 661 #define OP2(machcode) (((machcode) >> 22) & 0x07) macro 778 OP(instr) == OP_BRANCH && OP2(instr) == OP2_ILLTRAP) in pt_next()
|
/titanic_50/usr/src/uts/sparc/dtrace/ |
H A D | fasttrap_isa.c | 133 #define OP2(x) (((x) >> 22) & 0x07) macro 1127 switch (OP2(instr)) { in fasttrap_tracepoint_init()
|