Searched defs:inst_return (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/arm/include/
H A Ddb_machdep.h70 #define inst_return(ins) (((ins) & 0x0e108000) == 0x08108000 || \ macro
/freebsd-11-stable/sys/arm64/include/
H A Ddb_machdep.h64 #define inst_return(ins) (((ins) & 0xfffffc1fu) == 0xd65f0000) macro
/freebsd-11-stable/sys/riscv/include/
H A Ddb_machdep.h67 #define inst_return(ins) (ins == 0x00008067) /* ret */ macro
/freebsd-11-stable/sys/sparc64/include/
H A Ddb_machdep.h59 #define inst_return(ins) (0) macro
/freebsd-11-stable/sys/mips/include/
H A Ddb_machdep.h86 #define inst_return(i) ((i) == 0x03e00008) macro
/freebsd-11-stable/sys/i386/include/
H A Ddb_machdep.h81 #define inst_return(ins) (((ins)&0xff) == I_RET) macro
/freebsd-11-stable/sys/amd64/include/
H A Ddb_machdep.h78 #define inst_return(ins) (((ins)&0xff) == I_RET) macro
/freebsd-11-stable/sys/powerpc/include/
H A Ddb_machdep.h84 #define inst_return(ins) (((ins)&M_RTS) == I_RTS) macro

Completed in 97 milliseconds