yuzu/src/core/arm/skyeye_common/vfp
Lioncash 82e8f25fe7 vfp: Fix VCVT
These variants exclusively read from the single precision regs and write to double-precision registers
Fixes issues where converted values would be way off from what they should be due to the results being stored in the wrong registers.
2015-02-04 14:06:10 -05:00
..
asm_vfp.h arm: Move headers over to pragma once 2015-01-30 16:17:02 -05:00
vfp_helper.h vfp: Get rid of some compile warnings 2015-01-31 22:14:00 -05:00
vfp.cpp vfp: Get rid of some compile warnings 2015-01-31 22:14:00 -05:00
vfp.h arm: Move headers over to pragma once 2015-01-30 16:17:02 -05:00
vfpdouble.cpp vfp: Fix VCVT 2015-02-04 14:06:10 -05:00
vfpinstr.cpp Merge pull request #410 from chinhodado/cleanup 2015-01-24 00:41:10 -05:00
vfpsingle.cpp