Native lfs/lfsx/lfd/lfdx/stfs/stfsx/stfd/stfdx and ld/ldx. FP goes through dedicated helpers (jit_read_f32_as_f64/read_f64/store_f32/store_f64) that call the EXACT interpreter mem methods + as-casts, so the f32<->f64 conversion is bit-identical by construction (no hand-written cvtss2sd / NaN-payload risk); FP stores replicate the reservation-invalidation. emit_ea_x (indexed EA), emit_fp_load/store, emit_int_load64 helpers; fpr offset added. Differential test fp_loadstore_matches (2000 seeds, FPR edge patterns 0/-0/inf/NaN/denormal/rounding, asserts fpr-by-bits + mem). Golden n200m BYTE-IDENTICAL with XENIA_JIT (14 tests green). Measured (XENIA_JIT_STATS): total fallback execs 29.7M->13.5M (-55%); throughput ratio vs interp 1.16->1.10. Remaining fallback now FP-arith- dominated: fmadds 20% + fmuls 16% + fadds 8% (~44%). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>