Skip to content

Commit

Permalink
Merge pull request #376 from EmanFatima-ef/main
Browse files Browse the repository at this point in the history
Added zifencei, Bit Manipulation and privilege tests for RV32E
  • Loading branch information
allenjbaum authored Sep 29, 2023
2 parents f3c8300 + 478a130 commit 11cc52e
Show file tree
Hide file tree
Showing 48 changed files with 49,898 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# CHANGELOG
## [3.7.2] - 2023-08-16
- Added RV32E_Privilege,RV32E_B and RV32E_Fencei tests with cgf files

## [3.7.2] - 2023-09-27
- Modified macros to allow assembling tests with LLVM 18+
Expand Down
2,905 changes: 2,905 additions & 0 deletions riscv-test-suite/rv32e_unratified/B/src/andn-01.S

Large diffs are not rendered by default.

1,407 changes: 1,407 additions & 0 deletions riscv-test-suite/rv32e_unratified/B/src/bclr-01.S

Large diffs are not rendered by default.

887 changes: 887 additions & 0 deletions riscv-test-suite/rv32e_unratified/B/src/bclri-01.S

Large diffs are not rendered by default.

1,427 changes: 1,427 additions & 0 deletions riscv-test-suite/rv32e_unratified/B/src/bext-01.S

Large diffs are not rendered by default.

882 changes: 882 additions & 0 deletions riscv-test-suite/rv32e_unratified/B/src/bexti-01.S

Large diffs are not rendered by default.

1,402 changes: 1,402 additions & 0 deletions riscv-test-suite/rv32e_unratified/B/src/binv-01.S

Large diffs are not rendered by default.

887 changes: 887 additions & 0 deletions riscv-test-suite/rv32e_unratified/B/src/binvi-01.S

Large diffs are not rendered by default.

1,427 changes: 1,427 additions & 0 deletions riscv-test-suite/rv32e_unratified/B/src/bset-01.S

Large diffs are not rendered by default.

887 changes: 887 additions & 0 deletions riscv-test-suite/rv32e_unratified/B/src/bseti-01.S

Large diffs are not rendered by default.

765 changes: 765 additions & 0 deletions riscv-test-suite/rv32e_unratified/B/src/clmul-01.S

Large diffs are not rendered by default.

730 changes: 730 additions & 0 deletions riscv-test-suite/rv32e_unratified/B/src/clmulh-01.S

Large diffs are not rendered by default.

742 changes: 742 additions & 0 deletions riscv-test-suite/rv32e_unratified/B/src/clmulr-01.S

Large diffs are not rendered by default.

Loading

0 comments on commit 11cc52e

Please sign in to comment.