qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RISU PATCH v2 12/22] sve2.risu: Add patterns for fp convert precision o


From: Stephen Long
Subject: [RISU PATCH v2 12/22] sve2.risu: Add patterns for fp convert precision odd elems insns
Date: Thu, 21 May 2020 12:25:01 -0700

Signed-off-by: Stephen Long <address@hidden>
---
 sve2.risu | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/sve2.risu b/sve2.risu
index adc5dd1..4b2a79d 100755
--- a/sve2.risu
+++ b/sve2.risu
@@ -297,6 +297,13 @@ SM4E        A64_V    01000101 00 10001 1 11100 0 zm:5 zdn:5
 SM4EKEY     A64_V    01000101 00 1 zm:5 11110 0 zn:5 zd:5
 RAX1        A64_V    01000101 00 1 zm:5 11110 1 zn:5 zd:5
 
+# Floating Point Convert Precision Odd Elements
+FCVTXNT     A64_V    01100100 00 0010 10 101 pg:3 zn:5 zd:5
+FCVTNT_SH   A64_V    01100100 10 0010 00 101 pg:3 zn:5 zd:5
+FCVTLT_HS   A64_V    01100100 10 0010 01 101 pg:3 zn:5 zd:5
+FCVTNT_DS   A64_V    01100100 11 0010 10 101 pg:3 zn:5 zd:5
+FCVTLT_SD   A64_V    01100100 11 0010 11 101 pg:3 zn:5 zd:5
+
 # Floating Point Pairwise
 FADDP       A64_V    01100100 size:2 010 000 100 pg:3 zm:5 zdn:5 \
 !constraints { $size != 0; }
-- 
2.25.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]