x86: adjust {,E}VEX.W handling outside of 64-bit mode
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / intel16.s
index bf78ad86211b83d321f1f1e44ac66f8ab85be1eb..14a979247954995a4aed10089b7dcbbb8b791963 100644 (file)
@@ -2,10 +2,20 @@
  .code16
  .text
 
- movsx eax,word ptr [0]
- movsx eax,byte ptr [0]
- movsx ax,byte ptr [0]
- movzx eax,word ptr [0]
- movzx eax,byte ptr [0]
- movzx ax,byte ptr [0]
+ movsx eax,word ptr ds:[0]
+ movsx eax,byte ptr ds:[0]
+ movsx ax,byte ptr ds:[0]
+ movzx eax,word ptr ds:[0]
+ movzx eax,byte ptr ds:[0]
+ movzx ax,byte ptr ds:[0]
+
+ lea   ax, [si+bx]
+ lea   ax, [si+bp]
+ lea   ax, [di+bx]
+ lea   ax, [di+bp]
+ lea   ax, [si][bx]
+ lea   ax, [si][bp]
+ lea   ax, [di][bx]
+ lea   ax, [di][bp]
+
  .p2align 4,0
This page took 0.024796 seconds and 4 git commands to generate.