x86: replace adhoc (partly wrong) ambiguous operand checking for MOVSX/MOVZX
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / align-1a.d
CommitLineData
0ad71725
L
1#name: i386 balign
2#source: align-1.s
3#as: -mtune=generic32
4#objdump: -dr
5
6.*: +file format .*i386.*
7
8
9Disassembly of section .text:
10
110+ <_start>:
12[ ]*[a-f0-9]+: 89 f8 mov %edi,%eax
13[ ]*[a-f0-9]+: 8d b6 00 00 00 00 lea 0x0\(%esi\),%esi
14[ ]*[a-f0-9]+: ba 00 00 00 00 mov \$0x0,%edx
15[ ]*[a-f0-9]+: 8d 76 00 lea 0x0\(%esi\),%esi
16[ ]*[a-f0-9]+: 01 c2 add %eax,%edx
17#pass
This page took 0.131395 seconds and 4 git commands to generate.