8330095: RISC-V: Remove obsolete vandn_vi instruction

Reviewed-by: fyang, luhenry
This commit is contained in:
Gui Cao 2024-04-12 11:42:05 +00:00 committed by Fei Yang
parent 717a07b932
commit 77a217df60

View File

@ -1870,7 +1870,6 @@ enum Nf {
// Vector Bit-manipulation used in Cryptography (Zvkb) Extension
INSN(vandn_vv, 0b1010111, 0b000, 0b000001);
INSN(vandn_vx, 0b1010111, 0b100, 0b000001);
INSN(vandn_vi, 0b1010111, 0b011, 0b000001);
INSN(vclmul_vv, 0b1010111, 0b010, 0b001100);
INSN(vclmul_vx, 0b1010111, 0b110, 0b001100);
INSN(vclmulh_vv, 0b1010111, 0b010, 0b001101);