x86: fix (dis)assembly of certain SSE2 insns in 16-bit mode
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-nop-4.d
CommitLineData
62a02d25
L
1#source: nop-4.s
2#objdump: -drw
8f065d3b 3#name: x86-64 .nops 4
a5def729 4#notarget: *-*-solaris*
62a02d25
L
5
6.*: +file format .*
7
8
9Disassembly of section .text:
10
110+ <_start>:
12 +[a-f0-9]+: 31 c0 xor %eax,%eax
13 +[a-f0-9]+: 85 c0 test %eax,%eax
14 +[a-f0-9]+: 66 0f 1f 84 00 00 00 00 00 nopw 0x0\(%rax,%rax,1\)
15 +[a-f0-9]+: 31 c0 xor %eax,%eax
16 +[a-f0-9]+: 31 c0 xor %eax,%eax
17
18Disassembly of section .altinstr_replacement:
19
200+ <.altinstr_replacement>:
21 +[a-f0-9]+: 89 c0 mov %eax,%eax
22 +[a-f0-9]+: 89 c0 mov %eax,%eax
23 +[a-f0-9]+: 89 c0 mov %eax,%eax
24 +[a-f0-9]+: e9 00 00 00 00 jmpq b <_start\+0xb> 7: R_X86_64_PLT32 foo-0x4
25#pass
This page took 0.095016 seconds and 4 git commands to generate.