2009-11-18 Sebastian Pop <sebastian.pop@amd.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / xsave.d
1 #objdump: -dw
2 #name: i386 xsave
3
4 .*: file format .*
5
6 Disassembly of section .text:
7
8 0+ <_start>:
9 [ ]*[a-f0-9]+: 0f ae 2b xrstor \(%ebx\)
10 [ ]*[a-f0-9]+: 0f ae 23 xsave \(%ebx\)
11 [ ]*[a-f0-9]+: 0f 01 d0 xgetbv
12 [ ]*[a-f0-9]+: 0f 01 d1 xsetbv
13 [ ]*[a-f0-9]+: 0f ae 29 xrstor \(%ecx\)
14 [ ]*[a-f0-9]+: 0f ae 21 xsave \(%ecx\)
15 #pass
This page took 0.029238 seconds and 4 git commands to generate.