Searched defs:inst_return (Results 1 – 5 of 5) sorted by relevance
82 #define inst_return(i) ((i) == 0x03e00008) macro
81 #define inst_return(ins) (((ins)&0xff) == I_RET) macro
66 #define inst_return(ins) (((ins) & 0x0e108000) == 0x08108000 || \ macro
64 #define inst_return(ins) (((ins) & 0xfffffc1fu) == 0xd65f0000) macro
80 #define inst_return(ins) (((ins)&0xff) == I_RET) macro