summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AVR/inst-eor.s
diff options
context:
space:
mode:
authorDylan McKay <dylanmckay34@gmail.com>2016-11-09 23:46:25 +0000
committerDylan McKay <dylanmckay34@gmail.com>2016-11-09 23:46:25 +0000
commit3ffc4495972eeef9dd6050b16801e147e42b87f6 (patch)
tree91a2b07661a21d60be3b7ba4937ac1af480c9937 /llvm/test/MC/AVR/inst-eor.s
parent1bdaf3e30c222000eb18be744dc73c13f75f435a (diff)
downloadbcm5719-llvm-3ffc4495972eeef9dd6050b16801e147e42b87f6.tar.gz
bcm5719-llvm-3ffc4495972eeef9dd6050b16801e147e42b87f6.zip
[AVR] Add all of the machine code test suite
Summary: This adds all of the AVR machine code tests. Reviewers: arsenm, kparzysz Subscribers: wdng, japaric Differential Revision: https://reviews.llvm.org/D26387 llvm-svn: 286417
Diffstat (limited to 'llvm/test/MC/AVR/inst-eor.s')
-rw-r--r--llvm/test/MC/AVR/inst-eor.s14
1 files changed, 14 insertions, 0 deletions
diff --git a/llvm/test/MC/AVR/inst-eor.s b/llvm/test/MC/AVR/inst-eor.s
new file mode 100644
index 00000000000..c15820d2ede
--- /dev/null
+++ b/llvm/test/MC/AVR/inst-eor.s
@@ -0,0 +1,14 @@
+; RUN: llvm-mc -triple avr -show-encoding < %s | FileCheck %s
+
+
+foo:
+
+ eor r0, r15
+ eor r15, r0
+ eor r16, r31
+ eor r31, r16
+
+; CHECK: eor r0, r15 ; encoding: [0x0f,0x24]
+; CHECK: eor r15, r0 ; encoding: [0xf0,0x24]
+; CHECK: eor r16, r31 ; encoding: [0x0f,0x27]
+; CHECK: eor r31, r16 ; encoding: [0xf0,0x27]
OpenPOWER on IntegriCloud