URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [sparc/] [v9branch1.s] - Rev 156
Go to most recent revision | Compare with Previous | Blame | View Log
# Check if maximum possible branch distances for v9 branches are accepted .text brz,pt %o0, 1f nop .skip (128 * 1024 - 16) nop 1: nop .skip (128 * 1024 - 4) brz,pt %o0, 1b nop bne,pt %icc, 2f nop .skip (1024 * 1024 - 16) nop 2: nop .skip (1024 * 1024 - 4) bne,pt %icc, 2b nop
Go to most recent revision | Compare with Previous | Blame | View Log