mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-18 22:42:58 +00:00
A32/ASIMD: ARMv8: Implement VLD{1-4} (multiple)
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user