-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Closes #48 - Instruction Renaming - Closes #46 - Shorter names, and consistency for instructions with immediate operands - Closes #45 - Vector instruction names and dot-extensions - Closes #42 - Use of "dots" in assembly instruction names - Closes #41 - Change scalar instruction names to remove 's' prefix. This is a squash commit. It contains all of the commits made on the `dev/instruction-renaming` branch. --- commit 93be8b0 Author: Ben Marshall <[email protected]> Date: Tue Sep 22 13:49:29 2020 +0100 sail: pollentropy -> pollentropyi commit 519a04f Author: Ben Marshall <[email protected]> Date: Tue Sep 22 13:45:56 2020 +0100 spec, sail: Instruction renaming. - Implement all renaming for SAIL and LaTeX source file. On branch dev/instruction-renaming Changes to be committed: modified: doc/opcodes-crypto-scalar.tex modified: doc/opcodes-crypto-vector.tex modified: doc/tex/sec-scalar-aes.tex modified: doc/tex/sec-scalar-sha2.tex modified: doc/tex/sec-scalar-sm3.tex modified: doc/tex/sec-scalar-sm4.tex modified: doc/tex/sec-scalar.tex modified: doc/tex/sec-vector-aes.tex modified: doc/tex/sec-vector-grev.tex modified: doc/tex/sec-vector-rotate.tex modified: doc/tex/sec-vector-sha2.tex modified: sail/riscv_insts_crypto.sail modified: sail/riscv_insts_crypto_rv32.sail modified: sail/riscv_insts_crypto_rv64.sail modified: sail/riscv_types_crypto.sail modified: tools/opcodes-crypto-vector Changes not staged for commit: modified: extern/riscv-gnu-toolchain (modified content) modified: extern/riscv-isa-sim (modified content) commit 5fa3fb1 Author: Ben Marshall <[email protected]> Date: Sun Sep 20 18:55:22 2020 +0100 Working on #48 - Instruction Renaming. - Renamed all scalar instructions in: - Benchmarks - Spike - Binutils - Opcode descriptions. - Still do do: - Specs: Vector and Scalar - SAIL code. - Example RTL. On branch dev/instruction-renaming Changes to be committed: modified: benchmarks/aes/zscrypto_rv32/aes_128_ks.S modified: benchmarks/aes/zscrypto_rv32/aes_192_ks.S modified: benchmarks/aes/zscrypto_rv32/aes_256_ks.S modified: benchmarks/aes/zscrypto_rv32/aes_dec.S modified: benchmarks/aes/zscrypto_rv32/aes_enc.S modified: benchmarks/aes/zscrypto_rv64/aes_128_ks.S modified: benchmarks/aes/zscrypto_rv64/aes_192_ks.S modified: benchmarks/aes/zscrypto_rv64/aes_256_ks.S modified: benchmarks/aes/zscrypto_rv64/aes_dec.S modified: benchmarks/aes/zscrypto_rv64/aes_enc.S modified: benchmarks/aes/zscrypto_rv64/aes_ks_dec_invmc.S modified: benchmarks/sha256/zscrypto/sha256.c modified: benchmarks/sha512/zscrypto_rv64/sha512.c modified: benchmarks/share/riscv-crypto-intrinsics.h modified: benchmarks/sm4/zscrypto/sm4_zscrypto.c modified: tools/opcodes-crypto-scalar modified: tools/opcodes-crypto-vector modified: tools/patch-binutils.patch modified: tools/patch-spike.patch Changes not staged for commit: modified: extern/riscv-gnu-toolchain (modified content, untracked content) modified: extern/riscv-isa-sim (modified content) On branch dev/next-release Your branch is up-to-date with 'origin/dev/next-release'. Changes to be committed: modified: benchmarks/aes/zscrypto_rv32/aes_128_ks.S modified: benchmarks/aes/zscrypto_rv32/aes_192_ks.S modified: benchmarks/aes/zscrypto_rv32/aes_256_ks.S modified: benchmarks/aes/zscrypto_rv32/aes_dec.S modified: benchmarks/aes/zscrypto_rv32/aes_enc.S modified: benchmarks/aes/zscrypto_rv64/aes_128_ks.S modified: benchmarks/aes/zscrypto_rv64/aes_192_ks.S modified: benchmarks/aes/zscrypto_rv64/aes_256_ks.S modified: benchmarks/aes/zscrypto_rv64/aes_dec.S modified: benchmarks/aes/zscrypto_rv64/aes_enc.S modified: benchmarks/aes/zscrypto_rv64/aes_ks_dec_invmc.S modified: benchmarks/sha256/zscrypto/sha256.c modified: benchmarks/sha512/zscrypto_rv64/sha512.c modified: benchmarks/share/riscv-crypto-intrinsics.h modified: benchmarks/sm4/zscrypto/sm4_zscrypto.c modified: doc/opcodes-crypto-scalar.tex modified: doc/opcodes-crypto-vector.tex modified: doc/tex/sec-scalar-aes.tex modified: doc/tex/sec-scalar-sha2.tex modified: doc/tex/sec-scalar-sm3.tex modified: doc/tex/sec-scalar-sm4.tex modified: doc/tex/sec-scalar.tex modified: doc/tex/sec-vector-aes.tex modified: doc/tex/sec-vector-grev.tex modified: doc/tex/sec-vector-rotate.tex modified: doc/tex/sec-vector-sha2.tex modified: sail/riscv_insts_crypto.sail modified: sail/riscv_insts_crypto_rv32.sail modified: sail/riscv_insts_crypto_rv64.sail modified: sail/riscv_types_crypto.sail modified: tools/opcodes-crypto-scalar modified: tools/opcodes-crypto-vector modified: tools/patch-binutils.patch modified: tools/patch-spike.patch Changes not staged for commit: modified: extern/riscv-gnu-toolchain (modified content) modified: extern/riscv-isa-sim (modified content)
- Loading branch information
1 parent
1c4206b
commit 23d3592
Showing
34 changed files
with
1,041 additions
and
955 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.