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/] [cris/] [labfloat.s] - Rev 215
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