Home | History | Annotate | Download | only in i386
      1 # Check 64bit RTM new instructions.
      2 
      3 	.text
      4 foo:
      5 	xabort $0x8
      6 1:
      7 	xbegin 1b
      8 	xbegin 2f
      9 2:
     10 	xend
     11 
     12 	.intel_syntax noprefix
     13 	xabort 0x8
     14 1:
     15 	xbegin 1b
     16 	xbegin 2f
     17 2:
     18 	xend
     19 	xtest
     20