Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tests for B extension #427

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# CHANGELOG
## [3.8.9] -- 2024-01-14
- Update tests for B extension

## [3.8.8] -- 2024-01-04
- Fixed macros to allow assembling tests with LLVM.
Expand Down
3,592 changes: 1,736 additions & 1,856 deletions riscv-test-suite/rv32i_m/B/src/andn-01.S

Large diffs are not rendered by default.

1,768 changes: 814 additions & 954 deletions riscv-test-suite/rv32i_m/B/src/bclr-01.S

Large diffs are not rendered by default.

991 changes: 498 additions & 493 deletions riscv-test-suite/rv32i_m/B/src/bclri-01.S

Large diffs are not rendered by default.

1,756 changes: 798 additions & 958 deletions riscv-test-suite/rv32i_m/B/src/bext-01.S

Large diffs are not rendered by default.

991 changes: 498 additions & 493 deletions riscv-test-suite/rv32i_m/B/src/bexti-01.S

Large diffs are not rendered by default.

1,755 changes: 810 additions & 945 deletions riscv-test-suite/rv32i_m/B/src/binv-01.S

Large diffs are not rendered by default.

985 changes: 495 additions & 490 deletions riscv-test-suite/rv32i_m/B/src/binvi-01.S

Large diffs are not rendered by default.

1,760 changes: 800 additions & 960 deletions riscv-test-suite/rv32i_m/B/src/bset-01.S

Large diffs are not rendered by default.

985 changes: 495 additions & 490 deletions riscv-test-suite/rv32i_m/B/src/bseti-01.S

Large diffs are not rendered by default.

1,114 changes: 404 additions & 710 deletions riscv-test-suite/rv32i_m/B/src/clmul-01.S

Large diffs are not rendered by default.

992 changes: 425 additions & 567 deletions riscv-test-suite/rv32i_m/B/src/clmulh-01.S

Large diffs are not rendered by default.

985 changes: 424 additions & 561 deletions riscv-test-suite/rv32i_m/B/src/clmulr-01.S

Large diffs are not rendered by default.

Loading
Loading