Searched refs:I_RTS (Results 1 – 3 of 3) sorted by relevance
61 #define I_RTS 0x4c000020 macro70 #define inst_return(ins) (((ins)&M_RTS) == I_RTS)
66 #define I_RTS 0x4c000020 macro75 #define inst_return(ins) (((ins)&M_RTS) == I_RTS)
158 #define I_RTS 0x000b macro178 return (inst & M_RTS) == I_RTS; in inst_return()