Home
last modified time | relevance | path

Searched refs:OP_ARITH (Results 1 – 4 of 4) sorted by relevance

/titanic_41/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) 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.c70 #define OP_ARITH 0x2 macro
598 if (OP(instr) == OP_ARITH) { in kaif_step()
/titanic_41/usr/src/cmd/mdb/sparc/mdb/
H A Dproc_isadep.c668 #define OP_ARITH 0x2 macro
701 else if (OP(instr) == OP_ARITH && in pt_step_out()
748 if (OP(instr) == OP_ARITH && in pt_next()
752 } else if (OP(instr) == OP_ARITH && in pt_next()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmds.c93 #define OP_ARITH 0x2 macro
1775 if (op == OP_ARITH) { in findsym_cb()