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