Lines Matching refs:fd
160 void AddS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
161 void SubS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
162 void MulS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
163 void DivS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
164 void AddD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
165 void SubD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
166 void MulD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
167 void DivD(FpuRegister fd, FpuRegister fs, FpuRegister ft);
168 void MovS(FpuRegister fd, FpuRegister fs);
169 void MovD(FpuRegister fd, FpuRegister fs);
170 void NegS(FpuRegister fd, FpuRegister fs);
171 void NegD(FpuRegister fd, FpuRegister fs);
173 void Cvtsw(FpuRegister fd, FpuRegister fs);
174 void Cvtdw(FpuRegister fd, FpuRegister fs);
175 void Cvtsd(FpuRegister fd, FpuRegister fs);
176 void Cvtds(FpuRegister fd, FpuRegister fs);
348 void EmitFR(int opcode, int fmt, FpuRegister ft, FpuRegister fs, FpuRegister fd, int funct);