Lines Matching full:save
98 @ On UP, we lazily save the VFP context. As a different
99 @ thread wants ownership of the VFP hardware, save the old
106 DBGSTR1 "save old state %p", r4
109 VFPFSTMIA r4, r5 @ save the working registers
112 tst r1, #FPEXC_EX @ is there additional state to save?
120 stmia r4, {r1, r5, r6, r8} @ save FPEXC, FPSCR, FPINST, FPINST2
125 @ need to reload it. No need to save the old state as on SMP,
126 @ we always save the state when we switch away from a thread.
222 @ Save the current VFP state
223 @ r0 - save location
225 DBGSTR1 "save VFP state %p", r0
226 VFPFSTMIA r0, r2 @ save the working registers
228 tst r1, #FPEXC_EX @ is there additional state to save?
235 stmia r0, {r1, r2, r3, r12} @ save FPEXC, FPSCR, FPINST, FPINST2