Henrik Rydgard
|
55500d4bb6
|
Reorder VFPU registers in memory so that we can flush and reload them in bulk more often.
Doesn't actually do that yet, that's for the NEON branch.
|
2013-11-28 13:27:51 +01:00 |
|
Sacha
|
95881bdaac
|
Blackberry: Add simulator support.
|
2013-11-26 12:18:34 +10:00 |
|
Henrik Rydgard
|
5ad04a23f4
|
x86 jit: Rename BindToRegister to MapReg
|
2013-11-09 15:23:31 +01:00 |
|
Henrik Rydgård
|
07a868910e
|
Add a temporary hack option that may help debugging the wipeout glow.
It reduces the glow problem by a lot but is obviously incorrect.
|
2013-10-30 22:47:36 +01:00 |
|
Unknown W. Brackets
|
e8091dce44
|
Speed up FPURegCache::Start() on x86.
This cuts that func by 97% when running the automated tests, and it was 8%
of the total time. Won't really affect games.
|
2013-10-24 08:27:42 -07:00 |
|
Henrik Rydgard
|
e08ac100ce
|
Update native with workaround for #4078 and add some comments
|
2013-10-08 20:11:01 +02:00 |
|
Henrik Rydgard
|
7ca6d73857
|
Two approaches to vh2f (half-float to float): lookuptable and fast SSE
|
2013-09-28 22:08:44 +02:00 |
|
Unknown W. Brackets
|
64c2ea86c0
|
Add a method to save the gpr/fpr state in jit.
|
2013-08-16 00:12:49 -07:00 |
|
Unknown W. Brackets
|
0bfc380575
|
Try to reuse temp regs for better caching.
|
2013-02-18 00:32:42 -08:00 |
|
Unknown W. Brackets
|
18c03d0816
|
Handle temp regs better, no need for direct access.
|
2013-02-18 00:11:57 -08:00 |
|
Unknown W. Brackets
|
08a42a1aaf
|
Preserve orig regs when applying vfpu prefixes.
|
2013-02-17 22:37:56 -08:00 |
|
Unknown W. Brackets
|
d63548799b
|
Add more temp regs, allow swapping if necessary.
|
2013-02-17 22:18:46 -08:00 |
|
Unknown W. Brackets
|
6eae8ed36a
|
Disable VDot and Vec3 in x86 jit, broke things.
|
2013-02-16 19:57:35 -08:00 |
|
Unknown W. Brackets
|
0bd382c518
|
Discard temp regs right away, some helper funcs.
|
2013-02-16 10:18:13 -08:00 |
|
Unknown W. Brackets
|
35537b3c97
|
Add TEMP0 fpu regs to x86 like in armjit.
But... will probably need more and the ability to swap into memory
if we want to deal with prefixes.
|
2013-02-16 03:27:03 -08:00 |
|
Henrik Rydgard
|
78923f5538
|
Jit a little more (vfpu single load/store, transfer instructions)
|
2013-02-10 12:14:55 +01:00 |
|
Henrik Rydgard
|
2738417040
|
VFPU JIT: start setting up infrastructure. very incomplete. vdot works if undisabled, but isn't complete.
|
2013-01-26 01:34:19 +01:00 |
|
Henrik Rydgard
|
68991511ee
|
Split out the FPU reg cache into its own file too.
|
2013-01-26 01:34:19 +01:00 |
|