]> git.ipfire.org Git - thirdparty/openssl.git/commit
riscv: Add RISC-V Vector opcode in riscv.pm
authorPhoebe Chen <phoebe.chen@sifive.com>
Tue, 29 Aug 2023 08:49:45 +0000 (01:49 -0700)
committerHugo Landau <hlandau@openssl.org>
Thu, 26 Oct 2023 14:55:50 +0000 (15:55 +0100)
commit216424e18d00685bb4a4a25cef0df5347d7215a4
treeee93ee0434b9bbd1eddb2e4db7ff639dd80efaac
parent33469d0370a67d754c00513f1d8b263768e568b7
riscv: Add RISC-V Vector opcode in riscv.pm

Added helper functions and opcode encoding functions
in riscv.pm perl module to avoid pointless code duplication.

Signed-off-by: Phoebe Chen <phoebe.chen@sifive.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21923)
crypto/perlasm/riscv.pm