Home | History | Annotate | Line # | Download | only in cr16
      1  1.1  christos # cr16 testcase for st $src1,@$src2
      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 st
      9  1.1  christos st:
     10  1.1  christos 	movd $data_loc,  (r4,r3)
     11  1.1  christos 	movw $1,r5
     12  1.1  christos 
     13  1.1  christos 	storw r5, 0(r4,r3)
     14  1.1  christos 
     15  1.1  christos 	loadw 0(r4,r3),r1
     16  1.1  christos 	test_h_gr r1, 1
     17  1.1  christos 
     18  1.1  christos 	pass
     19  1.1  christos 
     20  1.1  christos data_loc:
     21  1.1  christos 	.word 0
     22