flycast/core/rec-x86
Flyinghead 62085539a7 dynarec: reg alloc 64-bit regs. avoid some interpreter fallbacks
Option to reg alloc 64-bit regs in two host regs. Used when FPSCR.SZ ==
1 (64-bit reg and memory transfers.) Enabled for arm, arm64 and x64
(windows only) dynarecs.
Don't fallback to interpreter when FPSCR.PR==1 (double precision) for
FMOV, FLDS and FLTS.
2022-12-23 16:06:54 +01:00
..
rec_x86.cpp dynarec: reg alloc 64-bit regs. avoid some interpreter fallbacks 2022-12-23 16:06:54 +01:00
rec_x86.h x86: stack unwind fixes 2021-08-01 17:07:17 +02:00
x86_ops.cpp dynarec: reg alloc 64-bit regs. avoid some interpreter fallbacks 2022-12-23 16:06:54 +01:00
x86_regalloc.h dynarec: reg alloc 64-bit regs. avoid some interpreter fallbacks 2022-12-23 16:06:54 +01:00