taglinefilesource code
FPU_REG118drivers/FPU-emu/errors.cFPU_REG *r = &st(i);
FPU_REG315drivers/FPU-emu/errors.casmlinkage int real_2op_NaN(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest)
FPU_REG317drivers/FPU-emu/errors.cFPU_REG const *x;
FPU_REG381drivers/FPU-emu/errors.casmlinkage int arith_invalid(FPU_REG *dest)
FPU_REG398drivers/FPU-emu/errors.casmlinkage int divide_by_zero(int sign, FPU_REG *dest)
FPU_REG471drivers/FPU-emu/errors.casmlinkage int arith_overflow(FPU_REG *dest)
FPU_REG505drivers/FPU-emu/errors.casmlinkage int arith_underflow(FPU_REG *dest)
FPU_REG93drivers/FPU-emu/fpu_aux.cFPU_REG *st_new_ptr;
FPU_REG119drivers/FPU-emu/fpu_aux.cFPU_REG t;
FPU_REG120drivers/FPU-emu/fpu_aux.cregister FPU_REG *sti_ptr = &st(FPU_rm);
FPU_REG83drivers/FPU-emu/fpu_emu.htypedef struct fpu_reg FPU_REG;
FPU_REG94drivers/FPU-emu/fpu_emu.hextern  FPU_REG  *FPU_st0_ptr;
FPU_REG101drivers/FPU-emu/fpu_emu.hextern  FPU_REG  FPU_loaded_data;
FPU_REG127drivers/FPU-emu/fpu_emu.hasmlinkage void normalize(FPU_REG *x);
FPU_REG128drivers/FPU-emu/fpu_emu.hasmlinkage void normalize_nuo(FPU_REG *x);
FPU_REG129drivers/FPU-emu/fpu_emu.hasmlinkage int reg_div(FPU_REG const *arg1, FPU_REG const *arg2,
FPU_REG130drivers/FPU-emu/fpu_emu.hFPU_REG *answ, unsigned int control_w);
FPU_REG131drivers/FPU-emu/fpu_emu.hasmlinkage int reg_u_sub(FPU_REG const *arg1, FPU_REG const *arg2,
FPU_REG132drivers/FPU-emu/fpu_emu.hFPU_REG *answ, unsigned int control_w);
FPU_REG133drivers/FPU-emu/fpu_emu.hasmlinkage int reg_u_mul(FPU_REG const *arg1, FPU_REG const *arg2,
FPU_REG134drivers/FPU-emu/fpu_emu.hFPU_REG *answ, unsigned int control_w);
FPU_REG135drivers/FPU-emu/fpu_emu.hasmlinkage int reg_u_div(FPU_REG const *arg1, FPU_REG const *arg2,
FPU_REG136drivers/FPU-emu/fpu_emu.hFPU_REG *answ, unsigned int control_w);
FPU_REG137drivers/FPU-emu/fpu_emu.hasmlinkage int reg_u_add(FPU_REG const *arg1, FPU_REG const *arg2,
FPU_REG138drivers/FPU-emu/fpu_emu.hFPU_REG *answ, unsigned int control_w);
FPU_REG139drivers/FPU-emu/fpu_emu.hasmlinkage int wm_sqrt(FPU_REG *n, unsigned int control_w);
FPU_REG143drivers/FPU-emu/fpu_emu.hasmlinkage void round_reg(FPU_REG *arg, unsigned int extent,
FPU_REG139drivers/FPU-emu/fpu_entry.cFPU_REG       *FPU_st0_ptr;
FPU_REG10drivers/FPU-emu/fpu_proto.hasmlinkage int real_2op_NaN(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest);
FPU_REG11drivers/FPU-emu/fpu_proto.hasmlinkage int arith_invalid(FPU_REG *dest);
FPU_REG12drivers/FPU-emu/fpu_proto.hasmlinkage int divide_by_zero(int sign, FPU_REG *dest);
FPU_REG16drivers/FPU-emu/fpu_proto.hasmlinkage int arith_overflow(FPU_REG *dest);
FPU_REG17drivers/FPU-emu/fpu_proto.hasmlinkage int arith_underflow(FPU_REG *dest);
FPU_REG60drivers/FPU-emu/fpu_proto.hextern void convert_l2reg(long const *arg, FPU_REG *dest);
FPU_REG71drivers/FPU-emu/fpu_proto.hextern int poly_2xm1(FPU_REG const *arg, FPU_REG *result);
FPU_REG74drivers/FPU-emu/fpu_proto.hextern void poly_atan(FPU_REG *arg);
FPU_REG75drivers/FPU-emu/fpu_proto.hextern void poly_add_1(FPU_REG *src);
FPU_REG78drivers/FPU-emu/fpu_proto.hextern void poly_l2(FPU_REG const *arg, FPU_REG *result);
FPU_REG79drivers/FPU-emu/fpu_proto.hextern int poly_l2p1(FPU_REG const *arg, FPU_REG *result);
FPU_REG82drivers/FPU-emu/fpu_proto.hextern void poly_sine(FPU_REG const *arg, FPU_REG *result);
FPU_REG85drivers/FPU-emu/fpu_proto.hextern void poly_tan(FPU_REG const *arg, FPU_REG *result, int invert);
FPU_REG88drivers/FPU-emu/fpu_proto.hextern int reg_add(FPU_REG const *a, FPU_REG const *b,
FPU_REG89drivers/FPU-emu/fpu_proto.hFPU_REG *dest, int control_w);
FPU_REG90drivers/FPU-emu/fpu_proto.hextern int reg_sub(FPU_REG const *a, FPU_REG const *b,
FPU_REG91drivers/FPU-emu/fpu_proto.hFPU_REG *dest, int control_w);
FPU_REG94drivers/FPU-emu/fpu_proto.hextern int compare(FPU_REG const *b);
FPU_REG121drivers/FPU-emu/fpu_proto.hextern int round_to_int(FPU_REG *r);
FPU_REG129drivers/FPU-emu/fpu_proto.hextern int reg_mul(FPU_REG const *a, FPU_REG const *b,
FPU_REG130drivers/FPU-emu/fpu_proto.hFPU_REG *dest, unsigned int control_w);
FPU_REG37drivers/FPU-emu/fpu_trig.cstatic int trig_arg(FPU_REG *X, int even)
FPU_REG39drivers/FPU-emu/fpu_trig.cFPU_REG tmp;
FPU_REG125drivers/FPU-emu/fpu_trig.cvoid convert_l2reg(long const *arg, FPU_REG *dest)
FPU_REG170drivers/FPU-emu/fpu_trig.cFPU_REG *st_new_ptr;
FPU_REG213drivers/FPU-emu/fpu_trig.cFPU_REG rv, tmp;
FPU_REG270drivers/FPU-emu/fpu_trig.cFPU_REG *st_new_ptr;
FPU_REG359drivers/FPU-emu/fpu_trig.cFPU_REG *st_new_ptr;
FPU_REG360drivers/FPU-emu/fpu_trig.cregister FPU_REG *st1_ptr = FPU_st0_ptr;  /* anticipate */
FPU_REG515drivers/FPU-emu/fpu_trig.cFPU_REG rv;
FPU_REG580drivers/FPU-emu/fpu_trig.cstatic int f_cos(FPU_REG *arg)
FPU_REG586drivers/FPU-emu/fpu_trig.cFPU_REG rv;
FPU_REG659drivers/FPU-emu/fpu_trig.cFPU_REG *st_new_ptr;
FPU_REG660drivers/FPU-emu/fpu_trig.cFPU_REG arg;
FPU_REG741drivers/FPU-emu/fpu_trig.cFPU_REG *st1_ptr = &st(1);
FPU_REG747drivers/FPU-emu/fpu_trig.cFPU_REG tmp;
FPU_REG958drivers/FPU-emu/fpu_trig.cFPU_REG *st1_ptr = &st(1);
FPU_REG1148drivers/FPU-emu/fpu_trig.cFPU_REG *st1_ptr = &st(1);
FPU_REG1156drivers/FPU-emu/fpu_trig.cFPU_REG sum;
FPU_REG1327drivers/FPU-emu/fpu_trig.cFPU_REG *st1_ptr = &st(1);
FPU_REG1546drivers/FPU-emu/fpu_trig.cFPU_REG *st1_ptr = &st(1);
FPU_REG1555drivers/FPU-emu/fpu_trig.cFPU_REG tmp;
FPU_REG51drivers/FPU-emu/load_store.cFPU_REG *pop_ptr;  /* We need a version of FPU_st0_ptr which won't
FPU_REG41drivers/FPU-emu/poly_2xm1.cint  poly_2xm1(FPU_REG const *arg, FPU_REG *result)
FPU_REG45drivers/FPU-emu/poly_2xm1.cFPU_REG       accum;
FPU_REG47drivers/FPU-emu/poly_atan.cvoid  poly_atan(FPU_REG *arg)
FPU_REG51drivers/FPU-emu/poly_atan.cFPU_REG       odd_poly, even_poly, pos_poly, neg_poly, ratio;
FPU_REG52drivers/FPU-emu/poly_atan.cFPU_REG       argSq;
FPU_REG93drivers/FPU-emu/poly_atan.cFPU_REG numerator, denom;
FPU_REG184drivers/FPU-emu/poly_atan.cvoid poly_add_1(FPU_REG *src)
FPU_REG43drivers/FPU-emu/poly_l2.cvoid  poly_l2(FPU_REG const *arg, FPU_REG *result)
FPU_REG49drivers/FPU-emu/poly_l2.cFPU_REG    accum, denom, num, Xx;
FPU_REG102drivers/FPU-emu/poly_l2.cFPU_REG   lXx;
FPU_REG227drivers/FPU-emu/poly_l2.cint  poly_l2p1(FPU_REG const *arg, FPU_REG *result)
FPU_REG231drivers/FPU-emu/poly_l2.cFPU_REG        arg_pl1, denom, accum, local_arg, poly_arg;
FPU_REG43drivers/FPU-emu/poly_sin.cvoid  poly_sine(FPU_REG const *arg, FPU_REG *result)
FPU_REG46drivers/FPU-emu/poly_sin.cFPU_REG  fixed_arg, arg_sqrd, arg_to_4, accum, negaccum;
FPU_REG52drivers/FPU-emu/poly_tan.cvoid  poly_tan(FPU_REG const *arg, FPU_REG *result, int invert)
FPU_REG55drivers/FPU-emu/poly_tan.cFPU_REG       odd_poly, even_poly, pos_poly, neg_poly;
FPU_REG56drivers/FPU-emu/poly_tan.cFPU_REG       argSq;
FPU_REG25drivers/FPU-emu/reg_add_sub.cint reg_add(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest, int control_w)
FPU_REG165drivers/FPU-emu/reg_add_sub.cint reg_sub(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest, int control_w)
FPU_REG24drivers/FPU-emu/reg_compare.cint compare(FPU_REG const *b)
FPU_REG19drivers/FPU-emu/reg_constant.cFPU_REG const CONST_1    = { SIGN_POS, TW_Valid, EXP_BIAS,
FPU_REG21drivers/FPU-emu/reg_constant.cFPU_REG const CONST_2    = { SIGN_POS, TW_Valid, EXP_BIAS+1,
FPU_REG23drivers/FPU-emu/reg_constant.cFPU_REG const CONST_HALF = { SIGN_POS, TW_Valid, EXP_BIAS-1,
FPU_REG25drivers/FPU-emu/reg_constant.cFPU_REG const CONST_L2T  = { SIGN_POS, TW_Valid, EXP_BIAS+1,
FPU_REG27drivers/FPU-emu/reg_constant.cFPU_REG const CONST_L2E  = { SIGN_POS, TW_Valid, EXP_BIAS,
FPU_REG29drivers/FPU-emu/reg_constant.cFPU_REG const CONST_PI   = { SIGN_POS, TW_Valid, EXP_BIAS+1,
FPU_REG31drivers/FPU-emu/reg_constant.cFPU_REG const CONST_PI2  = { SIGN_POS, TW_Valid, EXP_BIAS,
FPU_REG33drivers/FPU-emu/reg_constant.cFPU_REG const CONST_PI4  = { SIGN_POS, TW_Valid, EXP_BIAS-1,
FPU_REG35drivers/FPU-emu/reg_constant.cFPU_REG const CONST_LG2  = { SIGN_POS, TW_Valid, EXP_BIAS-2,
FPU_REG37drivers/FPU-emu/reg_constant.cFPU_REG const CONST_LN2  = { SIGN_POS, TW_Valid, EXP_BIAS-1,
FPU_REG41drivers/FPU-emu/reg_constant.cFPU_REG const CONST_PI2extra = { SIGN_NEG, TW_Valid, EXP_BIAS-66,
FPU_REG45drivers/FPU-emu/reg_constant.cFPU_REG const CONST_Z    = { SIGN_POS, TW_Zero, EXP_UNDER, 0x0, 0x0 };
FPU_REG52drivers/FPU-emu/reg_constant.cFPU_REG const CONST_QNaN = { SIGN_NEG, TW_NaN, EXP_OVER, 0x00000000, 0xC0000000 };
FPU_REG55drivers/FPU-emu/reg_constant.cFPU_REG const CONST_INF  = { SIGN_POS, TW_Infinity, EXP_OVER, 0x00000000, 0x80000000 };
FPU_REG59drivers/FPU-emu/reg_constant.cstatic void fld_const(FPU_REG const *c)
FPU_REG61drivers/FPU-emu/reg_constant.cFPU_REG *st_new_ptr;
FPU_REG14drivers/FPU-emu/reg_constant.hextern FPU_REG const CONST_1;
FPU_REG15drivers/FPU-emu/reg_constant.hextern FPU_REG const CONST_2;
FPU_REG16drivers/FPU-emu/reg_constant.hextern FPU_REG const CONST_HALF;
FPU_REG17drivers/FPU-emu/reg_constant.hextern FPU_REG const CONST_L2T;
FPU_REG18drivers/FPU-emu/reg_constant.hextern FPU_REG const CONST_L2E;
FPU_REG19drivers/FPU-emu/reg_constant.hextern FPU_REG const CONST_PI;
FPU_REG20drivers/FPU-emu/reg_constant.hextern FPU_REG const CONST_PI2;
FPU_REG21drivers/FPU-emu/reg_constant.hextern FPU_REG const CONST_PI2extra;
FPU_REG22drivers/FPU-emu/reg_constant.hextern FPU_REG const CONST_PI4;
FPU_REG23drivers/FPU-emu/reg_constant.hextern FPU_REG const CONST_LG2;
FPU_REG24drivers/FPU-emu/reg_constant.hextern FPU_REG const CONST_LN2;
FPU_REG25drivers/FPU-emu/reg_constant.hextern FPU_REG const CONST_Z;
FPU_REG26drivers/FPU-emu/reg_constant.hextern FPU_REG const CONST_PINF;
FPU_REG27drivers/FPU-emu/reg_constant.hextern FPU_REG const CONST_INF;
FPU_REG28drivers/FPU-emu/reg_constant.hextern FPU_REG const CONST_MINF;
FPU_REG29drivers/FPU-emu/reg_constant.hextern FPU_REG const CONST_QNaN;
FPU_REG41drivers/FPU-emu/reg_ld_str.cstatic void write_to_extended(FPU_REG *rp, char *d);
FPU_REG43drivers/FPU-emu/reg_ld_str.cFPU_REG FPU_loaded_data;
FPU_REG476drivers/FPU-emu/reg_ld_str.cFPU_REG tmp;
FPU_REG671drivers/FPU-emu/reg_ld_str.cFPU_REG tmp;
FPU_REG854drivers/FPU-emu/reg_ld_str.cFPU_REG t;
FPU_REG913drivers/FPU-emu/reg_ld_str.cFPU_REG t;
FPU_REG967drivers/FPU-emu/reg_ld_str.cFPU_REG t;
FPU_REG1021drivers/FPU-emu/reg_ld_str.cFPU_REG t;
FPU_REG1093drivers/FPU-emu/reg_ld_str.cint round_to_int(FPU_REG *r)
FPU_REG1329drivers/FPU-emu/reg_ld_str.cstatic void write_to_extended(FPU_REG *rp, char *d)
FPU_REG1332drivers/FPU-emu/reg_ld_str.cFPU_REG tmp;
FPU_REG24drivers/FPU-emu/reg_mul.cint reg_mul(FPU_REG const *a, FPU_REG const *b,
FPU_REG25drivers/FPU-emu/reg_mul.cFPU_REG *dest, unsigned int control_w)