16 lines
212 B
Text
16 lines
212 B
Text
|
# cr16 testcase for lshd reg, regp
|
||
|
# mach(): cr16
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global lshd
|
||
|
lshd:
|
||
|
movd $0x12345678, (r4,r3)
|
||
|
movw $0x10, r5
|
||
|
lshd r5, (r4,r3)
|
||
|
test_h_grp "(r4,r3)", 0x56780000
|
||
|
|
||
|
pass
|