Home | History | Annotate | Download | only in mips
      1 	.eqv	early_const,0x123456
      2 	lui	$4,%lo(%neg(%lo(bar-foo)))
      3 foo:
      4 	nop
      5 bar:
      6 	lui	$4,%lo(%neg(%lo(bar-foo)))
      7 	lui	$4,%hi(%gp_rel(early_const))
      8 	lui	$4,%lo(%neg(%gp_rel(late_const)))
      9 	.eqv	late_const,0x234567
     10