Skip to content

Commit

Permalink
Exercise le instructions (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSte committed Apr 30, 2024
1 parent d2419e5 commit 0f4e75c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/exercise_instructions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,10 @@ fn fuzz_alu() {
test_ins(false, format!("be64 r{src}"), &mut prng, 21);
test_ins(false, format!("be32 r{src}"), &mut prng, 21);
test_ins(false, format!("be16 r{src}"), &mut prng, 21);

test_ins(true, format!("le64 r{src}"), &mut prng, 21);
test_ins(true, format!("le32 r{src}"), &mut prng, 21);
test_ins(true, format!("le16 r{src}"), &mut prng, 21);
}
}
}
Expand Down

0 comments on commit 0f4e75c

Please sign in to comment.