Searched defs:OP (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/sparc/
H A Ddt_isadep.c38 #define OP(x) ((x) >> 30) macro
192 if (OP(text[i]) == OP_BRANCH) {
/illumos-gate/usr/src/lib/libpp/common/
H A Dppfsm.c44 * groups of states. The OP entries trigger the state copies. States
80 #define OP (-1) macro
275 { OP, {QUICK,QUICK+1,MAC0+1}, COPY, },
307 { OP, {MAC0+1,MAC0+2,MACN}, COPY },
319 { OP, {HIT0+1,HIT0+2,HITN}, COPY },
547 { OP, { 0 }, END, }
619 if (fp->state == OP)
/illumos-gate/usr/src/cmd/mdb/tools/findfp/sparc/
H A Dfindfp.c45 #define OP(x) ((unsigned)(0x3 & x) << 30) /* general opcode */ macro
62 { OPMSK|OP2MSK, OP(0) | OP2(5), "FBPfcc" },
63 { OPMSK|OP2MSK, OP(0) | OP2(6), "FBfcc" },
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/lib/libm/common/m9x/
H A D__fex_i386.c135 #define OP 4 /* opcode */ macro
249 op = uap->uc_mcontext.fpregs.fp_reg_set.fpchip_state.state[OP] >> 16;
584 op = uap->uc_mcontext.fpregs.fp_reg_set.fpchip_state.state[OP] >> 16;
1249 op = uap->uc_mcontext.fpregs.fp_reg_set.fpchip_state.state[OP] >> 16;
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dsparc.h50 #define OP(x) (((union instruct *) (x))->f_1.op) macro
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dregex2.h80 #define OP(n) ((n)&OPRMASK) macro
/illumos-gate/usr/src/cmd/mdb/sparc/kmdb/
H A Dkvm_isadep.c58 #define OP(x) ((x) >> 30) 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.c61 #define OP(x) ((x) >> 30) macro
598 if (OP(instr) == OP_ARITH) {
641 } else if (OP(instr) == OP_BRANCH) {
/illumos-gate/usr/src/cmd/mdb/sparc/mdb/
H A Dproc_isadep.c660 #define OP(machcode) ((machcode) >> 30) macro
701 else if (OP(instr) == OP_ARITH &&
748 if (OP(instr) == OP_ARITH &&
752 } else if (OP(instr) == OP_ARITH &&
778 OP(instr) == OP_BRANCH && OP2(instr) == OP2_ILLTRAP)
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfasttrap_isa.c132 #define OP(x) ((x) >> 30) macro
1111 if (OP(instr) == 1) {
1119 } else if (OP(instr) == 0) {
1256 } else if (OP(instr) == 2) {
1326 } else if (OP(instr) == 3) {
1357 !(OP(instr) == 2 && OP3(instr) == OP3_RETURN)))
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmds.c84 #define OP(machcode) ((machcode) >> 30) macro
1755 if ((op = OP(text[j])) & OP_ARITH_MEM_MASK) {
1811 } else if (OP(text[j]) == 1) {

Completed in 76 milliseconds