A32: Rename vfp2-related files to vfp

Now that we fuzz against Unicorn, we aren't just restricted to VFPv2.
VFPv3 and VFPv4 facilities can now be implemented. This renames
constructs mentioning VFPv2 to just refer to VFP.
This commit is contained in:
Lioncash
2019-05-02 09:38:07 -04:00
committed by MerryMage
parent 134b586c5c
commit 97277c598b
9 changed files with 174 additions and 174 deletions

View File

@@ -78,7 +78,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/vfp2.inc"
#include "frontend/A32/decoder/vfp.inc"
#undef INST
};