Searched refs:OP3 (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/cmd/mdb/tools/findfp/sparc/ |
H A D | findfp.c | 47 #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_44/usr/src/cmd/mdb/sparc/kmdb/ |
H A D | kvm_isadep.c | 59 #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 D | kaif.c | 63 #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_44/usr/src/cmd/sgs/gprof/common/ |
H A D | sparc.h | 52 #define OP3(x) (((union instruct *) (x))->f_3c.op3) macro
|
H A D | calls.c | 107 if (OP3(instructp) != JMPL) in findcalls()
|
/titanic_44/usr/src/cmd/mdb/sparc/mdb/ |
H A D | proc_isadep.c | 662 #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_44/usr/src/uts/sparc/dtrace/ |
H A D | fasttrap_isa.c | 134 #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_44/usr/src/lib/libdtrace/common/ |
H A D | dt_grammar.y | 36 #define OP3(x, y, z) dt_node_op3(x, y, z) macro 580 conditional_expression { $$ = OP3($1, $3, $5); }
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_cmds.c | 84 #define OP3(machcode) (((machcode) >> 19) & 0x3f) macro 1756 op3 = OP3(text[j]); in findsym_cb()
|