x86: Remove i386-*-kaos* and i386-*-chaos targets
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / xsaves-intel.d
1 #as:
2 #objdump: -dw -Mintel
3 #name: i386 XSAVES insns (Intel disassembly)
4 #source: xsaves.s
5
6 .*: +file format .*
7
8
9 Disassembly of section \.text:
10
11 00000000 <_start>:
12 [ ]*[a-f0-9]+:[ ]*0f c7 29[ ]*xsaves \[ecx\]
13 [ ]*[a-f0-9]+:[ ]*0f c7 ac f4 c0 1d fe ff[ ]*xsaves \[esp\+esi\*8-0x1e240\]
14 [ ]*[a-f0-9]+:[ ]*0f c7 19[ ]*xrstors \[ecx\]
15 [ ]*[a-f0-9]+:[ ]*0f c7 9c f4 c0 1d fe ff[ ]*xrstors \[esp\+esi\*8-0x1e240\]
16 [ ]*[a-f0-9]+:[ ]*0f c7 29[ ]*xsaves \[ecx\]
17 [ ]*[a-f0-9]+:[ ]*0f c7 ac f4 c0 1d fe ff[ ]*xsaves \[esp\+esi\*8-0x1e240\]
18 [ ]*[a-f0-9]+:[ ]*0f c7 19[ ]*xrstors \[ecx\]
19 [ ]*[a-f0-9]+:[ ]*0f c7 9c f4 c0 1d fe ff[ ]*xrstors \[esp\+esi\*8-0x1e240\]
20 #pass
This page took 0.030488 seconds and 4 git commands to generate.