Home | History | Annotate | Download | only in xtensa
      1 	.text
      2 	.align	4
      3 	.literal	.L0, 0x12345
      4 	.literal	.L1, 0x12345
      5 
      6 f:
      7 	l32r	a2, .L0
      8 	.rep	44000
      9 	_nop
     10 	_nop
     11 	.endr
     12 	l32r	a2, .L1
     13 	ret
     14