Home | History | Annotate | Download | only in microblaze
      1 	.section ".testsection"
      2 	.align	2
      3 	.globl	test_start
      4 	.ent	test_start
      5 	.type	test_start, @function
      6 test_start:
      7 	.frame	r19,8,r15		# vars= 0, regs= 1, args= 0
      8 	.mask	0x00080000
      9 	addik	r1,r1,-8
     10 	swi	r19,r1,4
     11 	addk	r19,r1,r0
     12 	addk	r1,r19,r0
     13 	lwi	r19,r1,4
     14 	addik	r1,r1,8
     15 	rtsd	r15,8
     16 	nop		# Unfilled delay slot
     17 
     18 	.end	test_start
     19 $Lfe1:
     20 	.size	test_start,$Lfe1-test_start
     21