URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [gdb-5.3/] [sim/] [testsuite/] [sim/] [m32r/] [bc24.cgs] - Rev 1765
Compare with Previous | Blame | View Log
# m32r testcase for bc $disp24
# mach(): m32r m32rx
.include "testutils.inc"
start
.global bc24
bc24:
mvi_h_condbit 0
bc.l test0fail
bra test0pass
test0fail:
fail
test0pass:
mvi_h_condbit 1
bc.l test1pass
fail
test1pass:
pass