eden-miror/src/dynarmic/tests/A64
lizzie 7a8176f63f
[dynarmic] implement missing SSE3 implementations (#3301)
Implementations for SSE3 CPUs (prescott)

Instead of fixing some of the bugs with HostCall when paired with vectors, i'll simply remove as many host calls as I can within the most used vector instructions - then just minimize their usage to memory read/writes.
Emitting the raw assembly code is faster than doing a HostCall, HostCalls are VERY expensive. So this is the desired output anyways.

Signed-off-by: lizzie <lizzie@eden-emu.dev>

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3301
Reviewed-by: crueter <crueter@eden-emu.dev>
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
Reviewed-by: Maufeat <sahyno1996@gmail.com>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
2026-03-31 02:53:51 +02:00
..
a64.cpp [dynarmic] implement missing SSE3 implementations (#3301) 2026-03-31 02:53:51 +02:00
fibonacci.cpp [dynarmic] remove dead-code interpreter (#3547) 2026-02-21 01:53:34 +01:00
fp_min_max.cpp [dynarmic] fix dynarmic_tests build issues on xcode due to using relative paths (#3765) 2026-03-23 18:03:48 +01:00
fuzz_with_unicorn.cpp [dynarmic] nuke mcl dependency (#3777) 2026-03-27 01:11:49 +01:00
misaligned_page_table.cpp [dynarmic] fix dynarmic_tests build issues on xcode due to using relative paths (#3765) 2026-03-23 18:03:48 +01:00
real_world.cpp [dynarmic] fix dynarmic_tests build issues on xcode due to using relative paths (#3765) 2026-03-23 18:03:48 +01:00
test_invalidation.cpp [dynarmic] fix dynarmic_tests build issues on xcode due to using relative paths (#3765) 2026-03-23 18:03:48 +01:00
testenv.h [dynarmic] remove dead-code interpreter (#3547) 2026-02-21 01:53:34 +01:00
verify_unicorn.cpp [dynarmic] fix dynarmic_tests build issues on xcode due to using relative paths (#3765) 2026-03-23 18:03:48 +01:00