Lines Matching refs:r1

176     ldr       r1, [r0, #4]  in OSi_DebuggerExceptionHook()
178 tst r1, #0x20 in OSi_DebuggerExceptionHook()
183 ldr r1, =0x0000EFFF in OSi_DebuggerExceptionHook()
184 cmp r0, r1 in OSi_DebuggerExceptionHook()
186 ldr r1, =0x0000DEFE in OSi_DebuggerExceptionHook()
187 cmp r0, r1 in OSi_DebuggerExceptionHook()
189 ldr r1, =0x0000BE00 in OSi_DebuggerExceptionHook()
190 cmp r0, r1 in OSi_DebuggerExceptionHook()
196 ldr r1, =0xE7FFFFFF in OSi_DebuggerExceptionHook()
197 cmp r0, r1 in OSi_DebuggerExceptionHook()
199 ldr r1, =0xE7FDDEFE in OSi_DebuggerExceptionHook()
200 cmp r0, r1 in OSi_DebuggerExceptionHook()
202 ldr r1, =0xE6000010 in OSi_DebuggerExceptionHook()
203 cmp r0, r1 in OSi_DebuggerExceptionHook()
208 ldmia r12, {r0-r1} in OSi_DebuggerExceptionHook()
300 mrs r1, CPSR in OSi_ExceptionHandler()
301 and r1, r1, #0x1f in OSi_ExceptionHandler()
304 teq r1, #0x17 in OSi_ExceptionHandler()
311 teq r1, #0x1b in OSi_ExceptionHandler()
372 ldr r1, =OSi_ExContext; in OSi_SetExContext() local
377 str r2, [r1, #OSiExContext.debug[1] ] in OSi_SetExContext()
381 str r0, [r1, #OSiExContext.exinfo ] in OSi_SetExContext()
385 str r0, [r1, #OS_CONTEXT_R0] in OSi_SetExContext()
387 str r0, [r1, #OS_CONTEXT_R1] in OSi_SetExContext()
389 str r0, [r1, #OS_CONTEXT_R2] in OSi_SetExContext()
391 str r0, [r1, #OS_CONTEXT_R3] in OSi_SetExContext()
396 add r0, r1, #OS_CONTEXT_R4 in OSi_SetExContext()
401 str r12, [r1, #OSiExContext.debug[0] ] in OSi_SetExContext()
407 str r0, [r1, #OSiExContext.cp15 ] in OSi_SetExContext()
409 str r3, [r1, #OS_CONTEXT_CPSR] in OSi_SetExContext()
411 str r0, [r1, #OS_CONTEXT_R12] in OSi_SetExContext()
413 str r0, [r1, #OS_CONTEXT_PC_PLUS4] in OSi_SetExContext()
417 str r0, [r1, #OSiExContext.cp15] in OSi_SetExContext()
419 str r3, [r1, #OS_CONTEXT_CPSR] in OSi_SetExContext()
421 str r0, [r1, #OS_CONTEXT_R12] in OSi_SetExContext()
423 str r0, [r1, #OS_CONTEXT_PC_PLUS4] in OSi_SetExContext()
434 str sp, [r1, #OS_CONTEXT_R13] in OSi_SetExContext()
435 str lr, [r1, #OS_CONTEXT_R14] in OSi_SetExContext()
440 str r2, [r1, #OSiExContext.debug[3] ] in OSi_SetExContext()
504 ldr r1, =0x9f in OSi_DisplayExContext()
505 msr CPSR_cxsf, r1 in OSi_DisplayExContext()
506 mov r1, sp in OSi_DisplayExContext()
508 stmfd sp!, {r1,r2} in OSi_DisplayExContext()
516 ldr r1, =OSi_UserExceptionHandlerArg in OSi_DisplayExContext()
517 ldr r1, [r1] in OSi_DisplayExContext()
530 ldmfd sp!, {r1,r2} in OSi_DisplayExContext()
531 mov sp, r1 in OSi_DisplayExContext()