x86: allow suffix-less movzw and 64-bit movzb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-io.d
1 #objdump: -dw
2 #name: x86-64 rex.W in/out
3
4 .*: +file format .*
5
6 Disassembly of section .text:
7
8 0+000 <_in>:
9 0: 48 ed rex.W in \(%dx\),%eax
10 2: 66 48 ed data16 rex.W in \(%dx\),%eax
11
12 0+005 <_out>:
13 5: 48 ef rex.W out %eax,\(%dx\)
14 7: 66 48 ef data16 rex.W out %eax,\(%dx\)
15
16 0+00a <_ins>:
17 a: 48 6d rex.W insl \(%dx\),%es:\(%rdi\)
18 c: 66 48 6d data16 rex.W insl \(%dx\),%es:\(%rdi\)
19
20 0+00f <_outs>:
21 f: 48 6f rex.W outsl %ds:\(%rsi\),\(%dx\)
22 11: 66 48 6f data16 rex.W outsl %ds:\(%rsi\),\(%dx\)
23 #pass
This page took 0.044067 seconds and 4 git commands to generate.