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

/linux-4.4.14/arch/x86/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) FPU_add() argument
55 FPU_u_add(a, b, dest, control_w, signa, expa, expb); FPU_add()
71 FPU_u_sub(a, b, dest, control_w, signa, FPU_add()
75 FPU_u_sub(b, a, dest, control_w, signb, FPU_add()
80 setsign(dest, ((control_w & CW_RC) != RC_DOWN) FPU_add()
124 dest, deststnr, control_w); FPU_add()
128 int FPU_sub(int flags, int rm, int control_w) FPU_sub() argument
185 FPU_u_sub(a, b, dest, control_w, signa, FPU_sub()
191 setsign(dest, ((control_w & CW_RC) != RC_DOWN) FPU_sub()
197 FPU_u_sub(b, a, dest, control_w, sign, expb, FPU_sub()
203 FPU_u_add(a, b, dest, control_w, SIGN_POS, expa, FPU_sub()
208 FPU_u_add(a, b, dest, control_w, SIGN_NEG, expa, FPU_sub()
266 dest, deststnr, control_w); FPU_sub()
272 FPU_REG * dest, int deststnr, int control_w) add_sub_specials()
287 setsign(dest, ((control_w & CW_RC) != RC_DOWN) add_sub_specials()
270 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) add_sub_specials() argument
H A Dreg_mul.c29 int FPU_mul(FPU_REG const *b, u_char tagb, int deststnr, int control_w) FPU_mul() argument
42 FPU_u_mul(a, b, dest, control_w, sign, FPU_mul()
66 tag = FPU_u_mul(&x, &y, dest, control_w, sign, FPU_mul()
H A Dreg_divide.c27 int FPU_div(int flags, int rm, int control_w) FPU_div() argument
80 tag = FPU_u_div(&x, &y, dest, control_w, sign); FPU_div()
102 tag = FPU_u_div(&x, &y, dest, control_w, sign); FPU_div()
H A Dcontrol_w.h2 | control_w.h |
H A Dfpu_emu.h193 FPU_REG * answ, unsigned int control_w, u_char sign,
196 FPU_REG * answ, unsigned int control_w, u_char sign,
199 FPU_REG * answ, unsigned int control_w, u_char sign);
201 FPU_REG * answ, unsigned int control_w, u_char sign,
204 unsigned int control_w, u_char sign);
209 unsigned int control_w, u_char sign);
H A Dreg_u_add.S14 | int control_w) |
31 #include "control_w.h"
H A Dfpu_arith.c15 #include "control_w.h"
H A Dfpu_proto.h109 extern int FPU_add(FPU_REG const *b, u_char tagb, int destrnr, int control_w);
110 extern int FPU_sub(int flags, int rm, int control_w);
151 extern int FPU_mul(FPU_REG const *b, u_char tagb, int deststnr, int control_w);
153 extern int FPU_div(int flags, int regrm, int control_w);
H A Dreg_u_sub.S13 | int control_w) |
32 #include "control_w.h"
H A Dpoly_2xm1.c17 #include "control_w.h"
H A Dreg_u_mul.S26 #include "control_w.h"
H A Dreg_constant.c17 #include "control_w.h"
H A Dfpu_aux.c17 #include "control_w.h"
H A Dpoly_atan.c18 #include "control_w.h"
H A Dpoly_l2.c17 #include "control_w.h"
H A Dpoly_tan.c17 #include "control_w.h"
H A Dload_store.c27 #include "control_w.h"
H A Dpoly_sin.c18 #include "control_w.h"
H A Dreg_compare.c20 #include "control_w.h"
H A Dreg_round.S17 | int FPU_round(FPU_REG *arg, unsigned int extent, unsigned int control_w) |
77 #include "control_w.h"
H A Dreg_u_div.S27 #include "control_w.h"
H A Derrors.c28 #include "control_w.h"
H A Dfpu_entry.c38 #include "control_w.h"
H A Dfpu_trig.c17 #include "control_w.h"
H A Dreg_ld_str.c27 #include "control_w.h"

Completed in 539 milliseconds