aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/A32/fuzz_arm.cpp
diff options
context:
space:
mode:
authorMerryMage <[email protected]>2020-05-16 12:30:09 +0100
committerMerryMage <[email protected]>2020-05-16 14:11:23 +0100
commit1a0bc5ba91caa7109f210068dc39693f97e7f669 (patch)
tree3414c20ed18f44e84e53d4656791c4956643c207 /tests/A32/fuzz_arm.cpp
parente7f1a0d4083f7a8ec0a507c0ff93a2eb386d9680 (diff)
downloaddynarmic-1a0bc5ba91caa7109f210068dc39693f97e7f669.tar.gz
dynarmic-1a0bc5ba91caa7109f210068dc39693f97e7f669.zip
A32/ASIMD: ARMv8: Implement VLD{1-4} (multiple)
Diffstat (limited to 'tests/A32/fuzz_arm.cpp')
-rw-r--r--tests/A32/fuzz_arm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/A32/fuzz_arm.cpp b/tests/A32/fuzz_arm.cpp
index 928f8706..c8990618 100644
--- a/tests/A32/fuzz_arm.cpp
+++ b/tests/A32/fuzz_arm.cpp
@@ -77,6 +77,7 @@ u32 GenRandomInst(u32 pc, bool is_last_inst) {
const std::vector<std::tuple<std::string, const char*>> list {
#define INST(fn, name, bitstring) {#fn, bitstring},
#include "frontend/A32/decoder/arm.inc"
+#include "frontend/A32/decoder/asimd.inc"
#include "frontend/A32/decoder/vfp.inc"
#undef INST
};