Lines Matching refs:fs
500 if (format[1] == 's') { // 'fs: fs register.
518 if (format[1] == 's') { // 'fs: fs register.
782 Format(instr, "rint.'t 'fd, 'fs");
785 Format(instr, "min.'t 'fd, 'fs, 'ft");
788 Format(instr, "max.'t 'fd, 'fs, 'ft");
791 Format(instr, "mina.'t 'fd, 'fs, 'ft");
794 Format(instr, "maxa.'t 'fd, 'fs, 'ft");
797 Format(instr, "sel.'t 'fd, 'fs, 'ft");
800 Format(instr, "seleqz.'t 'fd, 'fs, 'ft");
803 Format(instr, "selnez.'t 'fd, 'fs, 'ft");
806 Format(instr, "movz.'t 'fd, 'fs, 'rt");
809 Format(instr, "movn.'t 'fd, 'fs, 'rt");
813 Format(instr, "movt.'t 'fd, 'fs, 'Cc");
815 Format(instr, "movf.'t 'fd, 'fs, 'Cc");
819 Format(instr, "add.'t 'fd, 'fs, 'ft");
822 Format(instr, "sub.'t 'fd, 'fs, 'ft");
825 Format(instr, "mul.'t 'fd, 'fs, 'ft");
828 Format(instr, "div.'t 'fd, 'fs, 'ft");
831 Format(instr, "abs.'t 'fd, 'fs");
834 Format(instr, "mov.'t 'fd, 'fs");
837 Format(instr, "neg.'t 'fd, 'fs");
840 Format(instr, "sqrt.'t 'fd, 'fs");
843 Format(instr, "recip.'t 'fd, 'fs");
846 Format(instr, "rsqrt.'t 'fd, 'fs");
849 Format(instr, "cvt.w.'t 'fd, 'fs");
852 Format(instr, "cvt.l.'t 'fd, 'fs");
855 Format(instr, "trunc.w.'t 'fd, 'fs");
858 Format(instr, "trunc.l.'t 'fd, 'fs");
861 Format(instr, "round.w.'t 'fd, 'fs");
864 Format(instr, "round.l.'t 'fd, 'fs");
867 Format(instr, "floor.w.'t 'fd, 'fs");
870 Format(instr, "floor.l.'t 'fd, 'fs");
873 Format(instr, "ceil.w.'t 'fd, 'fs");
876 Format(instr, "class.'t 'fd, 'fs");
879 Format(instr, "ceil.l.'t 'fd, 'fs");
882 Format(instr, "cvt.s.'t 'fd, 'fs");
885 Format(instr, "c.f.'t 'fs, 'ft, 'Cc");
888 Format(instr, "c.un.'t 'fs, 'ft, 'Cc");
891 Format(instr, "c.eq.'t 'fs, 'ft, 'Cc");
894 Format(instr, "c.ueq.'t 'fs, 'ft, 'Cc");
897 Format(instr, "c.olt.'t 'fs, 'ft, 'Cc");
900 Format(instr, "c.ult.'t 'fs, 'ft, 'Cc");
903 Format(instr, "c.ole.'t 'fs, 'ft, 'Cc");
906 Format(instr, "c.ule.'t 'fs, 'ft, 'Cc");
919 Format(instr, "cvt.d.'t 'fd, 'fs");
939 Format(instr, "cvt.d.l 'fd, 'fs");
942 Format(instr, "cvt.s.l 'fd, 'fs");
945 Format(instr, "cmp.af.d 'fd, 'fs, 'ft");
948 Format(instr, "cmp.un.d 'fd, 'fs, 'ft");
951 Format(instr, "cmp.eq.d 'fd, 'fs, 'ft");
954 Format(instr, "cmp.ueq.d 'fd, 'fs, 'ft");
957 Format(instr, "cmp.lt.d 'fd, 'fs, 'ft");
960 Format(instr, "cmp.ult.d 'fd, 'fs, 'ft");
963 Format(instr, "cmp.le.d 'fd, 'fs, 'ft");
966 Format(instr, "cmp.ule.d 'fd, 'fs, 'ft");
969 Format(instr, "cmp.or.d 'fd, 'fs, 'ft");
972 Format(instr, "cmp.une.d 'fd, 'fs, 'ft");
975 Format(instr, "cmp.ne.d 'fd, 'fs, 'ft");
986 Format(instr, "cvt.s.w 'fd, 'fs");
989 Format(instr, "cvt.d.w 'fd, 'fs");
992 Format(instr, "cmp.af.s 'fd, 'fs, 'ft");
995 Format(instr, "cmp.un.s 'fd, 'fs, 'ft");
998 Format(instr, "cmp.eq.s 'fd, 'fs, 'ft");
1001 Format(instr, "cmp.ueq.s 'fd, 'fs, 'ft");
1004 Format(instr, "cmp.lt.s 'fd, 'fs, 'ft");
1007 Format(instr, "cmp.ult.s 'fd, 'fs, 'ft");
1010 Format(instr, "cmp.le.s 'fd, 'fs, 'ft");
1013 Format(instr, "cmp.ule.s 'fd, 'fs, 'ft");
1016 Format(instr, "cmp.or.s 'fd, 'fs, 'ft");
1019 Format(instr, "cmp.une.s 'fd, 'fs, 'ft");
1022 Format(instr, "cmp.ne.s 'fd, 'fs, 'ft");
1302 Format(instr, "mfc1 'rt, 'fs");
1305 Format(instr, "mfhc1 'rt, 'fs");
1308 Format(instr, "mtc1 'rt, 'fs");
1310 // These are called "fs" too, although they are not FPU registers.
1312 Format(instr, "ctc1 'rt, 'fs");
1315 Format(instr, "cfc1 'rt, 'fs");
1318 Format(instr, "mthc1 'rt, 'fs");
1342 Format(instr, "madd.d 'fd, 'fr, 'fs, 'ft");