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

/netbsd-6-1-5-RELEASE/sys/arch/arm/include/
H A Ddb_machdep.h87 #define inst_return(ins) (((ins) & 0x0e108000) == 0x08108000 || \ macro
103 (inst_branch(ins) || inst_call(ins) || inst_return(ins)))
/netbsd-6-1-5-RELEASE/sys/ddb/
H A Ddb_run.c156 (!inst_return(ins) || --db_call_depth != 0)) {
158 if (inst_call(ins) || inst_return(ins)) {
180 !inst_return(ins) &&
217 (inst_branch(ins) || inst_call(ins) || inst_return(ins))) {
385 if (inst_branch(inst) || inst_call(inst) || inst_return(inst)) {
/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Ddb_machdep.h70 #define inst_return(ins) (((ins)&0xff) == I_RET) macro
/netbsd-6-1-5-RELEASE/sys/arch/sh3/include/
H A Ddb_machdep.h99 bool inst_return(int);
/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Ddb_machdep.h94 #define inst_return(ins) db_inst_return(ins) macro
/netbsd-6-1-5-RELEASE/sys/arch/hppa/include/
H A Ddb_machdep.h113 static __inline int inst_return(u_int ins) { function
/netbsd-6-1-5-RELEASE/sys/arch/m68k/include/
H A Ddb_machdep.h91 #define inst_return(ins) (((ins)&M_RTS) == I_RTS) macro
/netbsd-6-1-5-RELEASE/sys/arch/mips/include/
H A Ddb_machdep.h114 bool inst_return(int inst);
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/include/
H A Ddb_machdep.h118 #define inst_return(ins) db_inst_return(ins) macro
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/
H A Ddb_machdep.h109 #define inst_return(ins) (((ins)&M_RTS) == I_RTS) macro
/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Ddb_machdep.h85 #define inst_return(ins) (((ins)&0xff) == I_RET) macro
/netbsd-6-1-5-RELEASE/sys/arch/alpha/include/
H A Ddb_machdep.h78 #define inst_return(ins) db_inst_return(ins) macro
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Ddb_machdep.h86 #define inst_return(ins) (((ins)&0xff) == I_RET) macro
/netbsd-6-1-5-RELEASE/sys/arch/ia64/include/
H A Ddb_machdep.h102 #define inst_return(ins) (ins & 0) macro
/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A Ddb_interface.c814 inst_return(int inst) function
907 if (inst_branch(ins) || inst_call(ins) || inst_return(ins))
/netbsd-6-1-5-RELEASE/sys/arch/sh3/sh3/
H A Ddb_interface.c209 inst_return(int inst) function

Completed in 213 milliseconds