Lines Matching +full:a +full:- +full:f0 +full:- +full:9
8 * Multi-arch abstraction and asm macros for easier reading:
20 #include <asm/asm-offsets.h>
23 #define EX(a,b) \ argument
24 9: a,##b; \
25 .section __ex_table,"a"; \
26 PTR 9b,fault; \
29 #define EX2(a,b) \ argument
30 9: a,##b; \
31 .section __ex_table,"a"; \
32 PTR 9b,bad_stack; \
33 PTR 9b+4,bad_stack; \
39 * Save a thread's fp context.
48 * Restore a thread's fp context.
58 * _save_fp_context() - save FP context from the FPU
59 * @a0 - pointer to fpregs field of sigcontext
60 * @a1 - pointer to fpc_csr field of sigcontext
70 EX2(s.d $f0, 0(a0))
92 * _restore_fp_context() - restore FP context to the FPU
93 * @a0 - pointer to fpregs field of sigcontext
94 * @a1 - pointer to fpc_csr field of sigcontext
104 EX2(l.d $f0, 0(a0))
128 fault: li v0, -EFAULT