x86: replace adhoc (partly wrong) ambiguous operand checking for MOVSX/MOVZX
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / i386.d
index 1c6c4cc3fd5605087f078ec9f0a86fa0c8cc9ac4..6863bb5161888f661b5be9732b0770e93a7e2b58 100644 (file)
@@ -13,7 +13,6 @@ Disassembly of section .text:
 [      ]*[a-f0-9]+:    66 0f be f0             movsbw %al,%si
 [      ]*[a-f0-9]+:    0f be f0                movsbl %al,%esi
 [      ]*[a-f0-9]+:    0f bf f0                movswl %ax,%esi
-[      ]*[a-f0-9]+:    0f be 10                movsbl \(%eax\),%edx
 [      ]*[a-f0-9]+:    66 0f be 10             movsbw \(%eax\),%dx
 [      ]*[a-f0-9]+:    66 0f be 10             movsbw \(%eax\),%dx
 [      ]*[a-f0-9]+:    0f be 10                movsbl \(%eax\),%edx
@@ -24,7 +23,6 @@ Disassembly of section .text:
 [      ]*[a-f0-9]+:    66 0f b6 f0             movzbw %al,%si
 [      ]*[a-f0-9]+:    0f b6 f0                movzbl %al,%esi
 [      ]*[a-f0-9]+:    0f b7 f0                movzwl %ax,%esi
-[      ]*[a-f0-9]+:    0f b6 10                movzbl \(%eax\),%edx
 [      ]*[a-f0-9]+:    66 0f b6 10             movzbw \(%eax\),%dx
 [      ]*[a-f0-9]+:    66 0f b6 10             movzbw \(%eax\),%dx
 [      ]*[a-f0-9]+:    0f b6 10                movzbl \(%eax\),%edx
This page took 0.039181 seconds and 4 git commands to generate.