Searched refs:control_w (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A Dreg_add_sub.c24 #include "control_w.h"
30 FPU_REG *dest, int deststnr, int control_w);
36 int FPU_add(FPU_REG const *b, u_char tagb, int deststnr, int control_w) argument
56 tag = FPU_u_add(a, b, dest, control_w, signa, expa, expb);
76 tag = FPU_u_sub(a, b, dest, control_w, signa, expa, expb);
80 tag = FPU_u_sub(b, a, dest, control_w, signb, expb, expa);
86 setsign(dest, ((control_w & CW_RC) != RC_DOWN)
133 dest, deststnr, control_w);
138 int FPU_sub(int flags, int rm, int control_w) argument
203 tag = FPU_u_sub(a, b, dest, control_w, sign
292 add_sub_specials(FPU_REG const *a, u_char taga, u_char signa, FPU_REG const *b, u_char tagb, u_char signb, FPU_REG *dest, int deststnr, int control_w) argument
[all...]
H A Dreg_mul.c30 int FPU_mul(FPU_REG const *b, u_char tagb, int deststnr, int control_w) argument
44 tag = FPU_u_mul(a, b, dest, control_w, sign, exponent(a) + exponent(b));
69 tag = FPU_u_mul(&x, &y, dest, control_w, sign,
H A Dfpu_emu.h194 FPU_REG *answ, unsigned int control_w, u_char sign,
197 FPU_REG *answ, unsigned int control_w, u_char sign,
200 FPU_REG *answ, unsigned int control_w, u_char sign);
202 FPU_REG *answ, unsigned int control_w, u_char sign,
205 unsigned int control_w, u_char sign);
210 unsigned int control_w, u_char sign);
H A Dreg_divide.c27 int FPU_div(int flags, int rm, int control_w) argument
90 tag = FPU_u_div(&x, &y, dest, control_w, sign);
113 tag = FPU_u_div(&x, &y, dest, control_w, sign);
H A Dfpu_proto.h99 extern int FPU_add(FPU_REG const *b, u_char tagb, int destrnr, int control_w);
100 extern int FPU_sub(int flags, int rm, int control_w);
134 extern int FPU_mul(FPU_REG const *b, u_char tagb, int deststnr, int control_w);
136 extern int FPU_div(int flags, int regrm, int control_w);

Completed in 58 milliseconds