dynarmic/tests/A64
Wunkolo f171ce7859 tests: Add FMLA(lane) test
Math operations such as Matrix multiplication utilize these particular
instructions enough that there should be some unit tests for thesein particular.
The lane-splatting form of FMUL and FMLA instructions are of particular
interest and I've found them to be very common in retail game binaries
such as Pokemon Sword.

https://community.arm.com/developer/ip-products/processors/b/processors-ip-blog/posts/coding-for-neon---part-3-matrix-multiplication

I'm primarily adding this unit test so that I can ensure compatibility
while I tune and optimize them.
2021-08-07 23:03:57 +01:00
..
a64.cpp tests: Add FMLA(lane) test 2021-08-07 23:03:57 +01:00
fuzz_with_unicorn.cpp fuzz_with_unicorn: Correct printing of vectors 2021-08-06 15:29:43 +01:00
misaligned_page_table.cpp Add .clang-format file 2021-05-22 15:07:02 +01:00
testenv.h tests: Format to clang-format mandated style 2021-05-31 12:54:27 +01:00
verify_unicorn.cpp Add .clang-format file 2021-05-22 15:07:02 +01:00