Lines Matching refs:stw
42 stw ra, 0(sp)
44 stw at, 8(sp)
45 stw r2, 12(sp)
46 stw r3, 16(sp)
47 stw r4, 20(sp)
48 stw r5, 24(sp)
49 stw r6, 28(sp)
50 stw r7, 32(sp)
51 stw r8, 36(sp)
52 stw r9, 40(sp)
53 stw r10, 44(sp)
54 stw r11, 48(sp)
55 stw r12, 52(sp)
56 stw r13, 56(sp)
57 stw r14, 60(sp)
58 stw r15, 64(sp)
60 stw r5, 68(sp)
62 stw r15, 72(sp) # Save as EA
63 stw r16, 76(sp) # Save the remaining registers
64 stw r17, 80(sp)
65 stw r18, 84(sp)
66 stw r19, 88(sp)
67 stw r20, 92(sp)
68 stw r21, 96(sp)
69 stw r22, 100(sp)
70 stw r23, 104(sp)
71 stw gp, 108(sp)
72 stw fp, 112(sp)
77 stw sp, (et) # Store the stack pointer into the top of the TCB
133 …stw ea, 72(sp) # EA is PC+4 so will skip over instruction causing excepti…