gpsp/x86
David Guillen Fandos 37430f22c5 Small optimization (~2-4%) and whitespace cleanup!
Cleans up a ton of whitespace in cpu.c (like 100KB!) and improves
readability of some massive decode statements.

Added an optimization for PC-relative loads (pool load) in ROM (since
it's read only and cannot possibily change) that directly emits an
immediate load. This is way faster, specially in MIPS/x86, ARM can be
even faster if we rewrite the immediate load macros to also use a pool.
2021-05-07 20:41:54 +02:00
..
x86_emit.h Small optimization (~2-4%) and whitespace cleanup! 2021-05-07 20:41:54 +02:00
x86_stub.S Move OAM RAM to stubs also 2021-03-26 23:13:26 +01:00