Lines Matching refs:t1
49 PTR_LA t1, _C_LABEL(startsp) /* load t1 := &startsp */
51 PTR_S sp, 0(t1) /* store startsp := stack pointer */
65 PTR_LA t1, _C_LABEL(ctorsp) /* load t1 := &ctorsp */
67 PTR_S sp, 0(t1) /* store ctorsp := stack pointer */
88 PTR_LA t1, _C_LABEL(mainsp) /* load t1 := &mainsp */
90 PTR_S sp, 0(t1) /* store mainsp := stack pointer */
107 PTR_LA t1, _C_LABEL(dtorsp) /* load t1 := &dtorsp */
109 PTR_S sp, 0(t1) /* store dtorsp := stack pointer */