Home | History | Annotate | Download | only in tests
      1 #.text
      2 label:
      3 	call	*%eax
      4 	call	%eax
      5 	call	*(%eax)
      6 	call	(%eax)
      7 	call	label(,1)
      8 	call	label
      9 	call	label+5
     10 	call	*label
     11 	call	*label(%eax)
     12 	jmp	%fs:label
     13 	jmp	*%fs:label
     14