Searched defs:OP_ARITH (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/sparc/kmdb/
H A Dkvm_isadep.c64 #define OP_ARITH 0x2 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.c70 #define OP_ARITH 0x2 macro
598 if (OP(instr) == OP_ARITH) {
/illumos-gate/usr/src/cmd/mdb/sparc/mdb/
H A Dproc_isadep.c668 #define OP_ARITH 0x2 macro
701 else if (OP(instr) == OP_ARITH &&
748 if (OP(instr) == OP_ARITH &&
752 } else if (OP(instr) == OP_ARITH &&
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmds.c94 #define OP_ARITH 0x2 macro
1775 if (op == OP_ARITH) {

Completed in 330 milliseconds