Home | History | Annotate | Download | only in i386
      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]
     14