From 6cb336cb091407b8a68050348db9101eaf74e69e Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Thu, 18 Aug 2011 18:10:38 +0000 Subject: [PATCH] Thumb assembly parsing and encoding for EOR. llvm-svn: 137964 --- llvm/test/MC/ARM/basic-thumb-instructions.s | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/llvm/test/MC/ARM/basic-thumb-instructions.s b/llvm/test/MC/ARM/basic-thumb-instructions.s index 5ded1fadc82e..e315a9fe5085 100644 --- a/llvm/test/MC/ARM/basic-thumb-instructions.s +++ b/llvm/test/MC/ARM/basic-thumb-instructions.s @@ -155,3 +155,10 @@ _func: @ CHECK: cmp r6, #32 @ encoding: [0x20,0x2e] @ CHECK: cmp r3, r4 @ encoding: [0xa3,0x42] @ CHECK: cmp r8, r1 @ encoding: [0x88,0x45] + +@------------------------------------------------------------------------------ +@ EOR +@------------------------------------------------------------------------------ + eors r4, r5 + +@ CHECK: eors r4, r5 @ encoding: [0x6c,0x40]