Home
last modified time | relevance | path

Searched refs:sp (Results 1 – 8 of 8) sorted by relevance

/CafeSDK-2.12.13/system/src/lib/libsys/
Dind_gcnt.ppc26 ; Call with 4(sp) holding the address of a count variable, which we will
33 e_stwu sp, -SF(sp) ; make a stack frame
34 se_stw r3, 8(sp) ; save all arg regs
35 se_stw r4, 12(sp)
36 se_stw r5, 16(sp)
37 se_stw r6, 20(sp)
38 se_stw r7, 24(sp)
39 e_stw r8, 28(sp)
40 e_stw r9, 32(sp)
41 e_stw r10, 36(sp)
[all …]
Dind_mcnt.ppc26 ; Call with 4(sp) holding the address of a count variable, which we will
33 e_stwu sp, -SF(sp) ; make a stack frame
34 se_stw r3, 8(sp) ; save all arg regs
35 se_stw r4, 12(sp)
36 se_stw r5, 16(sp)
37 se_stw r6, 20(sp)
38 se_stw r7, 24(sp)
39 e_stw r8, 28(sp)
40 e_stw r9, 32(sp)
41 e_stw r10, 36(sp)
[all …]
Dind_call.ppc28 se_stw r0, 4(sp) # ''
29 e_stwu sp, -8(sp) # ''
42 se_lwz r0, 12(sp) # epilog
44 se_addi sp, 8 # ''
67 std r0, 16(sp)
68 stdu sp, -112(sp) # 6(header)+8(parm save area) double words
70 std r0, 8(sp)
71 stdu sp, -16(sp)
74 stw r0, 4(sp) # ''
75 stwu sp, -8(sp) # ''
[all …]
Dind_stackcheck.c41 void *sp = __get_stack_pointer(); in __stkchk() local
44 void *sp = (void *)&loc; in __stkchk() local
49 if(sp <= (void *)thread->stackEnd) { in __stkchk()
/CafeSDK-2.12.13/system/src/tool/CatLog/
DSerialLog.cs54 SerialPort sp = (SerialPort)sender; in port_DataReceived()
56 String data = sp.ReadExisting(); in port_DataReceived()
/CafeSDK-2.12.13/system/include/cafe/os/
DOSCoroutine.h38 void OSInitCoroutine(OSCoroutine *coroutine, void *pc, void *sp);
DOSContext.h38 void OSInitContext ( OSContext* context, u32 pc, u32 sp );
/CafeSDK-2.12.13/system/src/lib/mtx/
Dmtx44Vec_asm.s79 #define rsp sp