Implement thumb1_AND_reg

This commit is contained in:
MerryMage 2016-07-08 17:43:28 +08:00
parent 5b56fd12aa
commit 8a0511d297
9 changed files with 33 additions and 3 deletions

View file

@ -210,7 +210,7 @@ TEST_CASE("Fuzz Thumb instructions set 1", "[JitX64][Thumb]") {
};
SECTION("short blocks") {
FuzzJitThumb(5, 6, 100, instruction_select);
FuzzJitThumb(5, 6, 300, instruction_select);
}
SECTION("long blocks") {