X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FMC%2FARM%2Fbasic-thumb2-instructions.s;h=0dbde19d28f08c8088d4459d97b4f54bc0c45cac;hb=4c7edb3ad8bd513c59190f6ebee9bee34af7d247;hp=6c291db5c55d718bb337c475267e8e6b24d12671;hpb=1de0bd194540f8bab399fb39c4ba615a7b2381d3;p=oota-llvm.git diff --git a/test/MC/ARM/basic-thumb2-instructions.s b/test/MC/ARM/basic-thumb2-instructions.s index 6c291db5c55..0dbde19d28f 100644 --- a/test/MC/ARM/basic-thumb2-instructions.s +++ b/test/MC/ARM/basic-thumb2-instructions.s @@ -1230,6 +1230,7 @@ _func: muleq r3, r4, r5 it le mulle r4, r4, r8 + mul r6, r5 @ CHECK: muls r3, r4, r3 @ encoding: [0x63,0x43] @ CHECK: mul r3, r4, r3 @ encoding: [0x04,0xfb,0x03,0xf3] @@ -1238,6 +1239,7 @@ _func: @ CHECK: muleq r3, r4, r5 @ encoding: [0x04,0xfb,0x05,0xf3] @ CHECK: it le @ encoding: [0xd8,0xbf] @ CHECK: mulle r4, r4, r8 @ encoding: [0x04,0xfb,0x08,0xf4] +@ CHECK: mul r6, r6, r5 @ encoding: [0x06,0xfb,0x05,0xf6] @------------------------------------------------------------------------------