Home
last modified time | relevance | path

Searched refs:OP3 (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/cmd/mdb/tools/findfp/sparc/
H A Dfindfp.c47 #define OP3(x) ((0x3f & x) << 19) /* op3 opcode */ macro
64 { OPMSK|OP3MSK, OP(2) | OP3(0x34), "FPop1" },
65 { OPMSK|OP3MSK, OP(2) | OP3(0x35), "FPop2" },
66 { OPMSK|OP3(0x38), OP(3) | OP3(0x20), "FPldst1" },
67 { OPMSK|OP3(0x38), OP(3) | OP3(0x30), "FPldst2" }
/titanic_50/usr/src/cmd/mdb/sparc/kmdb/
H A Dkvm_isadep.c59 #define OP3(x) (((x) >> 19) & 0x3f) macro
371 if (OP(instr) == OP_ARITH && OP3(instr) == OP3_SAVE) in kmt_step_out()
439 if (OP(instr) == OP_ARITH && OP3(instr) == OP3_RESTORE) { in kmt_next()
441 } else if (OP(instr) == OP_ARITH && OP3(instr) == OP3_OR && in kmt_next()
H A Dkaif.c63 #define OP3(x) (((x) >> 19) & 0x3f) macro
599 if (OP3(instr) == OP3_RDPR && in kaif_step()
612 } else if (OP3(instr) == OP3_WRPR && in kaif_step()
/titanic_50/usr/src/cmd/sgs/gprof/common/
H A Dsparc.h52 #define OP3(x) (((union instruct *) (x))->f_3c.op3) macro
H A Dcalls.c107 if (OP3(instructp) != JMPL) in findcalls()
/titanic_50/usr/src/cmd/mdb/sparc/mdb/
H A Dproc_isadep.c662 #define OP3(machcode) (((machcode) >> 19) & 0x3f) macro
702 OP3(instr) == OP3_SAVE) in pt_step_out()
749 OP3(instr) == OP3_RESTORE) { in pt_next()
753 OP3(instr) == OP3_OR && in pt_next()
/titanic_50/usr/src/uts/sparc/dtrace/
H A Dfasttrap_isa.c134 #define OP3(x) (((x) >> 19) & 0x3f) macro
1257 switch (OP3(instr)) { in fasttrap_tracepoint_init()
1327 uint32_t op3 = OP3(instr); in fasttrap_tracepoint_init()
1357 !(OP(instr) == 2 && OP3(instr) == OP3_RETURN))) in fasttrap_tracepoint_init()
/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_grammar.y36 #define OP3(x, y, z) dt_node_op3(x, y, z) macro
580 conditional_expression { $$ = OP3($1, $3, $5); }
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmds.c84 #define OP3(machcode) (((machcode) >> 19) & 0x3f) macro
1756 op3 = OP3(text[j]); in findsym_cb()