From f0c6e9575f640e31a591b03f6bced408e9e08bac Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Wed, 1 May 2024 17:10:09 -0700 Subject: Remove legacy bit-manipulation extensions These do not have a path to ratification. I left the ones that are generic versions of ratified instructions (e.g. orc.b is a special case of gorci). --- unratified/rv64_zbp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'unratified/rv64_zbp') diff --git a/unratified/rv64_zbp b/unratified/rv64_zbp index 6ffc33f..98d0b2e 100644 --- a/unratified/rv64_zbp +++ b/unratified/rv64_zbp @@ -2,16 +2,4 @@ grevi rd rs1 31..26=26 shamtd 14..12=5 6..2=0x04 1..0=3 gorci rd rs1 31..26=10 shamtd 14..12=5 6..2=0x04 1..0=3 shfli rd rs1 31..26=2 25=0 shamtw 14..12=1 6..2=0x04 1..0=3 unshfli rd rs1 31..26=2 25=0 shamtw 14..12=5 6..2=0x04 1..0=3 -$import rv64_zbe::packw -packuw rd rs1 rs2 31..25=36 14..12=4 6..2=0x0E 1..0=3 -$import rv64_zbb::rolw -$import rv64_zbb::rorw -$import rv64_zbb::roriw -$import rv64_zbb::rori -gorcw rd rs1 rs2 31..25=20 14..12=5 6..2=0x0E 1..0=3 -grevw rd rs1 rs2 31..25=52 14..12=5 6..2=0x0E 1..0=3 -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 xperm32 rd rs1 rs2 31..25=20 14..12=0 6..2=0x0C 1..0=3 -- cgit v1.1