[Hexagon] Updating doubleword shift usages to new versions.
[oota-llvm.git] / test / MC / Disassembler / Hexagon / xtype_shift.txt
index 230071c477156217d13897f8347e334ddd0fc9aa..d50b4ba4d0a37cb82aeb23996e7360e74d0c0089 100644 (file)
@@ -1,11 +1,19 @@
 # RUN: llvm-mc --triple hexagon -disassemble < %s | FileCheck %s
 
+0x10 0xdf 0x14 0x80
+# CHECK: r17:16 = asr(r21:20, #31)
+0x30 0xdf 0x14 0x80
+# CHECK: r17:16 = lsr(r21:20, #31)
+0x50 0xdf 0x14 0x80
+# CHECK: r17:16 = asl(r21:20, #31)
 0x11 0xdf 0x15 0x8c
 # CHECK: r17 = asr(r21, #31)
 0x31 0xdf 0x15 0x8c
 # CHECK: r17 = lsr(r21, #31)
 0x51 0xdf 0x15 0x8c
 # CHECK: r17 = asl(r21, #31)
+0xf1 0xd5 0x1f 0xc4
+# CHECK: r17 = addasl(r21, r31, #7)
 0x11 0xdf 0x55 0x8c
 # CHECK: r17 = asr(r21, #31):rnd
 0x51 0xdf 0x55 0x8c