mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-01 20:24:36 +01:00
Implement UXTAB16 (#78)
This commit is contained in:
parent
0d1fa85402
commit
70f4235ee9
2 changed files with 11 additions and 3 deletions
|
|
@ -831,7 +831,7 @@ TEST_CASE("Fuzz ARM extension instructions", "[JitX64]") {
|
|||
InstructionGenerator("cccc011011001111ddddrr000111mmmm", is_valid),
|
||||
InstructionGenerator("cccc011011111111ddddrr000111mmmm", is_valid),
|
||||
InstructionGenerator("cccc01101110nnnnddddrr000111mmmm", is_valid),
|
||||
InstructionGenerator("cccc01101100nnnnddddrr000111mmmm", is_valid),
|
||||
InstructionGenerator("cccc01101100nnnnddddrr000111mmmm", is_valid), //UXTAB16
|
||||
InstructionGenerator("cccc01101111nnnnddddrr000111mmmm", is_valid),
|
||||
}};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue