A32/ASIMD: ARMv8: Implement VLD{1-4} (multiple)

This commit is contained in:
MerryMage
2020-05-16 12:30:09 +01:00
parent e7f1a0d408
commit 1a0bc5ba91
8 changed files with 204 additions and 0 deletions

View File

@@ -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
};