Signed-off-by: Stephen Long <stepl...@quicinc.com>
---
 sve2.risu | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/sve2.risu b/sve2.risu
index 84ae527..00ac186 100755
--- a/sve2.risu
+++ b/sve2.risu
@@ -514,3 +514,11 @@ LDNT1SW_64  A64_V    1100010 10 00 rm:5 100 pg:3 zn:5 zt:5
 LDNT1W_64   A64_V    1100010 10 00 rm:5 110 pg:3 zn:5 zt:5
 LDNT1D_64   A64_V    1100010 11 00 rm:5 110 pg:3 zn:5 zt:5
 
+# 32-Bit Scatter
+## 32-bit scatter non-temporal store (vector, scalar)
+STNT1_32    A64_V    1110010 msz:2 10 rm:5 001 pg:3 zn:5 zt:5 \
+!constraints { $msz != 3; }
+
+# 64-Bit Scatter
+## 64-bit scatter non-temporal store (vector, scalar)
+STNT1_64    A64_V    1110010 msz:2 00 rm:5 001 pg:3 zn:5 zt:5
-- 
2.25.1


Reply via email to