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

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Ds390fpu.c67 fpregs->fprs[1].d=currentfprs->fprs[1].d;
68 fpregs->fprs[3].d=currentfprs->fprs[3].d;
69 fpregs->fprs[5].d=currentfprs->fprs[5].d;
70 fpregs->fprs[7].d=currentfprs->fprs[7].d;
71 memcpy(&fpregs->fprs[8].d,&currentfprs->fprs[
[all...]
H A Dgdb-stub.c357 fpregs->fprs[1].d=
358 fpregs->fprs[3].d=
359 fpregs->fprs[5].d=
360 fpregs->fprs[7].d=0;
361 memset(&fpregs->fprs[8].d,0,sizeof(freg_t)*8);
H A Dprocess.c165 unsigned long fprs[4]; /* fpr 4 and 6 */ member in struct:stack_frame
181 /* save fprs, if used in last task */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dieee.h13 current->tss.fprs[R1].fd = current->tss.fprs[R1].fd +
14 current->tss.fprs[R2].fd;
19 current->tss.fprs[R1].fd = current->tss.fprs[R1].fd -
20 current->tss.fprs[R2].fd;
25 current->tss.fprs[R1].fd = current->tss.fprs[R1].fd *
26 current->tss.fprs[R2].fd;
31 current->tss.fprs[R
[all...]
H A Dgdb-stub.c359 fpregs->fprs[1].d=
360 fpregs->fprs[3].d=
361 fpregs->fprs[5].d=
362 fpregs->fprs[7].d=0;
363 memset(&fpregs->fprs[8].d,0,sizeof(freg_t)*8);
H A Dlinux32.h188 freg_t32 fprs[__NUM_FPRS]; member in struct:__anon625
H A Dprocess.c162 unsigned long fprs[2]; /* fpr 4 and 6 */ member in struct:stack_frame
178 /* save fprs, if used in last task */
H A Dsignal32.c303 err |= __put_user(fpregs.fprs[i].d, &sregs->fpregs.fprs[i].d);
332 err |= __get_user(fpregs.fprs[i].d, &sregs->fpregs.fprs[i].d);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dvisasm.h18 rd %fprs, %o5; \
24 297: wr %g0, FPRS_FEF, %fprs; \
27 wr %g0, 0, %fprs;
33 rd %fprs, %o5; \
40 297: wr %o5, FPRS_FEF, %fprs; \
44 wr %o5, 0, %fprs;
49 " rd %%fprs, %%o5\n"
55 " 298: wr %%g0, 0, %%fprs\n"
H A Dsigcontext.h75 unsigned int fprs; member in struct:sigcontext::__anon10905
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dvisasm.h18 rd %fprs, %o5; \
24 297: wr %g0, FPRS_FEF, %fprs; \
27 wr %g0, 0, %fprs;
33 rd %fprs, %o5; \
40 297: wr %o5, FPRS_FEF, %fprs; \
44 wr %o5, 0, %fprs;
49 " rd %%fprs, %%o5\n"
55 " 298: wr %%g0, 0, %%fprs\n"
H A Dsigcontext.h75 unsigned int fprs; member in struct:sigcontext::__anon6489
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/math-emu/
H A Dmath.c154 cvt.w.high = current->thread.fp_regs.fprs[rx].ui;
155 cvt.w.low = current->thread.fp_regs.fprs[rx+2].ui;
157 cvt.w.high = current->thread.fp_regs.fprs[ry].ui;
158 cvt.w.low = current->thread.fp_regs.fprs[ry+2].ui;
162 current->thread.fp_regs.fprs[rx].ui = cvt.w.high;
163 current->thread.fp_regs.fprs[rx+2].ui = cvt.w.low;
175 FP_UNPACK_DP(DA, &current->thread.fp_regs.fprs[rx].d);
176 FP_UNPACK_DP(DB, &current->thread.fp_regs.fprs[ry].d);
178 FP_PACK_DP(&current->thread.fp_regs.fprs[rx].d, DR);
190 FP_UNPACK_DP(DA, &current->thread.fp_regs.fprs[r
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dsigcontext.h41 double fprs[__NUM_FPRS]; member in struct:__anon10693
H A Dptrace.h143 freg_t fprs[NUM_FPRS]; member in struct:__anon10675
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dsigcontext.h39 double fprs[__NUM_FPRS]; member in struct:__anon10787
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Dsigcontext.h41 double fprs[__NUM_FPRS]; member in struct:__anon6277
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dsigcontext.h39 double fprs[__NUM_FPRS]; member in struct:__anon6371
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dcpu.c68 unsigned long ver, fpu_vers, manuf, impl, fprs; local
73 fprs = fprs_read();
78 fprs_write(fprs);
H A Dsignal.c147 unsigned long fprs; local
150 err |= __get_user(fprs, &(ucp->uc_mcontext.mc_fpregs.mcfpu_fprs));
151 if (fprs & FPRS_DL)
155 if (fprs & FPRS_DU)
238 unsigned long fprs; local
240 fprs = current->thread.fpsaved[0];
241 if (fprs & FPRS_DL)
244 if (fprs & FPRS_DU)
250 err |= __put_user(fprs, &(mcp->mc_fpregs.mcfpu_fprs));
386 unsigned long fprs; local
481 unsigned long fprs; local
[all...]
H A Drtrap.S114 rd %fprs, %l5
264 rd %fprs, %g5
266 wr %g5, FPRS_FEF, %fprs
289 5: wr %g0, FPRS_FEF, %fprs
298 wr %g0, FPRS_DU, %fprs
H A Dprocess.c729 unsigned long fprs = current->thread.fpsaved[0]; local
734 if (fprs & FPRS_DL)
744 if (fprs & FPRS_FEF) {
752 if(fprs & FPRS_DL)
758 if(fprs & FPRS_DU)
764 if(fprs & FPRS_FEF) {
770 fpregs->pr_fprs = fprs;
H A Dsignal32.c239 unsigned long fprs; local
242 err = __get_user(fprs, &fpu->si_fprs);
245 if (fprs & FPRS_DL)
247 if (fprs & FPRS_DU)
251 current->thread.fpsaved[0] |= fprs;
645 unsigned long fprs; local
648 fprs = current->thread.fpsaved[0];
649 if (fprs & FPRS_DL)
652 if (fprs & FPRS_DU)
657 err |= __put_user(fprs,
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/lib/
H A DVISsave.S80 wr %g0, FPRS_FEF, %fprs
98 wr %g0, FPRS_FEF, %fprs
126 wr %o5, FPRS_FEF, %fprs
H A DVISbzero.S194 wr %g0, FPRS_FEF, %fprs
259 wr %g0, 0, %fprs

Completed in 120 milliseconds

12