Home | History | Annotate | Download | only in mips

Lines Matching refs:RETURN

5      * return negative if this's string is < comp, 0 if they are the
21 RETURN
60 * a3: value to return if the first part of the string is equal
76 RETURN
82 RETURN
96 RETURN
102 RETURN
108 RETURN
132 RETURN
138 RETURN
142 move rOBJ, a3 # save return value if strings are equal
145 movn v0, rOBJ, t0 # overwrite return value if strings are equal
146 RETURN