gas/testsuite/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-xsave-intel.d
1 #source: x86-64-xsave.s
2 #as: -J
3 #objdump: -dw -Mintel
4 #name: x86-64 xsave (Intel mode)
5
6 .*: +file format .*
7
8 Disassembly of section .text:
9
10 0+ <_start>:
11 [ ]*[a-f0-9]+: 41 0f ae 29 xrstor \[r9\]
12 [ ]*[a-f0-9]+: 41 0f ae 21 xsave \[r9\]
13 [ ]*[a-f0-9]+: 0f 01 d0 xgetbv
14 [ ]*[a-f0-9]+: 0f 01 d1 xsetbv
15 [ ]*[a-f0-9]+: 0f ae 29 xrstor \[rcx\]
16 [ ]*[a-f0-9]+: 0f ae 21 xsave \[rcx\]
17 #pass
This page took 0.030412 seconds and 4 git commands to generate.