Lines Matching refs:spsr
184 * When invoked, r0 *must* contain the value of SPSR on the current
330 mrs r0, spsr; /* Get the SPSR */ \
331 str r0, [sp, #-TF_R0]! /* Push the SPSR on the stack */
389 ldr r0, [sp], #TF_R0; /* Pop the SPSR from stack */ \
437 mrs r3, spsr; /* Save xxx32 spsr */ \
456 msr spsr_fsxc, r3; /* Restore correct spsr */ \
461 mrs r0, spsr; /* Get the SPSR */ \
462 str r0, [sp, #-TF_R0]! /* Push the SPSR onto the stack */
476 ldr r0, [sp], #TF_R0; /* Pop the SPSR from stack */ \
477 msr spsr_fsxc, r0; /* restore SPSR */ \