aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/xperm4.h
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2023-06-17 14:33:42 -0700
committerAndrew Waterman <andrew@sifive.com>2023-06-18 01:23:45 -0700
commitb043cc1d7430d6a4d982aa4d2b07b44dd4b2366c (patch)
tree896d65d4f1fa310dfd07f5d6799f2b182e9b2727 /riscv/insns/xperm4.h
parentfff2699cfdcf9a2fe7e004ca92c299a2c11c37a1 (diff)
downloadspike-b043cc1d7430d6a4d982aa4d2b07b44dd4b2366c.zip
spike-b043cc1d7430d6a4d982aa4d2b07b44dd4b2366c.tar.gz
spike-b043cc1d7430d6a4d982aa4d2b07b44dd4b2366c.tar.bz2
Remove Xbitmanip from instructions that belong to multiple extensions
Diffstat (limited to 'riscv/insns/xperm4.h')
-rw-r--r--riscv/insns/xperm4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/insns/xperm4.h b/riscv/insns/xperm4.h
index 38800f3..a9d685f 100644
--- a/riscv/insns/xperm4.h
+++ b/riscv/insns/xperm4.h
@@ -1,2 +1,2 @@
-require_either_extension(EXT_ZBKX, EXT_XZBP);
+require_extension(EXT_ZBKX);
WRITE_RD(sext_xlen(xperm(RS1, RS2, 2, xlen)));