Home | History | Annotate | Download | only in mips32

Lines Matching refs:FD

100 // mov.s fd, fs
101 #define TESTINSNMOVE1s(instruction, offset, FD, FS) \
109 "mov.s %0, $" #FD"\n\t" \
110 "mfc1 %1, $" #FD"\n\t" \
119 // mov.d fd, fs
120 #define TESTINSNMOVE1d(instruction, offset, FD, FS) \
128 "mov.d %0, $" #FD"\n\t" \
129 "mfc1 %1, $" #FD"\n\t" \
160 // movf.s fd, fs
161 #define TESTINSNMOVE2s(instruction, FD, FS, cc, offset) \
171 "lwc1 $" #FD ", 4($t0)\n\t" \
174 "mov.s %0, $" #FD"\n\t" \
183 // movf.d fd, fs
185 #define TESTINSNMOVE2d(instruction, FD, FS, cc, offset) \
199 "mov.d %0, $" #FD"\n\t" \
210 #define TESTINSNMOVE2d(instruction, FD, FS, cc, offset) \
225 "mov.d %0, $" #FD"\n\t" \
237 // movn.s fd, fs, rt
238 #define TESTINSNMOVEN1s(instruction, offset, RTval, FD, FS, RT) \
246 "mtc1 $0, $" #FD "\n\t" \
248 "mov.s %0, $" #FD"\n\t" \
249 "mfc1 %1, $" #FD"\n\t" \
258 // movn.d fd, fs, rt
259 #define TESTINSNMOVEN1d(instruction, offset, RTval, FD, FS, RT) \
267 "mtc1 $0, $" #FD "\n\t" \
268 "mtc1 $0, $" #FD + 1"\n\t" \
270 "mov.d %0, $" #FD"\n\t" \
271 "mfc1 %1, $" #FD"\n\t" \