Lines Matching refs:t0
48 PTR_LA t0, _C_LABEL(startsp) /* t0 := &startsp */
49 PTR_S sp, 0(t0) /* startsp := sp */
60 PTR_LA t0, _C_LABEL(ctorsp) /* t0 := &ctorsp */
61 PTR_S sp, 0(t0) /* ctorsp := sp */
78 PTR_LA t0, _C_LABEL(mainsp) /* t0 := &mainsp */
79 PTR_S sp, 0(t0) /* mainsp := sp */
92 PTR_LA t0, _C_LABEL(dtorsp) /* t0 := &dtorsp */
93 PTR_S sp, 0(t0) /* dtorsp := sp */