Searched refs:fprs (Results 1 - 20 of 20) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dvisasm.h16 rd %fprs, %o5; \
23 297: wr %g0, FPRS_FEF, %fprs; \
26 wr %g0, 0, %fprs;
32 rd %fprs, %o5; \
40 297: wr %o5, FPRS_FEF, %fprs; \
44 wr %o5, 0, %fprs;
49 " rd %%fprs, %%o5\n"
56 " 298: wr %%g0, 0, %%fprs\n"
H A Dsigcontext.h75 unsigned int fprs; member in struct:sigcontext::__anon9497
H A Dptrace.h19 unsigned int fprs; member in struct:pt_regs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/math-emu/
H A Dmath.c153 cvt.w.high = current->thread.fp_regs.fprs[rx].ui;
154 cvt.w.low = current->thread.fp_regs.fprs[rx+2].ui;
156 cvt.w.high = current->thread.fp_regs.fprs[ry].ui;
157 cvt.w.low = current->thread.fp_regs.fprs[ry+2].ui;
161 current->thread.fp_regs.fprs[rx].ui = cvt.w.high;
162 current->thread.fp_regs.fprs[rx+2].ui = cvt.w.low;
174 FP_UNPACK_DP(DA, &current->thread.fp_regs.fprs[rx].d);
175 FP_UNPACK_DP(DB, &current->thread.fp_regs.fprs[ry].d);
177 FP_PACK_DP(&current->thread.fp_regs.fprs[rx].d, DR);
189 FP_UNPACK_DP(DA, &current->thread.fp_regs.fprs[r
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dsigcontext.h54 double fprs[__NUM_FPRS]; member in struct:__anon9395
H A Dptrace.h202 freg_t fprs[NUM_FPRS]; member in struct:__anon9377
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dcpu.c71 unsigned long ver, fpu_vers, manuf, impl, fprs; local
80 fprs = fprs_read();
85 fprs_write(fprs);
H A Dsignal.c110 unsigned long fprs; local
113 err |= __get_user(fprs, &(ucp->uc_mcontext.mc_fpregs.mcfpu_fprs));
114 if (fprs & FPRS_DL)
118 if (fprs & FPRS_DU)
201 unsigned long fprs; local
203 fprs = current_thread_info()->fpsaved[0];
204 if (fprs & FPRS_DL)
207 if (fprs & FPRS_DU)
213 err |= __put_user(fprs, &(mcp->mc_fpregs.mcfpu_fprs));
265 unsigned long fprs; local
363 unsigned long fprs; local
[all...]
H A Drtrap.S121 rd %fprs, %l5
412 rd %fprs, %g1
414 wr %g1, FPRS_FEF, %fprs
438 5: wr %g0, FPRS_FEF, %fprs
447 wr %g0, FPRS_DU, %fprs
H A Dprocess.c737 unsigned long fprs = current_thread_info()->fpsaved[0]; local
742 if (fprs & FPRS_DL)
752 if (fprs & FPRS_FEF) {
760 if(fprs & FPRS_DL)
766 if(fprs & FPRS_DU)
772 if(fprs & FPRS_FEF) {
778 fpregs->pr_fprs = fprs;
H A Dsignal32.c229 unsigned long fprs; local
232 err = __get_user(fprs, &fpu->si_fprs);
235 if (fprs & FPRS_DL)
237 if (fprs & FPRS_DU)
241 current_thread_info()->fpsaved[0] |= fprs;
650 unsigned long fprs; local
653 fprs = current_thread_info()->fpsaved[0];
654 if (fprs & FPRS_DL)
657 if (fprs & FPRS_DU)
662 err |= __put_user(fprs,
[all...]
H A Detrap.S48 wr %g0, 0, %fprs
H A Dtrampoline.S313 wr %g0, 0, %fprs
H A Dentry.S40 rd %fprs, %g5
54 wr %g0, FPRS_FEF, %fprs
221 wr %g0, FPRS_FEF, %fprs ! clean DU/DL bits
362 rd %fprs, %g1
407 wr %g0, 0, %fprs
H A Dhead.S371 wr %g0, 0, %fprs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/lib/
H A DVISsave.S91 wr %g0, FPRS_FEF, %fprs
112 wr %g0, FPRS_FEF, %fprs
144 wr %o5, FPRS_FEF, %fprs
H A DU3memcpy.S14 #define VISEntryHalf rd %fprs, %o5; wr %g0, FPRS_FEF, %fprs; \
16 #define VISExitHalf and %o5, FPRS_FEF, %o5; wr %o5, 0x0, %fprs
18 #define VISEntryHalf rd %fprs, %o5; wr %g0, FPRS_FEF, %fprs
19 #define VISExitHalf and %o5, FPRS_FEF, %o5; wr %o5, 0x0, %fprs
H A Dxor.S28 rd %fprs, %o5
34 0: wr %g0, FPRS_FEF, %fprs
93 wr %g0, 0, %fprs
99 rd %fprs, %o5
105 0: wr %g0, FPRS_FEF, %fprs
161 wr %g0, 0, %fprs
167 rd %fprs, %o5
173 0: wr %g0, FPRS_FEF, %fprs
248 wr %g0, 0, %fprs
255 rd %fprs,
[all...]
H A DU1memcpy.S16 #define VISEntry rd %fprs, %o5; wr %g0, FPRS_FEF, %fprs; \
18 #define VISExit and %o5, FPRS_FEF, %o5; wr %o5, 0x0, %fprs
20 #define VISEntry rd %fprs, %o5; wr %g0, FPRS_FEF, %fprs
21 #define VISExit and %o5, FPRS_FEF, %o5; wr %o5, 0x0, %fprs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dcompat_linux.h109 freg_t32 fprs[__NUM_FPRS]; member in struct:__anon3757

Completed in 82 milliseconds