| H A D | asm.h | 183 #define MOVN(rd, rs, rt) \ argument 187 move rd, rs; \ 190 #define MOVZ(rd, rs, rt) \ argument 194 move rd, rs; \ 199 #define MOVN(rd, rs, rt) \ argument 203 move rd, rs; \ 206 #define MOVZ(rd, rs, rt) \ argument 210 move rd, rs; \ 216 #define MOVN(rd, rs, rt) \ argument 217 movn rd, rs, rt [all …]
|