You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
174 B

# cr16 testcase for lshb count, reg
# mach(): cr16
.include "testutils.inc"
start
.global lshb
lshb:
movb $6, r4
movb $1, r5
lshb r5, r4
test_h_gr r4, 12
pass