summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/tic6x/insns-c674x-bad.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/tic6x/insns-c674x-bad.s')
-rw-r--r--gas/testsuite/gas/tic6x/insns-c674x-bad.s16
1 files changed, 16 insertions, 0 deletions
diff --git a/gas/testsuite/gas/tic6x/insns-c674x-bad.s b/gas/testsuite/gas/tic6x/insns-c674x-bad.s
new file mode 100644
index 0000000000..065e241441
--- /dev/null
+++ b/gas/testsuite/gas/tic6x/insns-c674x-bad.s
@@ -0,0 +1,16 @@
+# Test instructions not present on C674x.
+.text
+.nocmp
+.globl f
+f:
+ cmtl .D2T2 *b0,b1
+ ll .D2T2 *b0,b1
+ sl .D2T2 b0,*b1
+.atomic
+ cmtl .D2T2 *b0,b1
+ ll .D2T2 *b0,b1
+ sl .D2T2 b0,*b1
+.noatomic
+ cmtl .D2T2 *b0,b1
+ ll .D2T2 *b0,b1
+ sl .D2T2 b0,*b1