data/method/gdb/gdb-12.1/sim/testsuite/cr16/ashuw_i.cgs

25 lines
249 B
Plaintext
Raw Normal View History

2024-01-29 10:44:43 +08:00
# cr16 testcase for ashuw $sr,$dr
# mach(): cr16
.include "testutils.inc"
start
.global ashuw
ashuw:
movw $0x1ff1, r4
ashuw $12, r4
cmpw $0x1000, r4
beq ok
not_ok:
fail
ok:
movw $0x1ff1, r4
ashuw $-12, r4
test_h_gr r4, 0x1
pass