URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [i860/] [dir-intel01.s] - Rev 215
Go to most recent revision | Compare with Previous | Blame | View Log
// Intel assembler directives: // Test that the .dual and .enddual directives are recognized and // function (i.e., that the dual bits are set properly). .text nop nop .dual fadd.ss f0,f1,f2 nop fadd.sd f2,f3,f4 nop fadd.dd f6,f8,f10 nop .enddual nop nop
Go to most recent revision | Compare with Previous | Blame | View Log