x86: allow suffix-less movzw and 64-bit movzb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / movz64.d
1 #objdump: -dw
2 #source: movz.s
3 #name: x86 mov with zero-extend (64-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]+: 67 66 0f b6 00 * movzbw \(%eax\),%ax
12 [ ]*[a-f0-9]+: 0f b6 c0 * movzbl %al,%eax
13 [ ]*[a-f0-9]+: 67 0f b6 00 * movzbl \(%eax\),%eax
14 [ ]*[a-f0-9]+: 48 0f b6 c0 * movzbq %al,%rax
15 [ ]*[a-f0-9]+: 48 0f b6 00 * movzbq \(%rax\),%rax
16 [ ]*[a-f0-9]+: 66 0f b6 c0 * movzbw %al,%ax
17 [ ]*[a-f0-9]+: 67 66 0f b6 00 * movzbw \(%eax\),%ax
18 [ ]*[a-f0-9]+: 0f b6 c0 * movzbl %al,%eax
19 [ ]*[a-f0-9]+: 67 0f b6 00 * movzbl \(%eax\),%eax
20 [ ]*[a-f0-9]+: 48 0f b6 c0 * movzbq %al,%rax
21 [ ]*[a-f0-9]+: 48 0f b6 00 * movzbq \(%rax\),%rax
22 [ ]*[a-f0-9]+: 0f b7 c0 * movzwl %ax,%eax
23 [ ]*[a-f0-9]+: 67 0f b7 00 * movzwl \(%eax\),%eax
24 [ ]*[a-f0-9]+: 48 0f b7 c0 * movzwq %ax,%rax
25 [ ]*[a-f0-9]+: 48 0f b7 00 * movzwq \(%rax\),%rax
26 [ ]*[a-f0-9]+: 0f b7 c0 * movzwl %ax,%eax
27 [ ]*[a-f0-9]+: 67 0f b7 00 * movzwl \(%eax\),%eax
28 [ ]*[a-f0-9]+: 48 0f b7 c0 * movzwq %ax,%rax
29 [ ]*[a-f0-9]+: 48 0f b7 00 * movzwq \(%rax\),%rax
30 #pass
This page took 0.05146 seconds and 4 git commands to generate.