/linux-4.4.14/arch/x86/math-emu/ |
H A D | reg_add_sub.c | 24 #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 D | reg_mul.c | 29 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 D | reg_divide.c | 27 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 D | control_w.h | 2 | control_w.h |
|
H A D | fpu_emu.h | 193 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 D | reg_u_add.S | 14 | int control_w) | 31 #include "control_w.h"
|
H A D | fpu_arith.c | 15 #include "control_w.h"
|
H A D | fpu_proto.h | 109 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 D | reg_u_sub.S | 13 | int control_w) | 32 #include "control_w.h"
|
H A D | poly_2xm1.c | 17 #include "control_w.h"
|
H A D | reg_u_mul.S | 26 #include "control_w.h"
|
H A D | reg_constant.c | 17 #include "control_w.h"
|
H A D | fpu_aux.c | 17 #include "control_w.h"
|
H A D | poly_atan.c | 18 #include "control_w.h"
|
H A D | poly_l2.c | 17 #include "control_w.h"
|
H A D | poly_tan.c | 17 #include "control_w.h"
|
H A D | load_store.c | 27 #include "control_w.h"
|
H A D | poly_sin.c | 18 #include "control_w.h"
|
H A D | reg_compare.c | 20 #include "control_w.h"
|
H A D | reg_round.S | 17 | int FPU_round(FPU_REG *arg, unsigned int extent, unsigned int control_w) | 77 #include "control_w.h"
|
H A D | reg_u_div.S | 27 #include "control_w.h"
|
H A D | errors.c | 28 #include "control_w.h"
|
H A D | fpu_entry.c | 38 #include "control_w.h"
|
H A D | fpu_trig.c | 17 #include "control_w.h"
|
H A D | reg_ld_str.c | 27 #include "control_w.h"
|