gas/testsuite/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-xsave.s
1 # Check 64bit xsave/xrstor
2 .text
3 _start:
4 xrstor (%r9)
5 xsave (%r9)
6 xgetbv
7 xsetbv
8
9 .intel_syntax noprefix
10 xrstor [rcx]
11 xsave [rcx]
This page took 0.035929 seconds and 4 git commands to generate.