x86: replace adhoc (partly wrong) ambiguous operand checking for MOVSX/MOVZX
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86_64.d
index 0bdbc79021a0a59581e5b504f102027f501812e2..4a73ddc57f9b1fe8ecbf51731b03511e77220cfc 100644 (file)
@@ -173,8 +173,6 @@ Disassembly of section .text:
 [      ]*[a-f0-9]+:    0f bf f0                movswl %ax,%esi
 [      ]*[a-f0-9]+:    48 0f bf f0             movswq %ax,%rsi
 [      ]*[a-f0-9]+:    48 63 f0                movslq %eax,%rsi
-[      ]*[a-f0-9]+:    0f be 10                movsbl \(%rax\),%edx
-[      ]*[a-f0-9]+:    48 0f be 10             movsbq \(%rax\),%rdx
 [      ]*[a-f0-9]+:    66 0f be 10             movsbw \(%rax\),%dx
 [      ]*[a-f0-9]+:    0f be 10                movsbl \(%rax\),%edx
 [      ]*[a-f0-9]+:    48 0f be 10             movsbq \(%rax\),%rdx
@@ -186,8 +184,6 @@ Disassembly of section .text:
 [      ]*[a-f0-9]+:    48 0f b6 f0             movzbq %al,%rsi
 [      ]*[a-f0-9]+:    0f b7 f0                movzwl %ax,%esi
 [      ]*[a-f0-9]+:    48 0f b7 f0             movzwq %ax,%rsi
-[      ]*[a-f0-9]+:    0f b6 10                movzbl \(%rax\),%edx
-[      ]*[a-f0-9]+:    48 0f b6 10             movzbq \(%rax\),%rdx
 [      ]*[a-f0-9]+:    66 0f b6 10             movzbw \(%rax\),%dx
 [      ]*[a-f0-9]+:    0f b6 10                movzbl \(%rax\),%edx
 [      ]*[a-f0-9]+:    48 0f b6 10             movzbq \(%rax\),%rdx
@@ -231,8 +227,6 @@ Disassembly of section .text:
 [      ]*[a-f0-9]+:    9b df e0                fstsw  %ax
 [      ]*[a-f0-9]+:    9b df e0                fstsw  %ax
 [      ]*[a-f0-9]+:    66 0f be 00             movsbw \(%rax\),%ax
-[      ]*[a-f0-9]+:    0f be 00                movsbl \(%rax\),%eax
-[      ]*[a-f0-9]+:    48 0f be 00             movsbq \(%rax\),%rax
 [      ]*[a-f0-9]+:    66 0f be 10             movsbw \(%rax\),%dx
 [      ]*[a-f0-9]+:    0f be 10                movsbl \(%rax\),%edx
 [      ]*[a-f0-9]+:    48 0f be 10             movsbq \(%rax\),%rdx
@@ -241,8 +235,6 @@ Disassembly of section .text:
 [      ]*[a-f0-9]+:    48 63 10                movslq \(%rax\),%rdx
 [      ]*[a-f0-9]+:    48 63 00                movslq \(%rax\),%rax
 [      ]*[a-f0-9]+:    66 0f b6 00             movzbw \(%rax\),%ax
-[      ]*[a-f0-9]+:    0f b6 00                movzbl \(%rax\),%eax
-[      ]*[a-f0-9]+:    48 0f b6 00             movzbq \(%rax\),%rax
 [      ]*[a-f0-9]+:    66 0f b6 10             movzbw \(%rax\),%dx
 [      ]*[a-f0-9]+:    0f b6 10                movzbl \(%rax\),%edx
 [      ]*[a-f0-9]+:    48 0f b6 10             movzbq \(%rax\),%rdx
This page took 0.024905 seconds and 4 git commands to generate.