* gdb.base/sigbpt.exp: Fix the message when skipping test.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-io.d
CommitLineData
52fd6d94
JB
1#objdump: -dw
2#name: x86-64 rex64 in/out
3
4.*: +file format .*
5
6Disassembly of section .text:
7
80+000 <_in>:
9 0: 48 ed rex64 in \(%dx\),%eax
10 2: 66 data16
11 3: 48 ed rex64 in \(%dx\),%eax
12
130+005 <_out>:
14 5: 48 ef rex64 out %eax,\(%dx\)
15 7: 66 data16
16 8: 48 ef rex64 out %eax,\(%dx\)
17
180+00a <_ins>:
19 a: 48 6d rex64 insl \(%dx\),%es:\(%rdi\)
20 c: 66 data16
21 d: 48 6d rex64 insl \(%dx\),%es:\(%rdi\)
22
230+00f <_outs>:
24 f: 48 6f rex64 outsl %ds:\(%rsi\),\(%dx\)
25 11: 66 data16
26 12: 48 6f rex64 outsl %ds:\(%rsi\),\(%dx\)
27#pass
This page took 0.033305 seconds and 4 git commands to generate.