summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mn10300/logical.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/mn10300/logical.s')
-rw-r--r--gas/testsuite/gas/mn10300/logical.s15
1 files changed, 0 insertions, 15 deletions
diff --git a/gas/testsuite/gas/mn10300/logical.s b/gas/testsuite/gas/mn10300/logical.s
deleted file mode 100644
index b0976db33da..00000000000
--- a/gas/testsuite/gas/mn10300/logical.s
+++ /dev/null
@@ -1,15 +0,0 @@
- .text
- and d1,d2
- and 127,d2
- and 32767,d3
- and 131071,d3
- and 32767,psw
- or d1,d2
- or 127,d2
- or 32767,d3
- or 131071,d3
- or 32767,psw
- xor d1,d2
- xor 32767,d3
- xor 131071,d3
- not d3