x86: replace adhoc (partly wrong) ambiguous operand checking for MOVSX/MOVZX
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / i386-intel.d
index 1913e8da191b24d9995731b9d9b65bfb03696608..28025ca237a36546421d049b61284d25b305263d 100644 (file)
@@ -14,7 +14,6 @@ Disassembly of section .text:
 [      ]*[a-f0-9]+:    66 0f be f0             movsx  si,al
 [      ]*[a-f0-9]+:    0f be f0                movsx  esi,al
 [      ]*[a-f0-9]+:    0f bf f0                movsx  esi,ax
-[      ]*[a-f0-9]+:    0f be 10                movsx  edx,BYTE PTR \[eax\]
 [      ]*[a-f0-9]+:    66 0f be 10             movsx  dx,BYTE PTR \[eax\]
 [      ]*[a-f0-9]+:    66 0f be 10             movsx  dx,BYTE PTR \[eax\]
 [      ]*[a-f0-9]+:    0f be 10                movsx  edx,BYTE PTR \[eax\]
@@ -25,7 +24,6 @@ Disassembly of section .text:
 [      ]*[a-f0-9]+:    66 0f b6 f0             movzx  si,al
 [      ]*[a-f0-9]+:    0f b6 f0                movzx  esi,al
 [      ]*[a-f0-9]+:    0f b7 f0                movzx  esi,ax
-[      ]*[a-f0-9]+:    0f b6 10                movzx  edx,BYTE PTR \[eax\]
 [      ]*[a-f0-9]+:    66 0f b6 10             movzx  dx,BYTE PTR \[eax\]
 [      ]*[a-f0-9]+:    66 0f b6 10             movzx  dx,BYTE PTR \[eax\]
 [      ]*[a-f0-9]+:    0f b6 10                movzx  edx,BYTE PTR \[eax\]
This page took 0.024008 seconds and 4 git commands to generate.