diff mbox series

[RISU,v2,08/22] sve2.risu: Add patterns for character match insns

Message ID 20200521192511.6623-9-steplong@quicinc.com
State New
Headers show
Series Add risu patterns for SVE2 instructions | expand

Commit Message

Stephen Long May 21, 2020, 7:24 p.m. UTC
Signed-off-by: Stephen Long <steplong@quicinc.com>
---
 sve2.risu | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox series

Patch

diff --git a/sve2.risu b/sve2.risu
index 1ebb08c..5bd515c 100755
--- a/sve2.risu
+++ b/sve2.risu
@@ -260,6 +260,12 @@  RSUBHNB     A64_V    01000101 size:2 1 zm:5 011 110 zn:5 zd:5 \
 RSUBHNT     A64_V    01000101 size:2 1 zm:5 011 111 zn:5 zd:5 \
 !constraints { $size != 0; }
 
+# Character Match
+MATCH       A64_V    01000101 size:2 1 zm:5 100 pg:3 zn:5 0 pd:4 \
+!constraints { $size < 2; }
+NMATCH      A64_V    01000101 size:2 1 zm:5 100 pg:3 zn:5 1 pd:4 \
+!constraints { $size < 2; }
+
 # Floating Point Pairwise
 FADDP       A64_V    01100100 size:2 010 000 100 pg:3 zm:5 zdn:5 \
 !constraints { $size != 0; }