From: Jim Grosbach Date: Thu, 15 Sep 2011 22:01:09 +0000 (+0000) Subject: Thumb2 assembly parsing and encoding for SEL. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=56019a32bdfc65b3e97aec3827f4d12b091365bb;p=oota-llvm.git Thumb2 assembly parsing and encoding for SEL. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139861 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/MC/ARM/basic-thumb2-instructions.s b/test/MC/ARM/basic-thumb2-instructions.s index 3746bded59a..55cf9cc8bc8 100644 --- a/test/MC/ARM/basic-thumb2-instructions.s +++ b/test/MC/ARM/basic-thumb2-instructions.s @@ -1654,6 +1654,18 @@ _func: @ CHECK: sbfxgt r4, r5, #16, #16 @ encoding: [0x45,0xf3,0x0f,0x44] +@------------------------------------------------------------------------------ +@ SEL +@------------------------------------------------------------------------------ + sel r5, r9, r2 + it le + selle r5, r9, r2 + +@ CHECK: sel r5, r9, r2 @ encoding: [0xa9,0xfa,0x82,0xf5] +@ CHECK: it le @ encoding: [0xd8,0xbf] +@ CHECK: selle r5, r9, r2 @ encoding: [0xa9,0xfa,0x82,0xf5] + + @------------------------------------------------------------------------------ @ SUB (register) @------------------------------------------------------------------------------