x86: replace adhoc (partly wrong) ambiguous operand checking for MOVSX/MOVZX
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / align-1.s
CommitLineData
0ad71725
L
1 .text
2_start:
3 movl %edi, %eax
4 .balign 8, 0x90
5 movl $0, %edx
6 .balign 8, 0x90
7 addl %eax, %edx
This page took 0.145418 seconds and 4 git commands to generate.