[RISU PATCH v2 15/22] sve2.risu: Add patterns for table lookup insns

Stephen Long posted 22 patches 5 years, 8 months ago
[RISU PATCH v2 15/22] sve2.risu: Add patterns for table lookup insns
Posted by Stephen Long 5 years, 8 months ago
Signed-off-by: Stephen Long <steplong@quicinc.com>
---
 sve2.risu | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sve2.risu b/sve2.risu
index 48b2957..c48717b 100755
--- a/sve2.risu
+++ b/sve2.risu
@@ -333,3 +333,7 @@ FMAXP       A64_V    01100100 size:2 010 110 100 pg:3 zm:5 zdn:5 \
 !constraints { $size != 0; }
 FMINP       A64_V    01100100 size:2 010 111 100 pg:3 zm:5 zdn:5 \
 !constraints { $size != 0; }
+
+# Table Lookup
+TBL         A64_V    00000101 size:2 1 zm:5 00101 0 zn:5 zd:5
+TBX         A64_V    00000101 size:2 1 zm:5 00101 1 zn:5 zd:5
-- 
2.25.1