summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/m68k/cas.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/m68k/cas.s')
-rw-r--r--gas/testsuite/gas/m68k/cas.s16
1 files changed, 0 insertions, 16 deletions
diff --git a/gas/testsuite/gas/m68k/cas.s b/gas/testsuite/gas/m68k/cas.s
deleted file mode 100644
index f64e7f54c3c..00000000000
--- a/gas/testsuite/gas/m68k/cas.s
+++ /dev/null
@@ -1,16 +0,0 @@
-# Test parsing of the operands of the cas instruction
- .text
- .globl foo
-foo:
- cas %d0,%d1,(%a0)
- cas %d0,%d1,%a0@
- cas2 %d0:%d2,%d3:%d4,(%a0):(%a1)
- cas2 %d0:%d2,%d3:%d4,(%d0):(%d1)
- cas2 %d0:%d2,%d3:%d4,%a0@:%a1@
- cas2 %d0:%d2,%d3:%d4,@(%a0):@(%a1)
- cas2 %d0:%d2,%d3:%d4,@(%d0):@(%d1)
- cas2 %d0,%d2,%d3,%d4,(%a0),(%a1)
- cas2 %d0,%d2,%d3,%d4,(%d0),(%d1)
- cas2 %d0,%d2,%d3,%d4,%a0@,%a1@
- cas2 %d0,%d2,%d3,%d4,@(%a0),@(%a1)
- cas2 %d0,%d2,%d3,%d4,@(%d0),@(%d1)