summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/rx/not.d
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/rx/not.d')
-rw-r--r--gas/testsuite/gas/rx/not.d14
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/testsuite/gas/rx/not.d b/gas/testsuite/gas/rx/not.d
new file mode 100644
index 00000000000..59fe54bd49c
--- /dev/null
+++ b/gas/testsuite/gas/rx/not.d
@@ -0,0 +1,14 @@
+#objdump: -dr
+
+dump\.o: file format .*
+
+
+Disassembly of section \.text:
+
+00000000 <\.text>:
+ 0: 7e 00 not r0
+ 2: 7e 0f not r15
+ 4: fc 3b 00 not r0, r0
+ 7: fc 3b 0f not r0, r15
+ a: fc 3b f0 not r15, r0
+ d: fc 3b ff not r15, r15