Fix compile time warnings about using possibly uninitialised variables in rs6000...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / xsave.s
1 # Check xsave/xrstor
2 .text
3 _start:
4 xrstor (%ebx)
5 xsave (%ebx)
6 xsaveopt (%ebx)
7 xgetbv
8 xsetbv
9
10 .intel_syntax noprefix
11 xrstor [ecx]
12 xsave [ecx]
13 xsaveopt [ecx]
This page took 0.040893 seconds and 4 git commands to generate.