Home | History | Annotate | Download | only in mips64

Lines Matching refs:FD

92 /* movX.s fd, fs */
93 #define TEST3(instruction, FD, FS, cc, offset) \
101 "dmtc1 $zero, $"#FD "\n\t" \
107 "mfc1 %0, $"#FD "\n\t" \
110 : "t0", "t1", "$"#FD, "$"#FS, "$f0", "$f2" \
116 /* movX.d fd, fs */
117 #define TEST3d(instruction, FD, FS, cc, offset) \
125 "dmtc1 $zero, $"#FD "\n\t" \
130 "dmfc1 %0, $"#FD "\n\t" \
133 : "t0", "t1", "$"#FD, "$"#FS, "$f0", "$f2" \
139 /* movX.s fd, fs, rt */
140 #define TEST4(instruction, offset, RTval, FD, FS, RT) \
145 "dmtc1 $zero, $"#FD "\n\t" \
150 "mfc1 %0, $"#FD"\n\t" \
153 : "t0", #RT, "$"#FD, "$"#FS \
158 /* movX.d fd, fs, rt */
159 #define TEST4d(instruction, offset, RTval, FD, FS, RT) \
164 "dmtc1 $zero, $"#FD "\n\t" \
169 "dmfc1 %0, $"#FD "\n\t" \
172 : #RT, "t0", "$"#FD, "$"#FS \