From 5fae476896a34bc56c034d5a1ba453ab86ebfe48 Mon Sep 17 00:00:00 2001 From: Neel Gala Date: Fri, 8 Apr 2022 21:34:34 +0530 Subject: change xperm.[nbhw] to xperm[4,8,16,32] - this changes the imports in zk[ns] - this name is also what spike uses for now. - This fix may come-back later when zbp and zbkx reconcile on a common naming scheme for these instructions. --- unratified/rv64_zbp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unratified/rv64_zbp') diff --git a/unratified/rv64_zbp b/unratified/rv64_zbp index f4c0bca..f8c06bd 100644 --- a/unratified/rv64_zbp +++ b/unratified/rv64_zbp @@ -14,4 +14,4 @@ gorciw rd rs1 31..26=10 25=0 shamtw 14..12=5 6..2=0x06 1..0=3 greviw rd rs1 31..26=26 25=0 shamtw 14..12=5 6..2=0x06 1..0=3 shflw rd rs1 rs2 31..25=4 14..12=1 6..2=0x0E 1..0=3 unshflw rd rs1 rs2 31..25=4 14..12=5 6..2=0x0E 1..0=3 -xperm.w rd rs1 rs2 31..25=20 14..12=0 6..2=0x0C 1..0=3 +xperm32 rd rs1 rs2 31..25=20 14..12=0 6..2=0x0C 1..0=3 -- cgit v1.1