Home | History | Annotate | Download | only in i860
      1 # Intel assembler directives:
      2 # The .dual, .enddual, and .atmp directives are valid only
      3 # in Intel syntax mode.  Check that we issue an error if in
      4 # AT&T/SVR4 mode.
      5 
      6 	.text
      7 
      8 	.atmp r31
      9 
     10 	.dual
     11 	fsub.ss	%f22,%f21,%f13
     12 	nop
     13 	.enddual
     14 
     15