Home | History | Annotate | Download | only in frv
      1 	;; These instructions can be found in the FRV Linux kernel.
      2 	;; They used to fail to assemble on 64-bit host machines
      3 	;; because of sign-extension problems.
      4 
      5 	.text
      6 	.global foo
      7 foo:
      8 	setlos   #0xffffe000, gr3
      9 	sethi.p  %hi(~(0x80000000 | 0x40000000)), gr4
     10