Searched refs:sp (Results 1 – 8 of 8) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/libsys/ |
| D | ind_gcnt.ppc | 26 ; 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 …]
|
| D | ind_mcnt.ppc | 26 ; 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 …]
|
| D | ind_call.ppc | 28 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 …]
|
| D | ind_stackcheck.c | 41 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-1/system/src/tool/CatLog/ |
| D | SerialLog.cs | 54 SerialPort sp = (SerialPort)sender; in port_DataReceived() 56 String data = sp.ReadExisting(); in port_DataReceived()
|
| /CafeSDK-2.12.13-1/system/include/cafe/os/ |
| D | OSCoroutine.h | 38 void OSInitCoroutine(OSCoroutine *coroutine, void *pc, void *sp);
|
| D | OSContext.h | 38 void OSInitContext ( OSContext* context, u32 pc, u32 sp );
|
| /CafeSDK-2.12.13-1/system/src/lib/mtx/ |
| D | mtx44Vec_asm.s | 79 #define rsp sp
|