x86/Intel: improve diagnostics for ambiguous VCVT* operands
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / addr16.s
1 .text
2 addr16 mov 0x0898,%al
3 addr16 mov 0x0898,%ax
4 addr16 mov 0x0898,%eax
5 addr16 mov %al,0x0898
6 addr16 mov %ax,0x0898
7 addr16 mov %eax,0x0898
This page took 0.030319 seconds and 4 git commands to generate.