Skip to content

Commit 7ce4a13

Browse files
author
Hamlin Li
committed
8332130: RISC-V: remove wrong instructions of Vector Crypto Extension
Reviewed-by: luhenry, fyang
1 parent ea5eb74 commit 7ce4a13

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/hotspot/cpu/riscv/assembler_riscv.hpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1869,15 +1869,10 @@ enum Nf {
18691869

18701870
// Vector Bit-manipulation used in Cryptography (Zvkb) Extension
18711871
INSN(vandn_vv, 0b1010111, 0b000, 0b000001);
1872-
INSN(vandn_vx, 0b1010111, 0b100, 0b000001);
18731872
INSN(vclmul_vv, 0b1010111, 0b010, 0b001100);
1874-
INSN(vclmul_vx, 0b1010111, 0b110, 0b001100);
18751873
INSN(vclmulh_vv, 0b1010111, 0b010, 0b001101);
1876-
INSN(vclmulh_vx, 0b1010111, 0b110, 0b001101);
18771874
INSN(vror_vv, 0b1010111, 0b000, 0b010100);
1878-
INSN(vror_vx, 0b1010111, 0b100, 0b010100);
18791875
INSN(vrol_vv, 0b1010111, 0b000, 0b010101);
1880-
INSN(vrol_vx, 0b1010111, 0b100, 0b010101);
18811876

18821877
#undef INSN
18831878

0 commit comments

Comments
 (0)