x86/Intel: improve diagnostics for ambiguous VCVT* operands
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / movz32.d
CommitLineData
c07315e0
JB
1#objdump: -dw
2#source: movz.s
3#name: x86 mov with zero-extend (32-bit object)
4
5.*: +file format .*
6
7Disassembly of section .text:
8
90+ <movz>:
10[ ]*[a-f0-9]+: 66 0f b6 c0 * movzbw %al,%ax
11[ ]*[a-f0-9]+: 66 0f b6 00 * movzbw \(%eax\),%ax
12[ ]*[a-f0-9]+: 0f b6 c0 * movzbl %al,%eax
13[ ]*[a-f0-9]+: 0f b6 00 * movzbl \(%eax\),%eax
14[ ]*[a-f0-9]+: 66 0f b6 c0 * movzbw %al,%ax
15[ ]*[a-f0-9]+: 66 0f b6 00 * movzbw \(%eax\),%ax
16[ ]*[a-f0-9]+: 0f b6 c0 * movzbl %al,%eax
17[ ]*[a-f0-9]+: 0f b6 00 * movzbl \(%eax\),%eax
18[ ]*[a-f0-9]+: 0f b7 c0 * movzwl %ax,%eax
19[ ]*[a-f0-9]+: 0f b7 00 * movzwl \(%eax\),%eax
20[ ]*[a-f0-9]+: 0f b7 c0 * movzwl %ax,%eax
21[ ]*[a-f0-9]+: 0f b7 00 * movzwl \(%eax\),%eax
22#pass
This page took 0.229559 seconds and 4 git commands to generate.