Searched refs:inst_return (Results 1 - 17 of 17) sorted by relevance

/openbsd-current/sys/arch/sh/include/
H A Ddb_machdep.h61 int inst_return(int);
/openbsd-current/sys/arch/arm/include/
H A Ddb_machdep.h73 #define inst_return(ins) (((ins) & 0x0e108000) == 0x08108000 || \ macro
86 (inst_branch(ins) || inst_call(ins) || inst_return(ins)))
/openbsd-current/sys/arch/m88k/include/
H A Ddb_machdep.h75 * inst_return(ins) - is the instruction a function call return.
78 #define inst_return(I) (((I) & 0xfffffbff) == 0xf400c001) macro
/openbsd-current/sys/arch/mips64/include/
H A Ddb_machdep.h62 #define inst_return(i) ((i) == 0x03e00008) macro
/openbsd-current/sys/arch/alpha/include/
H A Ddb_machdep.h68 #define inst_return(ins) (((ins) & 0xfc000000) == 0x68000000) macro
/openbsd-current/sys/arch/powerpc64/include/
H A Ddb_machdep.h70 #define inst_return(ins) (((ins)&M_RTS) == I_RTS) macro
/openbsd-current/sys/arch/riscv64/include/
H A Ddb_machdep.h70 #define inst_return(ins) (ins == 0x00008067) /* ret */ macro
/openbsd-current/sys/arch/i386/include/
H A Ddb_machdep.h70 #define inst_return(ins) (((ins)&0xff) == I_RET) macro
/openbsd-current/sys/arch/amd64/include/
H A Ddb_machdep.h73 #define inst_return(ins) (((ins)&0xff) == I_RET) macro
/openbsd-current/sys/arch/powerpc/include/
H A Ddb_machdep.h75 #define inst_return(ins) (((ins)&M_RTS) == I_RTS) macro
/openbsd-current/sys/ddb/
H A Ddb_run.c145 (!inst_return(ins) || --db_call_depth != 0)) {
147 if (inst_call(ins) || inst_return(ins)) {
167 if (!inst_call(ins) && !inst_return(ins) &&
338 if (inst_branch(inst) || inst_call(inst) || inst_return(inst)) {
/openbsd-current/sys/arch/arm64/include/
H A Ddb_machdep.h70 #define inst_return(ins) ((ins) == 0 && (ins) == 1) macro
/openbsd-current/sys/arch/hppa/include/
H A Ddb_machdep.h61 static __inline int inst_return(u_int ins) { function
/openbsd-current/sys/arch/sparc64/include/
H A Ddb_machdep.h117 #define inst_return(ins) db_inst_return(ins) macro
/openbsd-current/sys/arch/alpha/alpha/
H A Ddb_trace.c218 if (name[0] == '?' && inst_return(inst))
/openbsd-current/sys/arch/sh/sh/
H A Ddb_interface.c173 inst_return(int inst) function
/openbsd-current/sys/arch/mips64/mips64/
H A Dtrap.c1399 if (inst_call(inst.word) || inst_return(inst.word)) {

Completed in 121 milliseconds