URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [gdb-5.3/] [sim/] [testsuite/] [sim/] [m32r/] [subx.cgs] - Rev 1765
Compare with Previous | Blame | View Log
# m32r testcase for subx $dr,$sr
# mach(): m32r m32rx
.include "testutils.inc"
start
.global subx
subx:
mvi_h_condbit 1
mvi_h_gr r4, 6
mvi_h_gr r5, 4
subx r4, r5
bc not_ok
test_h_gr r4, 1
mvi_h_condbit 1
mvi_h_gr r4, 4
mvi_h_gr r5, 4
subx r4, r5
bnc not_ok
test_h_gr r4, 0xffffffff
pass
not_ok:
fail