Remove x32 addend overflow for BFD_RELOC_64
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / xsave-intel.d
1 #source: xsave.s
2 #as: -J
3 #objdump: -dw -Mintel
4 #name: i386 xsave (Intel mode)
5
6 .*: +file format .*
7
8 Disassembly of section .text:
9
10 0+ <_start>:
11 [ ]*[a-f0-9]+: 0f ae 2b xrstor \[ebx\]
12 [ ]*[a-f0-9]+: 0f ae 23 xsave \[ebx\]
13 [ ]*[a-f0-9]+: 0f ae 33 xsaveopt \[ebx\]
14 [ ]*[a-f0-9]+: 0f 01 d0 xgetbv
15 [ ]*[a-f0-9]+: 0f 01 d1 xsetbv
16 [ ]*[a-f0-9]+: 0f ae 29 xrstor \[ecx\]
17 [ ]*[a-f0-9]+: 0f ae 21 xsave \[ecx\]
18 [ ]*[a-f0-9]+: 0f ae 31 xsaveopt \[ecx\]
19 #pass
This page took 0.029724 seconds and 4 git commands to generate.