| Age | Commit message (Collapse) | Author |
|
This was fixed for vfpsingle, but not vfpdouble
|
|
|
|
|
|
|
|
|
|
Also got rid of duplicate definitions of some of these values.
|
|
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.
|
|
|
|
vfp: Get rid of some compile warnings
|
|
|
|
Remove unnecessary/unused struct variables.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
VFP: Changed a debug log to trace.
|
|
Cleanup: Logging in Core
|
|
|
|
|
|
|
|
|
|
|
|
Added exclusive reservation granule from ARMv7 spec to dyncom...
|
|
LDR/STREX.
|
|
dyncom: Implement QADD/QSUB/QDADD/QDSUB
|
|
|
|
citra already has its own typedefs like this.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
armemu: Fix underflows in USAD8/USADA8
|
|
Initially reported by xdec.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Clean up armdefs.h a little.
|
|
|