Searched defs:inst_return (Results 1 – 6 of 6) sorted by relevance
78 #define inst_return(ins) (((ins)&0xff) == I_RET) macro
65 #define inst_return(ins) (((ins) & 0x0e108000) == 0x08108000 || \ macro
71 #define inst_return(ins) (ins == 0x00008067) /* ret */ macro
77 #define inst_return(ins) (((ins)&0xff) == I_RET) macro
81 #define inst_return(ins) (((ins)&M_RTS) == I_RTS) macro
67 #define inst_return( global() macro