Unknown W. Brackets
|
f165a15eff
|
Fix a -unsigned warning.
Looks ugly, but (u32)-(s32)val is what we really want here.
Also make a __FUNCTION__ redeclaration warning go away.
|
2013-11-15 08:18:34 -08:00 |
|
Unknown W. Brackets
|
5128083d93
|
Mask out fcr31 bits that can't be set on a PSP.
|
2013-11-14 23:57:28 -08:00 |
|
Unknown W. Brackets
|
26f5922174
|
Return the correct value for fcr0/fir.
This is what the PSP actually returns, it's read only.
|
2013-11-14 23:39:08 -08:00 |
|
Unknown W. Brackets
|
50e9e45d65
|
Check version in each DoState() func.
They bail on PointerWrap error or bad version.
|
2013-09-14 20:23:03 -07:00 |
|
Ced2911
|
c94d9b62d0
|
Update ppc jit
|
2013-09-12 10:18:59 +02:00 |
|
Unknown W. Brackets
|
da0c9a86e5
|
Invalidate stubs/var imports when writing them.
|
2013-09-01 00:32:43 -07:00 |
|
Unknown W. Brackets
|
97aa1a631e
|
Improve typesafety in the x86 regalloc.
|
2013-08-24 19:41:10 -07:00 |
|
Unknown W. Brackets
|
3f49101868
|
Clean up the COP1 MIPS tables, and reporting.
|
2013-08-11 19:35:39 -07:00 |
|
Henrik Rydgard
|
d8294f025f
|
More VFPU stuff (nothing new activated)
|
2013-07-30 01:09:11 +02:00 |
|
Henrik Rydgard
|
afcb5add51
|
Minor code cleanup/reindent around ARM jit
|
2013-07-27 22:14:01 +02:00 |
|
Henrik Rydgard
|
5877929fe5
|
Add Mersenne Twister random number generator.
|
2013-05-20 00:57:45 +02:00 |
|
Henrik Rydgard
|
9eace8a80e
|
Combine the two JitCache implementations (x86, ARM) into one.
|
2013-04-27 01:32:03 +02:00 |
|
Unknown W. Brackets
|
c4ab0855b4
|
Make sure interpreter and jit savestates match.
|
2013-03-08 08:49:21 -08:00 |
|
Unknown W. Brackets
|
afb7c0b83c
|
Assume prefixes start default until proven wrong.
Currently this means nothing since the MIPSTables flags are wrong.
It will blow the cache once, after the first vfpu op.
|
2013-02-18 01:14:57 -08:00 |
|
Henrik Rydgard
|
37f998407b
|
Replace "Core" with "Jit" in ini. Don't show Open dialog by default (use Ctrl+A or Ctrl+O to open it).
Delete "Slightly Faster Interpreter".
|
2013-02-16 09:49:33 +01:00 |
|
Henrik Rydgard
|
909b768f47
|
Don't need separate variables for writemask. Some optimizations.
|
2013-02-16 09:28:55 +01:00 |
|
Unknown W. Brackets
|
2a6457b6ab
|
Cut down on h files including PointerWrap.
This makes changes to it a bit faster to build.
|
2013-02-04 08:26:59 -08:00 |
|
Henrik Rydgard
|
74a46f60ed
|
Initialize downcount.
|
2013-01-14 23:03:37 +01:00 |
|
Henrik Rydgard
|
674911ddba
|
Move downcount into MIPSState for efficiency, enable block linking.
On ARM JIT we can now reach it through the cpu context reg.
|
2013-01-12 00:44:18 +01:00 |
|
Henrik Rydgard
|
a2ff416534
|
Rename files. Rewrite ArmRegCache from scratch.
|
2013-01-07 22:33:09 +01:00 |
|
Unknown W. Brackets
|
e3e6f81dfa
|
Snapshot the CPU state as well.
|
2012-12-28 13:55:27 -08:00 |
|
Unknown W. Brackets
|
df04bbe4dd
|
Fix a crash when switching between jit/interp.
|
2012-12-26 03:30:08 -08:00 |
|
Unknown W. Brackets
|
3c08a87404
|
Properly cleanup the jit on reset.
|
2012-12-23 23:33:10 -08:00 |
|
Sacha
|
3c903dda24
|
Improve portability to future platforms. Make use of new USING_GLES2 define throughout PPSSPP. Also use ARM definition where suitable. Remove some redundancy with includes.
|
2012-11-26 13:25:14 +10:00 |
|
Henrik Rydgard
|
a97f66766d
|
Add "slightly faster interpreter", optimizing the most common instrs. Not as helpful as I thought it would be on Android, really need a proper JIT.
|
2012-11-23 12:42:35 +01:00 |
|