URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gdb-7.2/] [sim/] [testsuite/] [sim/] [cr16/] [bne.cgs] - Rev 438
Go to most recent revision | 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
Go to most recent revision | Compare with Previous | Blame | View Log