Lines Matching refs:rs
178 #define MOVN(rd, rs, rt) \ argument
182 move rd, rs; \
185 #define MOVZ(rd, rs, rt) \ argument
189 move rd, rs; \
194 #define MOVN(rd, rs, rt) \ argument
198 move rd, rs; \
201 #define MOVZ(rd, rs, rt) \ argument
205 move rd, rs; \
211 #define MOVN(rd, rs, rt) \ argument
212 movn rd, rs, rt
213 #define MOVZ(rd, rs, rt) \ argument
214 movz rd, rs, rt