Searched defs:OP3 (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/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" }
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dsparc.h52 #define OP3(x) (((union instruct *) (x))->f_3c.op3) macro
/illumos-gate/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)
439 if (OP(instr) == OP_ARITH && OP3(instr) == OP3_RESTORE) {
441 } else if (OP(instr) == OP_ARITH && OP3(instr) == OP3_OR &&
H A Dkaif.c63 #define OP3(x) (((x) >> 19) & 0x3f) macro
599 if (OP3(instr) == OP3_RDPR &&
612 } else if (OP3(instr) == OP3_WRPR &&
/illumos-gate/usr/src/cmd/mdb/sparc/mdb/
H A Dproc_isadep.c662 #define OP3(machcode) (((machcode) >> 19) & 0x3f) macro
702 OP3(instr) == OP3_SAVE)
749 OP3(instr) == OP3_RESTORE) {
753 OP3(instr) == OP3_OR &&
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfasttrap_isa.c134 #define OP3(x) (((x) >> 19) & 0x3f) macro
1257 switch (OP3(instr)) {
1327 uint32_t op3 = OP3(instr);
1357 !(OP(instr) == 2 && OP3(instr) == OP3_RETURN)))
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmds.c85 #define OP3(machcode) (((machcode) >> 19) & 0x3f) macro
1756 op3 = OP3(text[j]);

Completed in 59 milliseconds