summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/h8300/bitops1h.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/h8300/bitops1h.s')
-rw-r--r--gas/testsuite/gas/h8300/bitops1h.s19
1 files changed, 19 insertions, 0 deletions
diff --git a/gas/testsuite/gas/h8300/bitops1h.s b/gas/testsuite/gas/h8300/bitops1h.s
new file mode 100644
index 00000000000..4139a590e8f
--- /dev/null
+++ b/gas/testsuite/gas/h8300/bitops1h.s
@@ -0,0 +1,19 @@
+ .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
+