14 lines
201 B
Text
14 lines
201 B
Text
# cr16 testcase for lshb_i $uimm5, regp
|
|
# mach(): cr16
|
|
|
|
.include "testutils.inc"
|
|
|
|
start
|
|
|
|
.global lshb_i
|
|
lshb_i:
|
|
movd $0x12345678,(r4,r3)
|
|
lshd $16, (r4,r3)
|
|
test_h_grp "(r4,r3)", 0x56780000
|
|
|
|
pass
|