Home
last modified time | relevance | path

Searched refs:I_RTS (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/arch/powerpc64/include/
H A Ddb_machdep.h61 #define I_RTS 0x4c000020 macro
70 #define inst_return(ins) (((ins)&M_RTS) == I_RTS)
/openbsd/sys/arch/powerpc/include/
H A Ddb_machdep.h66 #define I_RTS 0x4c000020 macro
75 #define inst_return(ins) (((ins)&M_RTS) == I_RTS)
/openbsd/sys/arch/sh/sh/
H A Ddb_interface.c158 #define I_RTS 0x000b macro
178 return (inst & M_RTS) == I_RTS; in inst_return()