• Home
  • Raw
  • Download

Lines Matching refs:fd

580   void AddS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
581 void SubS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
582 void MulS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
583 void DivS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
584 void AddD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
585 void SubD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
586 void MulD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
587 void DivD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
588 void SqrtS(FpuRegister fd, FpuRegister fs);
589 void SqrtD(FpuRegister fd, FpuRegister fs);
590 void AbsS(FpuRegister fd, FpuRegister fs);
591 void AbsD(FpuRegister fd, FpuRegister fs);
592 void MovS(FpuRegister fd, FpuRegister fs);
593 void MovD(FpuRegister fd, FpuRegister fs);
594 void NegS(FpuRegister fd, FpuRegister fs);
595 void NegD(FpuRegister fd, FpuRegister fs);
596 void RoundLS(FpuRegister fd, FpuRegister fs);
597 void RoundLD(FpuRegister fd, FpuRegister fs);
598 void RoundWS(FpuRegister fd, FpuRegister fs);
599 void RoundWD(FpuRegister fd, FpuRegister fs);
600 void TruncLS(FpuRegister fd, FpuRegister fs);
601 void TruncLD(FpuRegister fd, FpuRegister fs);
602 void TruncWS(FpuRegister fd, FpuRegister fs);
603 void TruncWD(FpuRegister fd, FpuRegister fs);
604 void CeilLS(FpuRegister fd, FpuRegister fs);
605 void CeilLD(FpuRegister fd, FpuRegister fs);
606 void CeilWS(FpuRegister fd, FpuRegister fs);
607 void CeilWD(FpuRegister fd, FpuRegister fs);
608 void FloorLS(FpuRegister fd, FpuRegister fs);
609 void FloorLD(FpuRegister fd, FpuRegister fs);
610 void FloorWS(FpuRegister fd, FpuRegister fs);
611 void FloorWD(FpuRegister fd, FpuRegister fs);
612 void SelS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
613 void SelD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
614 void SeleqzS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
615 void SeleqzD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
616 void SelnezS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
617 void SelnezD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
618 void RintS(FpuRegister fd, FpuRegister fs);
619 void RintD(FpuRegister fd, FpuRegister fs);
620 void ClassS(FpuRegister fd, FpuRegister fs);
621 void ClassD(FpuRegister fd, FpuRegister fs);
622 void MinS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
623 void MinD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
624 void MaxS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
625 void MaxD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
626 void CmpUnS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
627 void CmpEqS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
628 void CmpUeqS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
629 void CmpLtS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
630 void CmpUltS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
631 void CmpLeS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
632 void CmpUleS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
633 void CmpOrS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
634 void CmpUneS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
635 void CmpNeS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
636 void CmpUnD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
637 void CmpEqD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
638 void CmpUeqD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
639 void CmpLtD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
640 void CmpUltD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
641 void CmpLeD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
642 void CmpUleD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
643 void CmpOrD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
644 void CmpUneD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
645 void CmpNeD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
647 void Cvtsw(FpuRegister fd, FpuRegister fs);
648 void Cvtdw(FpuRegister fd, FpuRegister fs);
649 void Cvtsd(FpuRegister fd, FpuRegister fs);
650 void Cvtds(FpuRegister fd, FpuRegister fs);
651 void Cvtsl(FpuRegister fd, FpuRegister fs);
652 void Cvtdl(FpuRegister fd, FpuRegister fs);
1655 void EmitFR(int opcode, int fmt, FpuRegister ft, FpuRegister fs, FpuRegister fd, int funct);