Home | History | Annotate | Line # | Download | only in cr16
      1  1.1  christos # cr16 testcase for lshb_i $uimm4, reg
      2  1.1  christos # mach(): cr16
      3  1.1  christos 
      4  1.1  christos 	.include "testutils.inc"
      5  1.1  christos 
      6  1.1  christos 	start
      7  1.1  christos 
      8  1.1  christos 	.global lshb_i
      9  1.1  christos lshb_i:
     10  1.1  christos 	movw $0x1234,r4
     11  1.1  christos 	lshw $8, r4
     12  1.1  christos 	test_h_gr r4, 0x3400
     13  1.1  christos 
     14  1.1  christos 	pass
     15