Home
last modified time | relevance | path

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

/linux/arch/x86/math-emu/
A Dreg_add_sub.c31 FPU_REG * dest, int deststnr, int control_w);
72 FPU_u_sub(a, b, dest, control_w, signa, in FPU_add()
76 FPU_u_sub(b, a, dest, control_w, signb, in FPU_add()
81 setsign(dest, ((control_w & CW_RC) != RC_DOWN) in FPU_add()
125 dest, deststnr, control_w); in FPU_add()
129 int FPU_sub(int flags, int rm, int control_w) in FPU_sub() argument
186 FPU_u_sub(a, b, dest, control_w, signa, in FPU_sub()
192 setsign(dest, ((control_w & CW_RC) != RC_DOWN) in FPU_sub()
267 dest, deststnr, control_w); in FPU_sub()
273 FPU_REG * dest, int deststnr, int control_w) in add_sub_specials() argument
[all …]
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);
A Dreg_mul.c30 int FPU_mul(FPU_REG const *b, u_char tagb, int deststnr, int control_w) in FPU_mul() argument
43 FPU_u_mul(a, b, dest, control_w, sign, in FPU_mul()
67 tag = FPU_u_mul(&x, &y, dest, control_w, sign, in FPU_mul()
A Dfpu_proto.h110 extern int FPU_add(FPU_REG const *b, u_char tagb, int destrnr, int control_w);
111 extern int FPU_sub(int flags, int rm, int control_w);
152 extern int FPU_mul(FPU_REG const *b, u_char tagb, int deststnr, int control_w);
154 extern int FPU_div(int flags, int regrm, int control_w);
A Dreg_divide.c28 int FPU_div(int flags, int rm, int control_w) in FPU_div() argument
81 tag = FPU_u_div(&x, &y, dest, control_w, sign); in FPU_div()
103 tag = FPU_u_div(&x, &y, dest, control_w, sign); in FPU_div()

Completed in 9 milliseconds