Lines Matching +full:80 +full:a
15 * - mfcr %a, cr<1, 2>
16 * - mfcr %a, cr<2, 2>
17 * - mtcr %a, cr<1, 2>
18 * - mtcr %a, cr<2, 2>
137 #define STW_FPU_REGS(a, b, c, d) \ argument
138 "stw %0, (%4, "#a")\n" \
143 #define LDW_FPU_REGS(a, b, c, d) \ argument
144 "ldw %0, (%4, "#a")\n" \
172 : "+a"(fpregs) in save_to_user_fp()
177 : "+a"(fpregs) in save_to_user_fp()
190 STW_FPU_REGS(64, 68, 80, 84) in save_to_user_fp()
199 STW_FPU_REGS(64, 68, 80, 84) in save_to_user_fp()
202 : "=a"(tmp1), "=a"(tmp2), "=a"(tmp3), in save_to_user_fp()
203 "=a"(tmp4), "+a"(fpregs) in save_to_user_fp()
234 : "+a"(fpregs) in restore_from_user_fp()
239 : "+a"(fpregs) in restore_from_user_fp()
251 LDW_FPU_REGS(64, 68, 80, 84) in restore_from_user_fp()
260 LDW_FPU_REGS(64, 68, 80, 84) in restore_from_user_fp()
264 : "=a"(tmp1), "=a"(tmp2), "=a"(tmp3), in restore_from_user_fp()
265 "=a"(tmp4), "+a"(fpregs) in restore_from_user_fp()