[AVX512] Extended avx512_sqrt_packed (sqrt instructions) to VL subset.
[oota-llvm.git] / test / MC / X86 / address-size.s
index 936cd579db29c8b72500c233fd415032d47bfc6c..c9d04c4af3f47500ae98bc6151cea20a78e363c8 100644 (file)
 // CHECK: encoding: [0x67,0xc7,0x00,0x78,0x56,0x34,0x12]
        movw    $0x1234, 0x5678(%bp)
 // CHECK: encoding: [0x67,0x66,0xc7,0x86,0x78,0x56,0x34,0x12]
+
+       .code16
+       movb    $0x0, (%si)
+// CHECK: encoding: [0xc6,0x04,0x00]
+       movb    $0x0, (%esi)
+// CHECK: encoding: [0x67,0xc6,0x06,0x00]
+       movb    $0x5a, (%di,%bp,1)
+// CHECK: encoding: [0xc6,0x03,0x5a]