summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/m68k/bitfield.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/m68k/bitfield.s')
-rw-r--r--gas/testsuite/gas/m68k/bitfield.s24
1 files changed, 0 insertions, 24 deletions
diff --git a/gas/testsuite/gas/m68k/bitfield.s b/gas/testsuite/gas/m68k/bitfield.s
deleted file mode 100644
index 4d2f758255a..00000000000
--- a/gas/testsuite/gas/m68k/bitfield.s
+++ /dev/null
@@ -1,24 +0,0 @@
-# Test handling of bitfield instruction operands.
- .text
- .globl foo
-foo:
- bfexts (%a0){&1:&2},%d0
- bfexts (%a0){&1:&(2+4)},%d0
- bfexts (%a0){&(1+2):&2},%d0
- bfexts (%a0){&(1+2):&(2+4)},%d0
- bfexts %a0@,&1,&2,%d0
- bfexts %a0@,&1,&(2+4),%d0
- bfexts %a0@,&1+2,&2,%d0
- bfexts %a0@,&(1+2),&(2+4),%d0
- bfset (%a0){&1:&2}
- bfset (%a0){&1:&(2+4)}
- bfset (%a0){&(1+2):&2}
- bfset (%a0){&(1+2):&(2+4)}
- bfset %a0@,&1,&2
- bfset %a0@,&1,&(2+4)
- bfset %a0@,&1+2,&2
- bfset %a0@,&(1+2),&(2+4)
- bfexts (%a0){%d1:%d2},%d0
- bfexts %a0@,%d1,%d2,%d0
- bfset (%a0){%d1:%d2}
- bfset %a0@,%d1,%d2