diff mbox series

[RISU,v2,19/22] sve2.risu: Add patterns for integer compare ops

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

Commit Message

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

Patch

diff --git a/sve2.risu b/sve2.risu
index 7f70bfa..44f227e 100755
--- a/sve2.risu
+++ b/sve2.risu
@@ -470,3 +470,13 @@  FMINP       A64_V    01100100 size:2 010 111 100 pg:3 zm:5 zdn:5 \
 # 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
+
+# Integer Compare (Scalars)
+## integer compare scalar count and limit
+WHILEGE     A64_V    00100101 size:2 1 rm:5 000 sf:1 00 rn:5 0 pd:4
+WHILEGT     A64_V    00100101 size:2 1 rm:5 000 sf:1 00 rn:5 1 pd:4
+WHILEHI     A64_V    00100101 size:2 1 rm:5 000 sf:1 10 rn:5 1 pd:4
+WHILEHS     A64_V    00100101 size:2 1 rm:5 000 sf:1 10 rn:5 0 pd:4
+## pointer conflict compare
+WHILEWR     A64_V    00100101 size:2 1 rm:5 001100 rn:5 0 pd:4
+WHILERW     A64_V    00100101 size:2 1 rm:5 001100 rn:5 1 pd:4