Searched refs:inst_return (Results 1 – 10 of 10) sorted by relevance
188 (!inst_return(ins) || --db_call_depth != 0)) { in db_stop_at_pc()190 if (inst_call(ins) || inst_return(ins)) { in db_stop_at_pc()210 !inst_return(ins) && in db_stop_at_pc()308 if (inst_branch(inst) || inst_call(inst) || inst_return(inst)) { in db_set_single_step()
65 #define inst_return(ins) (((ins) & 0x0e108000) == 0x08108000 || \ macro
77 #define inst_return(ins) (((ins)&0xff) == I_RET) macro
78 #define inst_return(ins) (((ins)&0xff) == I_RET) macro
81 #define inst_return(ins) (((ins)&M_RTS) == I_RTS) macro
81 #define inst_return(i) ((i) == 0x03e00008) macro
71 #define inst_return(ins) (ins == 0x00008067) /* ret */ macro
67 #define inst_return(ins) (((ins) & 0xfffffc1fu) == 0xd65f0000) macro
116 inst_return(cur_instr)) { in ptrace_get_alternative_next()
295 if (inst_branch(inst) || inst_call(inst) || inst_return(inst)) { in kdb_cpu_set_singlestep()