15 lines
164 B
Plaintext
15 lines
164 B
Plaintext
|
# cr16 testcase for lshb_i $uimm5, reg
|
||
|
# mach(): cr16
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.global lshb_i
|
||
|
lshb_i:
|
||
|
movb $6,r4
|
||
|
lshb $1, r4
|
||
|
test_h_gr r4, 12
|
||
|
|
||
|
pass
|