x86: allow suffix-less movzw and 64-bit movzb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / movz32.d
1 #objdump: -dw
2 #source: movz.s
3 #name: x86 mov with zero-extend (32-bit object)
4
5 .*: +file format .*
6
7 Disassembly of section .text:
8
9 0+ <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.029795 seconds and 4 git commands to generate.