Home | History | Annotate | Download | only in sparc

Lines Matching refs:o5

74 	PIC_PROLOGUE(%g1, %o5)			/* g1 := &GOT, clobber o5 */
75 SETHI(_C_LABEL(ctorsp), %g1, %o5) /* o5 := &ctorsp */
77 st %sp, [LO(_C_LABEL(ctorsp), %o5)] /* ctorsp := sp */
95 PIC_PROLOGUE(%g1, %o5) /* g1 := &GOT, clobber o5 */
96 SETHI(_C_LABEL(mainsp), %g1, %o5) /* o5 := &mainsp */
97 st %sp, [LO(_C_LABEL(mainsp), %o5)] /* mainsp := sp */
111 PIC_PROLOGUE(%g1, %o5) /* g1 := &GOT, clobber o5 */
112 SETHI(_C_LABEL(dtorsp), %g1, %o5) /* o5 := &dtorsp - &GOT */
113 st %sp, [LO(_C_LABEL(dtorsp), %o5)] /* dtorsp := sp */
114 mov %o7, %o5 /* save return address */
116 mov %o5, %o7 /* restore return address */