URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [cris/] [labfloat.s] - Rev 156
Go to most recent revision | Compare with Previous | Blame | View Log
; Check if labels are mistaken for floats. ; Since we don't handle floats at all, "0f" should not be mistaken for a ; floating-point number at any time. .text .syntax no_register_prefix start: move.d 0f,r4 0: cmp.d 0b,r4
Go to most recent revision | Compare with Previous | Blame | View Log