aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/predicated/predicated.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/predicated/predicated.s')
-rw-r--r--test/monniaux/predicated/predicated.s13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/monniaux/predicated/predicated.s b/test/monniaux/predicated/predicated.s
new file mode 100644
index 00000000..f11606c2
--- /dev/null
+++ b/test/monniaux/predicated/predicated.s
@@ -0,0 +1,13 @@
+ .text
+
+ .globl predicated_write
+predicated_write:
+ sd.wnez $r0? 8[$r1] = $r2
+ ret
+ ;;
+
+ .globl predicated_read
+predicated_read:
+ ld.wnez $r1? $r0 = 8[$r2]
+ ret
+ ;;