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, 0 insertions, 13 deletions
diff --git a/test/monniaux/predicated/predicated.s b/test/monniaux/predicated/predicated.s
deleted file mode 100644
index f11606c2..00000000
--- a/test/monniaux/predicated/predicated.s
+++ /dev/null
@@ -1,13 +0,0 @@
- .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
- ;;