936c936
< FpDest.uw = FpOp1;
---
> FpDest.uw = vfpFpSToFixed(FpOp1, false, false, 0);
953c953
< uint64_t result = cOp1.fp;
---
> uint64_t result = vfpFpDToFixed(cOp1.fp, false, false, 0);
969c969
< FpDest.sw = FpOp1;
---
> FpDest.sw = vfpFpSToFixed(FpOp1, true, false, 0);
986c986
< int64_t result = cOp1.fp;
---
> int64_t result = vfpFpDToFixed(cOp1.fp, true, false, 0);
1003c1003
< FpDest.uw = FpOp1;
---
> FpDest.uw = vfpFpSToFixed(FpOp1, false, false, 0);
1021c1021
< uint64_t result = cOp1.fp;
---
> uint64_t result = vfpFpDToFixed(cOp1.fp, false, false, 0);
1038c1038
< FpDest.sw = FpOp1;
---
> FpDest.sw = vfpFpSToFixed(FpOp1, true, false, 0);
1056c1056
< int64_t result = cOp1.fp;
---
> int64_t result = vfpFpDToFixed(cOp1.fp, true, false, 0);