Lines Matching defs:ins
142 db_expr_t ins = db_get_value(pc, sizeof(int), 0);
146 if (!inst_trap_return(ins) &&
147 (!inst_return(ins) || --db_call_depth != 0)) {
149 if (inst_call(ins) || inst_return(ins)) {
159 if (inst_call(ins))
165 db_expr_t ins = db_get_value(pc, sizeof(int), 0);
169 if (!inst_call(ins) && !inst_return(ins) &&
170 !inst_trap_return(ins)) {
185 db_expr_t ins;
191 ins = db_get_value(pc, sizeof(int), 0);
195 if (inst_branch(ins) || inst_call(ins)) {
196 ins = db_get_value(next_instr_address(pc, 1),
305 * inst_branch(ins), returns true if the instruction might branch
307 * branch_taken(ins, pc, getreg_val, regs),