URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gdb-7.1/] [sim/] [testsuite/] [sim/] [cr16/] [bne.cgs] - Rev 842
Compare with Previous | Blame | View Log
# cr16 testcase for bne disp16
# mach(): cr16
.include "testutils.inc"
start
.global bne
bne:
movw $1, r4
movw $2, r5
cmpw r4,r5
bne test0pass
test1fail:
fail
test0pass:
movw $1, r5
cmpw r4,r5
bne test1fail
pass