OSDN Git Service

target/riscv: Replace Zvbb checking by Zvkb
authorMax Chou <max.chou@sifive.com>
Thu, 26 Oct 2023 15:18:11 +0000 (23:18 +0800)
committerAlistair Francis <alistair.francis@wdc.com>
Tue, 7 Nov 2023 01:06:02 +0000 (11:06 +1000)
commit1db699f8c2a4c42def5a1ad2d5b48371d28b6278
treed9bf716ed3bf7a192362bcb91ac9227c5eb5787d
parent389b2e70141fda7009bcd7c2755fd84176d543b1
target/riscv: Replace Zvbb checking by Zvkb

The Zvkb extension is a proper subset of the Zvbb extension and includes
following instructions:
  * vandn.[vv,vx]
  * vbrev8.v
  * vrev8.v
  * vrol.[vv,vx]
  * vror.[vv,vx,vi]

Signed-off-by: Max Chou <max.chou@sifive.com>
Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Message-ID: <20231026151828.754279-5-max.chou@sifive.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
target/riscv/insn_trans/trans_rvvk.c.inc