URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gdb-7.1/] [sim/] [testsuite/] [sim/] [cr16/] [ashub_i.cgs] - Rev 325
Go to most recent revision | Compare with Previous | Blame | View Log
# cr16 testcase for ashub $sr,$dr
# mach(): cr16
.include "testutils.inc"
start
.global ashub
ashub:
movw $0x12f1, r4
ashub $4, r4
cmpw $0x1210, r4
beq ok
not_ok:
fail
ok:
movw $0x12f1, r4
ashub $-4, r4
test_h_gr r4, 0x12ff
pass
Go to most recent revision | Compare with Previous | Blame | View Log