Lines Matching +full:a +full:- +full:f0 +full:- +full:9
8 * Multi-arch abstraction and asm macros for easier reading:
21 #include <asm/asm-offsets.h>
33 .section __ex_table,"a"
39 * Save a thread's fp context.
52 * Restore a thread's fp context.
66 * Save a thread's MSA vector context.
75 * Restore a thread's MSA vector context.
92 * _save_fp_context() - save FP context from the FPU
93 * @a0 - pointer to fpregs field of sigcontext
94 * @a1 - pointer to fpc_csr field of sigcontext
140 EX sdc1 $f0, 0(a0)
163 * _restore_fp_context() - restore FP context to the FPU
164 * @a0 - pointer to fpregs field of sigcontext
165 * @a1 - pointer to fpc_csr field of sigcontext
205 EX ldc1 $f0, 0(a0)
254 op_one_wr \op, 9, a1
325 save_msa_upper 9, 0x48, a0
382 restore_msa_upper 9, 0x48, a0
415 fault: li v0, -EFAULT # failure