summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/h8300/bitops1h.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/h8300/bitops1h.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/h8300/bitops1h.s19
1 files changed, 0 insertions, 19 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/h8300/bitops1h.s b/binutils-2.17/gas/testsuite/gas/h8300/bitops1h.s
deleted file mode 100644
index 4139a590..00000000
--- a/binutils-2.17/gas/testsuite/gas/h8300/bitops1h.s
+++ /dev/null
@@ -1,19 +0,0 @@
- .h8300h
- .text
-h8300h_bit_ops_1:
- band #0,r0l
- band #0,@er0
- band #0,@64:8
- bclr #0,r0l
- bclr #0,@er0
- bclr #0,@64:8
- bclr r1l,r0l
- bclr r1l,@er0
- bclr r1l,@64:8
- biand #0,r0l
- biand #0,@er0
- biand #0,@64:8
- bild #0,r0l
- bild #0,@er0
- bild #0,@64:8
-