Home
last modified time | relevance | path

Searched refs:lr (Results 1 – 25 of 47) sorted by relevance

12

/TwlSDK-5.5/build/libraries/os/common/src/
Dos_systemCall.c25 bx lr in SVC_WaitByLoop()
34 bx lr
43 bx lr in SVC_WaitVBlankIntr()
50 bx lr in SVC_Halt()
57 bx lr in SVC_Div()
65 bx lr in SVC_DivRem()
72 bx lr in SVC_CpuSet()
79 bx lr in SVC_CpuSetFast()
86 bx lr in SVC_Sqrt()
93 bx lr in SVC_GetCRC16()
[all …]
Dos_callTrace.c23 SDK_WEAK_SYMBOL asm void __PROFILE_ENTRY( void ){ bx lr } in __PROFILE_ENTRY()
24 SDK_WEAK_SYMBOL asm void __PROFILE_EXIT( void ){ bx lr } in __PROFILE_EXIT()
32 void OSi_DumpCurrentLr(u32 lr, int strIndex);
64 stmfd sp!, {lr} in OS_EnableCallTrace()
66 ldmfd sp!, {lr} in OS_EnableCallTrace()
68 bxeq lr in OS_EnableCallTrace()
75 bx lr in OS_EnableCallTrace()
92 stmfd sp!, {lr} in OS_DisableCallTrace()
94 ldmfd sp!, {lr} in OS_DisableCallTrace()
96 bxeq lr in OS_DisableCallTrace()
[all …]
Dos_system.c46 bx lr in OS_EnableInterrupts()
66 bx lr in OS_DisableInterrupts()
87 bx lr in OS_RestoreInterrupts()
110 bx lr in OS_EnableInterrupts_IrqAndFiq()
130 bx lr in OS_DisableInterrupts_IrqAndFiq()
151 bx lr in OS_RestoreInterrupts_IrqAndFiq()
169 bx lr in OS_GetCpsrIrq()
193 bx lr in OS_GetProcMode()
220 bx lr in OS_SpinWaitCpuCycles()
Dos_functionCost.c23 SDK_WEAK_SYMBOL asm void __PROFILE_ENTRY( void ){ bx lr } in __PROFILE_ENTRY()
24 SDK_WEAK_SYMBOL asm void __PROFILE_EXIT( void ){ bx lr } in __PROFILE_EXIT()
60 stmfd sp!, {lr} in OS_EnableFunctionCost()
62 ldmfd sp!, {lr} in OS_EnableFunctionCost()
64 bxeq lr in OS_EnableFunctionCost()
71 bx lr in OS_EnableFunctionCost()
88 stmfd sp!, {lr} in OS_DisableFunctionCost()
90 ldmfd sp!, {lr} in OS_DisableFunctionCost()
92 bxeq lr in OS_DisableFunctionCost()
99 bx lr in OS_DisableFunctionCost()
[all …]
Dos_exception.c80 bx lr in OS_SetExceptionVectorUpper()
97 bx lr in OS_SetExceptionVectorLower()
183 stmia r12, {r0-r4,sp,lr} in OSi_DebuggerExceptionHook()
234 stmfd r12!, {r0-r3,sp,lr} in OSi_DebuggerExceptionHook()
238 ldmfd sp!, {r0-r3,r12,lr} in OSi_DebuggerExceptionHook()
244 ldmia r12, {r0-r4,sp,lr} in OSi_DebuggerExceptionHook()
249 bx lr in OSi_DebuggerExceptionHook()
308 movne lr, pc in OSi_ExceptionHandler()
319 stmfd r12!, {r0-r3,sp,lr} in OSi_ExceptionHandler()
350 ldmfd sp!, {r0-r3, r12, lr} in OSi_ExceptionHandler()
[all …]
Dos_context.c78 bx lr // Start here and switch arm/thumb mode in OS_InitContext()
97 stmfd sp!, { lr, r0 } in OS_SaveContext()
101 ldmfd sp!, { lr, r0 } in OS_SaveContext()
125 bx lr in OS_SaveContext()
149 stmfd sp!, { lr, r0 } in OS_LoadContext()
154 ldmfd sp!, { lr, r0 } in OS_LoadContext()
173 ldr lr, [ r0, #OS_CONTEXT_PC_PLUS4 - OS_CONTEXT_R0 ] in OS_LoadContext()
206 subs pc, lr, #4 in OS_LoadContext()
241 OS_TPrintf("LR %08x\n", context->lr); in OS_DumpContext()
Dos_profile.c24 bx lr in __PROFILE_ENTRY()
28 bx lr in __PROFILE_EXIT()
Dos_irqHandler_inTCM.c48 stmfd sp!, { lr } // Save LR in OS_IrqHandler()
60 bxeq lr in OS_IrqHandler()
71 bxeq lr in OS_IrqHandler()
119 ldr lr, =OS_IrqHandler_ThreadSwitch in OS_IrqHandler()
236 mov lr, pc in OS_IrqHandler_ThreadSwitch()
/TwlSDK-5.5/build/libraries/os/ARM9/src/
Dos_protectionRegion.c43 bx lr in OS_EnableICacheForProtectionRegion()
52 bx lr in OS_DisableICacheForProtectionRegion()
74 bx lr in OS_GetICacheEnableFlagsForProtectionRegion()
108 bx lr in OS_SetIPermissionsForProtectionRegion()
130 bx lr in OS_GetIPermissionsForProtectionRegion()
155 bx lr in OS_EnableDCacheForProtectionRegion()
164 bx lr in OS_DisableDCacheForProtectionRegion()
186 bx lr in OS_GetDCacheEnableFlagsForProtectionRegion()
220 bx lr in OS_SetDPermissionsForProtectionRegion()
242 bx lr in OS_GetDPermissionsForProtectionRegion()
[all …]
Dos_cache.c45 bx lr in DC_Enable()
64 bx lr in DC_Disable()
89 bx lr in DC_Restore()
108 bx lr in DC_InvalidateAll()
137 bx lr in DC_StoreAll()
170 bx lr in DC_FlushAll()
196 bx lr in DC_InvalidateRange()
220 bx lr in DC_StoreRange()
246 bx lr in DC_FlushRange()
272 bx lr in DC_TouchRange()
[all …]
Dos_tcm.c37 bx lr in OS_EnableITCM()
54 bx lr in OS_DisableITCM()
70 bx lr in OS_SetITCMParam()
86 bx lr in OS_GetITCMParam()
106 bx lr in OS_EnableDTCM()
123 bx lr in OS_DisableDTCM()
140 bx lr in OS_SetDTCMParam()
157 bx lr in OS_GetDTCMParam()
185 bx lr in OS_SetDTCMAddress()
206 bx lr in OS_GetDTCMAddress()
Dos_protectionUnit.c37 bx lr in OS_EnableProtectionUnit()
54 bx lr in OS_DisableProtectionUnit()
/TwlSDK-5.5/build/libraries/mi/common/src/
Dmi_memory.c113 bx lr in MIi_CpuClear16()
148 bx lr in MIi_CpuCopy16()
178 bx lr in MIi_CpuSend16()
204 bx lr in MIi_CpuRecv16()
230 bx lr in MIi_CpuPipe16()
256 bx lr in CpuCopy16Reverse()
352 bx lr in MIi_CpuClear32()
377 bx lr in MIi_CpuCopy32()
402 bx lr in MIi_CpuSend32()
427 bx lr in MIi_CpuRecv32()
[all …]
Dmi_swap.c46 bx lr in MI_SwapWord()
62 bx lr in MI_SwapByte()
Dmi_uncompress.c59 stmfd sp!, {r4-r11, lr} in MI_UnpackBits()
109 ldmfd sp!, {r4-r11, lr} in MI_UnpackBits()
110 bx lr in MI_UnpackBits()
143 stmfd sp!, {r4-r7, lr} in MI_UncompressLZ8()
211 @26: ldmfd sp!, {r4-r7, lr} in MI_UncompressLZ8()
212 bx lr in MI_UncompressLZ8()
248 stmfd sp!, {r4-r11, lr} in MI_UncompressLZ16()
347 @36: ldmfd sp!, {r4-r11, lr} in MI_UncompressLZ16()
348 bx lr in MI_UncompressLZ16()
398 stmfd sp!, {r4-r11, lr} in MI_UncompressHuffman()
[all …]
Dmi_uncomp_stream.c182 bx lr in MI_ReadUncompRL8()
279 bx lr in MI_ReadUncompRL16()
428 bx lr in MI_ReadUncompLZ8()
448 stmfd sp!, {r4-r12,lr} in MI_ReadUncompLZ16()
606 ldmfd sp!, {r4-r12,lr} in MI_ReadUncompLZ16()
607 bx lr in MI_ReadUncompLZ16()
627 stmfd sp!, {r4-r12, lr} in MI_ReadUncompHuffman()
728 ldmfd sp!, {r4-r12, lr} in MI_ReadUncompHuffman()
729 bx lr in MI_ReadUncompHuffman()
/TwlSDK-5.5/build/demos/os/exceptionDisplay-2/src/
Dmain.c79 stmfd sp!,{r4,lr} in _s32_div_f()
100 ldmfd sp!,{r4,lr} in _s32_div_f()
101 bx lr in _s32_div_f()
/TwlSDK-5.5/build/libraries/gx/ARM9/src/
Dgxasm.c32 bx lr in GX_SendFifo48B()
45 bx lr in GX_SendFifo64B()
62 bx lr in GX_SendFifo128B()
/TwlSDK-5.5/build/demos/os/callTrace-1/src/
Dmain.c20 SDK_WEAK_SYMBOL asm void __PROFILE_ENTRY( void ){ bx lr } in __PROFILE_ENTRY()
21 SDK_WEAK_SYMBOL asm void __PROFILE_EXIT( void ){ bx lr } in __PROFILE_EXIT()
/TwlSDK-5.5/include/nitro/os/common/
DcallTrace.h259 void OSi_SetCallTraceEntry(const char *name, u32 lr);
261 static inline void OSi_SetCallTraceEntry(const char *name, u32 lr);
/TwlSDK-5.5/build/libraries/fx/common/src/
Dfx_mtx22.c36 bx lr in MTX_Identity22_()
48 bx lr in MTX_Transpose22_()
60 bx lr in MTX_Scale22_()
71 bx lr in MTX_Rot22_()
Dfx_mtx33.c38 bx lr in MTX_Identity33_()
55 bx lr in MTX_Copy33To43_()
78 bx lr in MTX_Copy33To44_()
92 bx lr in MTX_Transpose33_()
107 bx lr in MTX_Scale33_()
165 bx lr in MTX_RotX33_()
186 bx lr in MTX_RotY33_()
205 bx lr in MTX_RotZ33_()
/TwlSDK-5.5/build/libraries/init/ARM9.TWL/src/
Dcrt0.FLX.c390 ldr lr, =HW_RESET_VECTOR in _start()
409 bx lr in INITi_CpuClear32()
473 bx lr in INITi_InitCoprocessor()
511 mov r12, lr in INITi_InitRegion()
674 stmfd sp!, {lr} in INITi_DoAutoload()
813 ldmfd sp!, {lr} in INITi_DoAutoload()
832 bxeq lr in INITi_ShelterStaticInitializer()
855 bx lr in INITi_ShelterStaticInitializer()
870 stmdb sp!, {lr} in INITi_CallStaticInitializers()
894 ldmia sp!, {lr} in INITi_CallStaticInitializers()
[all …]
/TwlSDK-5.5/build/libraries/cp/common/src/
Dcp_context.c53 bx lr in CP_SaveContext()
86 bx lr in CPi_RestoreContext()
/TwlSDK-5.5/build/demos/os/callTrace-2/src/
Dmain.c37 SDK_WEAK_SYMBOL asm void __PROFILE_ENTRY( void ){ bx lr } in __PROFILE_ENTRY()
38 SDK_WEAK_SYMBOL asm void __PROFILE_EXIT( void ){ bx lr } in __PROFILE_EXIT()

12