Searched refs:I_RET (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Ddb_machdep.h66 #define I_RET 0x04 macro
70 #define inst_return(ins) (((ins)&0xff) == I_RET)
/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Ddb_machdep.h81 #define I_RET 0xc3 macro
85 #define inst_return(ins) (((ins)&0xff) == I_RET)
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Ddb_machdep.h82 #define I_RET 0xc3 macro
86 #define inst_return(ins) (((ins)&0xff) == I_RET)

Completed in 59 milliseconds