Home | History | Annotate | Download | only in mips

Lines Matching defs:GetFpArgs

1076 void Simulator::GetFpArgs(double* x, double* y) {
1101 void Simulator::GetFpArgs(double* x) {
1119 void Simulator::GetFpArgs(double* x, int32_t* y) {
1486 GetFpArgs(&dval0, &dval1);
1491 GetFpArgs(&dval0);
1496 GetFpArgs(&dval0, &ival);