Lines Matching refs:ft
569 void Bc1eqz(FpuRegister ft, uint16_t imm16);
570 void Bc1nez(FpuRegister ft, uint16_t imm16);
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);
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);
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);
660 void Lwc1(FpuRegister ft, GpuRegister rs, uint16_t imm16);
661 void Ldc1(FpuRegister ft, GpuRegister rs, uint16_t imm16);
662 void Swc1(FpuRegister ft, GpuRegister rs, uint16_t imm16);
663 void Sdc1(FpuRegister ft, GpuRegister rs, uint16_t imm16);
1021 void Bc1eqz(FpuRegister ft, Mips64Label* label, bool is_bare = false);
1022 void Bc1nez(FpuRegister ft, Mips64Label* label, bool is_bare = false);
1660 void EmitFR(int opcode, int fmt, FpuRegister ft, FpuRegister fs, FpuRegister fd, int funct);