Searched refs:FPDATA (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/math-emu/
H A Dfp_emu.h53 FPDATA->fpsr |= 1 << (bit); \
57 FPDATA->fpsr &= 0xff00ffff; \
58 FPDATA->fpsr |= ((quotient) & 0xff) << 16; \
133 bset #(\bit&7),(FPD_FPSR+3-(\bit/8),FPDATA)
137 bclr #(\bit&7),(FPD_FPSR+3-(\bit/8),FPDATA)
141 btst #(\bit&7),(FPD_FPSR+3-(\bit/8),FPDATA)
H A Dfp_movem.S133 lea (FPD_FPREG,FPDATA),%a1
221 lea (FPD_FPCR,FPDATA,%d0.w*4),%a1
238 move.l %a0,(FPD_FPIAR,FPDATA)
240 1: move.l (FPD_FPIAR,FPDATA),%a0
293 lea (FPD_FPCR,FPDATA),%a1
318 and.l #0x0000fff0,(FPD_FPCR,FPDATA)
319 and.l #0x0ffffff8,(FPD_FPSR,FPDATA)
320 move.l (FPD_FPCR,FPDATA),%d0
324 move.w %d1,(FPD_RND,FPDATA)
328 move.w %d1,(FPD_PREC,FPDATA)
[all...]
H A Dfp_arith.c85 if (FPDATA->rnd == FPCR_ROUND_RM)
137 FPDATA->temp[1] = *dest;
139 return fp_fadd(&FPDATA->temp[1], src);
637 fp_roundint(dest, FPDATA->rnd);
682 oldround = FPDATA->rnd;
683 FPDATA->rnd = FPCR_ROUND_RZ;
685 FPDATA->rnd = oldround;
H A Dfp_scan.S61 | FPDATA - base of emulated FPU registers
89 clr.b (FPD_FPSR+2,FPDATA) | clear the exception byte
93 lea (FPD_TEMPFP1,FPDATA),%a1 | copy src into a temp location
101 clr.b (FPD_FPSR+2,FPDATA) | clear the exception byte
141 lea (FPD_TEMPFP1,FPDATA),%a0
241 lea (FPD_TEMPFP1,FPDATA),%a0
H A Dfp_cond.S176 move.l (FPD_FPSR,FPDATA),%d1
183 move.l %d1,(FPD_FPSR,FPDATA)
H A Dfp_move.S46 clr.b (2+FPD_FPSR,FPDATA)
78 lea (FPD_TEMPFP1,FPDATA),%a1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-frv/
H A Dmath-emu.h127 #define FPDATA ((struct fp_data *)current->thread.fp) macro
131 #define FPDATA %a2 macro
160 lea (FPD_FPREG,FPDATA,%d0.w*4),%a0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dmath-emu.h127 #define FPDATA ((struct fp_data *)current->thread.fp) macro
131 #define FPDATA %a2 macro
160 lea (FPD_FPREG,FPDATA,%d0.w*4),%a0

Completed in 160 milliseconds