From 011af5ca801cb95117a9abe2b217f78e2a7c8899 Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Mon, 22 Aug 2011 17:41:44 +0000 Subject: [PATCH] Thumb assembly parsing and encoding for ORR. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138245 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/ARM/basic-thumb-instructions.s | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/MC/ARM/basic-thumb-instructions.s b/test/MC/ARM/basic-thumb-instructions.s index 13d19649366..a3bb3175367 100644 --- a/test/MC/ARM/basic-thumb-instructions.s +++ b/test/MC/ARM/basic-thumb-instructions.s @@ -355,3 +355,11 @@ _func: nop @ CHECK: nop @ encoding: [0xc0,0x46] + + +@------------------------------------------------------------------------------ +@ ORR +@------------------------------------------------------------------------------ + orrs r3, r4 + +@ CHECK-ERRORS: orrs r3, r4 @ encoding: [0x23,0x43]