x86: Remove restriction on NOTRACK prefix position
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / xsave.s
CommitLineData
475a2301
L
1# Check xsave/xrstor
2 .text
3_start:
4 xrstor (%ebx)
5 xsave (%ebx)
c7b8aa3a 6 xsaveopt (%ebx)
475a2301
L
7 xgetbv
8 xsetbv
9
10 .intel_syntax noprefix
11 xrstor [ecx]
12 xsave [ecx]
c7b8aa3a 13 xsaveopt [ecx]
This page took 0.473921 seconds and 4 git commands to generate.