Searched refs:inst_return (Results 1 – 18 of 18) sorted by relevance
156 (!inst_return(ins) || --db_call_depth != 0)) { in db_stop_at_pc()158 if (inst_call(ins) || inst_return(ins)) { in db_stop_at_pc()180 !inst_return(ins) && in db_stop_at_pc()217 (inst_branch(ins) || inst_call(ins) || inst_return(ins))) { in db_restart_at_pc()388 if (inst_branch(inst) || inst_call(inst) || inst_return(inst)) { in db_set_single_step()
95 #define inst_return(ins) (((ins) & 0x0e108000) == 0x08108000 || \ macro111 && (inst_branch(ins) || inst_call(ins) || inst_return(ins)))
50 #define inst_return(ins) (((ins)&0xff) == I_RET) macro81 #define inst_return(ins) (((ins)&0xff) == I_RET) macro
71 #define inst_return(ins) (((ins)&0xff) == I_RET) macro
87 #define inst_return(ins) (((ins)&M_RTS) == I_RTS) macro
112 static __inline int inst_return(u_int ins) { in inst_return() function
99 bool inst_return(int);
125 bool inst_return(int inst);
94 #define inst_return(ins) db_inst_return(ins) macro
85 #define inst_return(ins) (((ins)&0xff) == I_RET) macro
86 #define inst_return(ins) (((ins)&0xff) == I_RET) macro
109 inst_return(db_expr_t insn) in inst_return() function
108 #define inst_return(ins) (((ins)&M_RTS) == I_RTS) macro
117 #define inst_return(ins) db_inst_return(ins) macro
102 #define inst_return(ins) (ins & 0) macro
80 #define inst_return(ins) db_inst_return(ins) macro
1004 inst_return(int inst) in inst_return() function1097 if (inst_branch(ins) || inst_call(ins) || inst_return(ins)) in next_instr_address()
216 inst_return(int inst) in inst_return() function