Lines Matching refs:sp
32 subi sp, sp, 28
34 stw r22, 24(sp)
36 stw r8, 20(sp) /* save r8, because this might be a call to mcount */
38 stw r7, 16(sp)
40 stw r6, 12(sp)
42 stw r5, 8(sp)
44 stw r4, 4(sp)
46 stw ra, 0(sp)
66 ldw ra, 0(sp)
67 ldw r4, 4(sp)
68 ldw r5, 8(sp)
69 ldw r6, 12(sp)
70 ldw r7, 16(sp)
71 ldw r8, 20(sp)
72 ldw r22, 24(sp)
73 addi sp, sp, 28