Home | History | Annotate | Download | only in mips64

Lines Matching refs:fs

236   void AddS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
237 void SubS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
238 void MulS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
239 void DivS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
240 void AddD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
241 void SubD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
242 void MulD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
243 void DivD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
244 void SqrtS(FpuRegister fd, FpuRegister fs);
245 void SqrtD(FpuRegister fd, FpuRegister fs);
246 void AbsS(FpuRegister fd, FpuRegister fs);
247 void AbsD(FpuRegister fd, FpuRegister fs);
248 void MovS(FpuRegister fd, FpuRegister fs);
249 void MovD(FpuRegister fd, FpuRegister fs);
250 void NegS(FpuRegister fd, FpuRegister fs);
251 void NegD(FpuRegister fd, FpuRegister fs);
252 void RoundLS(FpuRegister fd, FpuRegister fs);
253 void RoundLD(FpuRegister fd, FpuRegister fs);
254 void RoundWS(FpuRegister fd, FpuRegister fs);
255 void RoundWD(FpuRegister fd, FpuRegister fs);
256 void TruncLS(FpuRegister fd, FpuRegister fs);
257 void TruncLD(FpuRegister fd, FpuRegister fs);
258 void TruncWS(FpuRegister fd, FpuRegister fs);
259 void TruncWD(FpuRegister fd, FpuRegister fs);
260 void CeilLS(FpuRegister fd, FpuRegister fs);
261 void CeilLD(FpuRegister fd, FpuRegister fs);
262 void CeilWS(FpuRegister fd, FpuRegister fs);
263 void CeilWD(FpuRegister fd, FpuRegister fs);
264 void FloorLS(FpuRegister fd, FpuRegister fs);
265 void FloorLD(FpuRegister fd, FpuRegister fs);
266 void FloorWS(FpuRegister fd, FpuRegister fs);
267 void FloorWD(FpuRegister fd, FpuRegister fs);
268 void SelS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
269 void SelD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
270 void RintS(FpuRegister fd, FpuRegister fs);
271 void RintD(FpuRegister fd, FpuRegister fs);
272 void ClassS(FpuRegister fd, FpuRegister fs);
273 void ClassD(FpuRegister fd, FpuRegister fs);
274 void MinS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
275 void MinD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
276 void MaxS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
277 void MaxD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
278 void CmpUnS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
279 void CmpEqS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
280 void CmpUeqS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
281 void CmpLtS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
282 void CmpUltS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
283 void CmpLeS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
284 void CmpUleS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
285 void CmpOrS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
286 void CmpUneS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
287 void CmpNeS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
288 void CmpUnD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
289 void CmpEqD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
290 void CmpUeqD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
291 void CmpLtD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
292 void CmpUltD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
293 void CmpLeD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
294 void CmpUleD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
295 void CmpOrD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
296 void CmpUneD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
297 void CmpNeD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
299 void Cvtsw(FpuRegister fd, FpuRegister fs);
300 void Cvtdw(FpuRegister fd, FpuRegister fs);
301 void Cvtsd(FpuRegister fd, FpuRegister fs);
302 void Cvtds(FpuRegister fd, FpuRegister fs);
303 void Cvtsl(FpuRegister fd, FpuRegister fs);
304 void Cvtdl(FpuRegister fd, FpuRegister fs);
306 void Mfc1(GpuRegister rt, FpuRegister fs);
307 void Mfhc1(GpuRegister rt, FpuRegister fs);
308 void Mtc1(GpuRegister rt, FpuRegister fs);
309 void Mthc1(GpuRegister rt, FpuRegister fs);
310 void Dmfc1(GpuRegister rt, FpuRegister fs); // MIPS64
311 void Dmtc1(GpuRegister rt, FpuRegister fs); // MIPS64
681 void EmitFR(int opcode, int fmt, FpuRegister ft, FpuRegister fs, FpuRegister fd, int funct);