Support AVX Programming Reference (June, 2010)
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / xsave-intel.d
CommitLineData
475a2301
L
1#source: xsave.s
2#as: -J
3#objdump: -dw -Mintel
4#name: i386 xsave (Intel mode)
5
6.*: +file format .*
7
8Disassembly of section .text:
9
100+ <_start>:
11[ ]*[a-f0-9]+: 0f ae 2b xrstor \[ebx\]
12[ ]*[a-f0-9]+: 0f ae 23 xsave \[ebx\]
c7b8aa3a 13[ ]*[a-f0-9]+: 0f ae 33 xsaveopt \[ebx\]
475a2301
L
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\]
c7b8aa3a 18[ ]*[a-f0-9]+: 0f ae 31 xsaveopt \[ecx\]
475a2301 19#pass
This page took 0.117947 seconds and 4 git commands to generate.