URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gdb-7.2/] [sim/] [testsuite/] [sim/] [cr16/] [cmpb_i.cgs] - Rev 330
Compare with Previous | Blame | View Log
# cr16 testcase for cmpb $imm4, reg
# mach(): cr16
.include "testutils.inc"
start
.global cmpb_i
cmpb_i:
mvi_h_condbit 0
movw $0x2311, r4
cmpb $0x4211, r4
beq ok
not_ok:
fail
ok:
mvi_h_condbit 1
cmpb $0x4222,r4
beq not_ok
pass