[CompactUnwind] Fix register encoding logic
[oota-llvm.git] / test / MC / X86 / intel-syntax-bitwise-ops.s
index a38ae85e6ed164c552e203502ace0d11805b2e1e..c9c9b1d17b2be4d9a256f8ef8689a4ecc0e1be7b 100644 (file)
@@ -16,3 +16,7 @@
     and ecx, ((1)|2)
 // CHECK: andl $1, %ecx
     and ecx, 1&2+3
+// CHECK: addl $4938, %eax
+    add eax, 9876 >> 1
+// CHECK: addl $19752, %eax
+    add eax, 9876 << 1