tag | line | file | source code |
FPU_REG | 168 | drivers/FPU-emu/errors.c | FPU_REG *r = &st(i); |
FPU_REG | 386 | drivers/FPU-emu/errors.c | asmlinkage int real_2op_NaN(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest) |
FPU_REG | 388 | drivers/FPU-emu/errors.c | FPU_REG const *x; |
FPU_REG | 452 | drivers/FPU-emu/errors.c | asmlinkage int arith_invalid(FPU_REG *dest) |
FPU_REG | 469 | drivers/FPU-emu/errors.c | asmlinkage int divide_by_zero(int sign, FPU_REG *dest) |
FPU_REG | 542 | drivers/FPU-emu/errors.c | asmlinkage int arith_overflow(FPU_REG *dest) |
FPU_REG | 576 | drivers/FPU-emu/errors.c | asmlinkage int arith_underflow(FPU_REG *dest) |
FPU_REG | 101 | drivers/FPU-emu/fpu_aux.c | FPU_REG *st_new_ptr; |
FPU_REG | 126 | drivers/FPU-emu/fpu_aux.c | FPU_REG t; |
FPU_REG | 127 | drivers/FPU-emu/fpu_aux.c | register FPU_REG *sti_ptr = &st(FPU_rm), *st0_ptr = &st(0); |
FPU_REG | 103 | drivers/FPU-emu/fpu_emu.h | typedef struct fpu_reg FPU_REG; |
FPU_REG | 104 | drivers/FPU-emu/fpu_emu.h | typedef void (*FUNC_ST0)(FPU_REG *st0_ptr); |
FPU_REG | 146 | drivers/FPU-emu/fpu_emu.h | asmlinkage void normalize(FPU_REG *x); |
FPU_REG | 147 | drivers/FPU-emu/fpu_emu.h | asmlinkage void normalize_nuo(FPU_REG *x); |
FPU_REG | 148 | drivers/FPU-emu/fpu_emu.h | asmlinkage int reg_div(FPU_REG const *arg1, FPU_REG const *arg2, |
FPU_REG | 149 | drivers/FPU-emu/fpu_emu.h | FPU_REG *answ, unsigned int control_w); |
FPU_REG | 150 | drivers/FPU-emu/fpu_emu.h | asmlinkage int reg_u_sub(FPU_REG const *arg1, FPU_REG const *arg2, |
FPU_REG | 151 | drivers/FPU-emu/fpu_emu.h | FPU_REG *answ, unsigned int control_w); |
FPU_REG | 152 | drivers/FPU-emu/fpu_emu.h | asmlinkage int reg_u_mul(FPU_REG const *arg1, FPU_REG const *arg2, |
FPU_REG | 153 | drivers/FPU-emu/fpu_emu.h | FPU_REG *answ, unsigned int control_w); |
FPU_REG | 154 | drivers/FPU-emu/fpu_emu.h | asmlinkage int reg_u_div(FPU_REG const *arg1, FPU_REG const *arg2, |
FPU_REG | 155 | drivers/FPU-emu/fpu_emu.h | FPU_REG *answ, unsigned int control_w); |
FPU_REG | 156 | drivers/FPU-emu/fpu_emu.h | asmlinkage int reg_u_add(FPU_REG const *arg1, FPU_REG const *arg2, |
FPU_REG | 157 | drivers/FPU-emu/fpu_emu.h | FPU_REG *answ, unsigned int control_w); |
FPU_REG | 158 | drivers/FPU-emu/fpu_emu.h | asmlinkage int wm_sqrt(FPU_REG *n, unsigned int control_w); |
FPU_REG | 162 | drivers/FPU-emu/fpu_emu.h | asmlinkage void round_reg(FPU_REG *arg, unsigned int extent, |
FPU_REG | 138 | drivers/FPU-emu/fpu_entry.c | FPU_REG loaded_data; |
FPU_REG | 145 | drivers/FPU-emu/fpu_entry.c | FPU_REG *st0_ptr; |
FPU_REG | 20 | drivers/FPU-emu/fpu_etc.c | static void fchs(FPU_REG *st0_ptr) |
FPU_REG | 31 | drivers/FPU-emu/fpu_etc.c | static void fabs(FPU_REG *st0_ptr) |
FPU_REG | 43 | drivers/FPU-emu/fpu_etc.c | static void ftst_(FPU_REG *st0_ptr) |
FPU_REG | 90 | drivers/FPU-emu/fpu_etc.c | static void fxam(FPU_REG *st0_ptr) |
FPU_REG | 11 | drivers/FPU-emu/fpu_proto.h | asmlinkage int real_2op_NaN(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest); |
FPU_REG | 12 | drivers/FPU-emu/fpu_proto.h | asmlinkage int arith_invalid(FPU_REG *dest); |
FPU_REG | 13 | drivers/FPU-emu/fpu_proto.h | asmlinkage int divide_by_zero(int sign, FPU_REG *dest); |
FPU_REG | 17 | drivers/FPU-emu/fpu_proto.h | asmlinkage int arith_overflow(FPU_REG *dest); |
FPU_REG | 18 | drivers/FPU-emu/fpu_proto.h | asmlinkage int arith_underflow(FPU_REG *dest); |
FPU_REG | 61 | drivers/FPU-emu/fpu_proto.h | extern void convert_l2reg(long const *arg, FPU_REG *dest); |
FPU_REG | 78 | drivers/FPU-emu/fpu_proto.h | extern int poly_2xm1(FPU_REG const *arg, FPU_REG *result); |
FPU_REG | 81 | drivers/FPU-emu/fpu_proto.h | extern void poly_atan(FPU_REG *arg1, FPU_REG *arg2, FPU_REG *result); |
FPU_REG | 84 | drivers/FPU-emu/fpu_proto.h | extern void poly_l2(FPU_REG const *arg, FPU_REG const *y, FPU_REG *result); |
FPU_REG | 85 | drivers/FPU-emu/fpu_proto.h | extern int poly_l2p1(FPU_REG const *arg, FPU_REG const *y, FPU_REG *result); |
FPU_REG | 88 | drivers/FPU-emu/fpu_proto.h | extern void poly_sine(FPU_REG const *arg, FPU_REG *result); |
FPU_REG | 89 | drivers/FPU-emu/fpu_proto.h | extern void poly_cos(FPU_REG const *arg, FPU_REG *result); |
FPU_REG | 92 | drivers/FPU-emu/fpu_proto.h | extern void poly_tan(FPU_REG const *arg, FPU_REG *result); |
FPU_REG | 95 | drivers/FPU-emu/fpu_proto.h | extern int reg_add(FPU_REG const *a, FPU_REG const *b, |
FPU_REG | 96 | drivers/FPU-emu/fpu_proto.h | FPU_REG *dest, int control_w); |
FPU_REG | 97 | drivers/FPU-emu/fpu_proto.h | extern int reg_sub(FPU_REG const *a, FPU_REG const *b, |
FPU_REG | 98 | drivers/FPU-emu/fpu_proto.h | FPU_REG *dest, int control_w); |
FPU_REG | 101 | drivers/FPU-emu/fpu_proto.h | extern int compare(FPU_REG const *b); |
FPU_REG | 102 | drivers/FPU-emu/fpu_proto.h | extern int compare_st_data(FPU_REG const *b); |
FPU_REG | 114 | drivers/FPU-emu/fpu_proto.h | extern int reg_load_extended(long double *addr, FPU_REG *loaded_data); |
FPU_REG | 115 | drivers/FPU-emu/fpu_proto.h | extern int reg_load_double(double *dfloat, FPU_REG *loaded_data); |
FPU_REG | 116 | drivers/FPU-emu/fpu_proto.h | extern int reg_load_single(float *single, FPU_REG *loaded_data); |
FPU_REG | 117 | drivers/FPU-emu/fpu_proto.h | extern void reg_load_int64(long long *_s, FPU_REG *loaded_data); |
FPU_REG | 118 | drivers/FPU-emu/fpu_proto.h | extern void reg_load_int32(long *_s, FPU_REG *loaded_data); |
FPU_REG | 119 | drivers/FPU-emu/fpu_proto.h | extern void reg_load_int16(short *_s, FPU_REG *loaded_data); |
FPU_REG | 120 | drivers/FPU-emu/fpu_proto.h | extern void reg_load_bcd(char *s, FPU_REG *loaded_data); |
FPU_REG | 121 | drivers/FPU-emu/fpu_proto.h | extern int reg_store_extended(long double *d, FPU_REG *st0_ptr); |
FPU_REG | 122 | drivers/FPU-emu/fpu_proto.h | extern int reg_store_double(double *dfloat, FPU_REG *st0_ptr); |
FPU_REG | 123 | drivers/FPU-emu/fpu_proto.h | extern int reg_store_single(float *single, FPU_REG *st0_ptr); |
FPU_REG | 124 | drivers/FPU-emu/fpu_proto.h | extern int reg_store_int64(long long *d, FPU_REG *st0_ptr); |
FPU_REG | 125 | drivers/FPU-emu/fpu_proto.h | extern int reg_store_int32(long *d, FPU_REG *st0_ptr); |
FPU_REG | 126 | drivers/FPU-emu/fpu_proto.h | extern int reg_store_int16(short *d, FPU_REG *st0_ptr); |
FPU_REG | 127 | drivers/FPU-emu/fpu_proto.h | extern int reg_store_bcd(char *d, FPU_REG *st0_ptr); |
FPU_REG | 128 | drivers/FPU-emu/fpu_proto.h | extern int round_to_int(FPU_REG *r); |
FPU_REG | 136 | drivers/FPU-emu/fpu_proto.h | extern int reg_mul(FPU_REG const *a, FPU_REG const *b, |
FPU_REG | 137 | drivers/FPU-emu/fpu_proto.h | FPU_REG *dest, unsigned int control_w); |
FPU_REG | 38 | drivers/FPU-emu/fpu_trig.c | static int trig_arg(FPU_REG *X, int even) |
FPU_REG | 40 | drivers/FPU-emu/fpu_trig.c | FPU_REG tmp; |
FPU_REG | 152 | drivers/FPU-emu/fpu_trig.c | void convert_l2reg(long const *arg, FPU_REG *dest) |
FPU_REG | 172 | drivers/FPU-emu/fpu_trig.c | static void single_arg_error(FPU_REG *st0_ptr) |
FPU_REG | 195 | drivers/FPU-emu/fpu_trig.c | static void single_arg_2_error(FPU_REG *st0_ptr) |
FPU_REG | 197 | drivers/FPU-emu/fpu_trig.c | FPU_REG *st_new_ptr; |
FPU_REG | 233 | drivers/FPU-emu/fpu_trig.c | static void f2xm1(FPU_REG *st0_ptr) |
FPU_REG | 279 | drivers/FPU-emu/fpu_trig.c | static void fptan(FPU_REG *st0_ptr) |
FPU_REG | 282 | drivers/FPU-emu/fpu_trig.c | FPU_REG *st_new_ptr; |
FPU_REG | 366 | drivers/FPU-emu/fpu_trig.c | static void fxtract(FPU_REG *st0_ptr) |
FPU_REG | 369 | drivers/FPU-emu/fpu_trig.c | FPU_REG *st_new_ptr; |
FPU_REG | 370 | drivers/FPU-emu/fpu_trig.c | register FPU_REG *st1_ptr = st0_ptr; /* anticipate */ |
FPU_REG | 437 | drivers/FPU-emu/fpu_trig.c | static void fdecstp(FPU_REG *st0_ptr) |
FPU_REG | 443 | drivers/FPU-emu/fpu_trig.c | static void fincstp(FPU_REG *st0_ptr) |
FPU_REG | 450 | drivers/FPU-emu/fpu_trig.c | static void fsqrt_(FPU_REG *st0_ptr) |
FPU_REG | 492 | drivers/FPU-emu/fpu_trig.c | static void frndint_(FPU_REG *st0_ptr) |
FPU_REG | 522 | drivers/FPU-emu/fpu_trig.c | static void fsin(FPU_REG *st0_ptr) |
FPU_REG | 529 | drivers/FPU-emu/fpu_trig.c | FPU_REG rv; |
FPU_REG | 593 | drivers/FPU-emu/fpu_trig.c | static int f_cos(FPU_REG *arg) |
FPU_REG | 599 | drivers/FPU-emu/fpu_trig.c | FPU_REG rv; |
FPU_REG | 674 | drivers/FPU-emu/fpu_trig.c | static void fcos(FPU_REG *st0_ptr) |
FPU_REG | 680 | drivers/FPU-emu/fpu_trig.c | static void fsincos(FPU_REG *st0_ptr) |
FPU_REG | 683 | drivers/FPU-emu/fpu_trig.c | FPU_REG *st_new_ptr; |
FPU_REG | 684 | drivers/FPU-emu/fpu_trig.c | FPU_REG arg; |
FPU_REG | 763 | drivers/FPU-emu/fpu_trig.c | static void do_fprem(FPU_REG *st0_ptr, int round) |
FPU_REG | 765 | drivers/FPU-emu/fpu_trig.c | FPU_REG *st1_ptr = &st(1); |
FPU_REG | 772 | drivers/FPU-emu/fpu_trig.c | FPU_REG tmp; |
FPU_REG | 981 | drivers/FPU-emu/fpu_trig.c | static void fyl2x(FPU_REG *st0_ptr) |
FPU_REG | 984 | drivers/FPU-emu/fpu_trig.c | FPU_REG *st1_ptr = &st(1), exponent; |
FPU_REG | 1191 | drivers/FPU-emu/fpu_trig.c | static void fpatan(FPU_REG *st0_ptr) |
FPU_REG | 1194 | drivers/FPU-emu/fpu_trig.c | FPU_REG *st1_ptr = &st(1); |
FPU_REG | 1319 | drivers/FPU-emu/fpu_trig.c | static void fprem(FPU_REG *st0_ptr) |
FPU_REG | 1325 | drivers/FPU-emu/fpu_trig.c | static void fprem1(FPU_REG *st0_ptr) |
FPU_REG | 1331 | drivers/FPU-emu/fpu_trig.c | static void fyl2xp1(FPU_REG *st0_ptr) |
FPU_REG | 1334 | drivers/FPU-emu/fpu_trig.c | FPU_REG *st1_ptr = &st(1); |
FPU_REG | 1544 | drivers/FPU-emu/fpu_trig.c | static void fscale(FPU_REG *st0_ptr) |
FPU_REG | 1547 | drivers/FPU-emu/fpu_trig.c | FPU_REG *st1_ptr = &st(1); |
FPU_REG | 1556 | drivers/FPU-emu/fpu_trig.c | FPU_REG tmp; |
FPU_REG | 66 | drivers/FPU-emu/load_store.c | FPU_REG loaded_data; |
FPU_REG | 67 | drivers/FPU-emu/load_store.c | FPU_REG *st0_ptr; |
FPU_REG | 53 | drivers/FPU-emu/poly_2xm1.c | int poly_2xm1(FPU_REG const *arg, FPU_REG *result) |
FPU_REG | 54 | drivers/FPU-emu/poly_atan.c | void poly_atan(FPU_REG *arg1, FPU_REG *arg2, FPU_REG *result) |
FPU_REG | 22 | drivers/FPU-emu/poly_l2.c | static void log2_kernel(FPU_REG const *arg, |
FPU_REG | 29 | drivers/FPU-emu/poly_l2.c | void poly_l2(FPU_REG const *arg, FPU_REG const *y, FPU_REG *result) |
FPU_REG | 34 | drivers/FPU-emu/poly_l2.c | FPU_REG x; |
FPU_REG | 114 | drivers/FPU-emu/poly_l2.c | int poly_l2p1(FPU_REG const *arg, FPU_REG const *y, FPU_REG *result) |
FPU_REG | 183 | drivers/FPU-emu/poly_l2.c | static void log2_kernel(FPU_REG const *arg, Xsig *accum_result, |
FPU_REG | 65 | drivers/FPU-emu/poly_sin.c | void poly_sine(FPU_REG const *arg, FPU_REG *result) |
FPU_REG | 217 | drivers/FPU-emu/poly_sin.c | void poly_cos(FPU_REG const *arg, FPU_REG *result) |
FPU_REG | 55 | drivers/FPU-emu/poly_tan.c | void poly_tan(FPU_REG const *arg, FPU_REG *result) |
FPU_REG | 25 | drivers/FPU-emu/reg_add_sub.c | int reg_add(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest, int control_w) |
FPU_REG | 165 | drivers/FPU-emu/reg_add_sub.c | int reg_sub(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest, int control_w) |
FPU_REG | 24 | drivers/FPU-emu/reg_compare.c | int compare(FPU_REG const *b) |
FPU_REG | 28 | drivers/FPU-emu/reg_compare.c | FPU_REG *st0_ptr; |
FPU_REG | 176 | drivers/FPU-emu/reg_compare.c | int compare_st_data(FPU_REG const *loaded_data) |
FPU_REG | 19 | drivers/FPU-emu/reg_constant.c | FPU_REG const CONST_1 = { SIGN_POS, TW_Valid, EXP_BIAS, |
FPU_REG | 21 | drivers/FPU-emu/reg_constant.c | FPU_REG const CONST_2 = { SIGN_POS, TW_Valid, EXP_BIAS+1, |
FPU_REG | 23 | drivers/FPU-emu/reg_constant.c | FPU_REG const CONST_HALF = { SIGN_POS, TW_Valid, EXP_BIAS-1, |
FPU_REG | 25 | drivers/FPU-emu/reg_constant.c | FPU_REG const CONST_L2T = { SIGN_POS, TW_Valid, EXP_BIAS+1, |
FPU_REG | 27 | drivers/FPU-emu/reg_constant.c | FPU_REG const CONST_L2E = { SIGN_POS, TW_Valid, EXP_BIAS, |
FPU_REG | 29 | drivers/FPU-emu/reg_constant.c | FPU_REG const CONST_PI = { SIGN_POS, TW_Valid, EXP_BIAS+1, |
FPU_REG | 31 | drivers/FPU-emu/reg_constant.c | FPU_REG const CONST_PI2 = { SIGN_POS, TW_Valid, EXP_BIAS, |
FPU_REG | 33 | drivers/FPU-emu/reg_constant.c | FPU_REG const CONST_PI4 = { SIGN_POS, TW_Valid, EXP_BIAS-1, |
FPU_REG | 35 | drivers/FPU-emu/reg_constant.c | FPU_REG const CONST_LG2 = { SIGN_POS, TW_Valid, EXP_BIAS-2, |
FPU_REG | 37 | drivers/FPU-emu/reg_constant.c | FPU_REG const CONST_LN2 = { SIGN_POS, TW_Valid, EXP_BIAS-1, |
FPU_REG | 41 | drivers/FPU-emu/reg_constant.c | FPU_REG const CONST_PI2extra = { SIGN_NEG, TW_Valid, EXP_BIAS-66, |
FPU_REG | 45 | drivers/FPU-emu/reg_constant.c | FPU_REG const CONST_Z = { SIGN_POS, TW_Zero, EXP_UNDER, 0x0, 0x0 }; |
FPU_REG | 52 | drivers/FPU-emu/reg_constant.c | FPU_REG const CONST_QNaN = { SIGN_NEG, TW_NaN, EXP_OVER, 0x00000000, 0xC0000000 }; |
FPU_REG | 55 | drivers/FPU-emu/reg_constant.c | FPU_REG const CONST_INF = { SIGN_POS, TW_Infinity, EXP_OVER, 0x00000000, 0x80000000 }; |
FPU_REG | 59 | drivers/FPU-emu/reg_constant.c | static void fld_const(FPU_REG const *c) |
FPU_REG | 61 | drivers/FPU-emu/reg_constant.c | FPU_REG *st_new_ptr; |
FPU_REG | 14 | drivers/FPU-emu/reg_constant.h | extern FPU_REG const CONST_1; |
FPU_REG | 15 | drivers/FPU-emu/reg_constant.h | extern FPU_REG const CONST_2; |
FPU_REG | 16 | drivers/FPU-emu/reg_constant.h | extern FPU_REG const CONST_HALF; |
FPU_REG | 17 | drivers/FPU-emu/reg_constant.h | extern FPU_REG const CONST_L2T; |
FPU_REG | 18 | drivers/FPU-emu/reg_constant.h | extern FPU_REG const CONST_L2E; |
FPU_REG | 19 | drivers/FPU-emu/reg_constant.h | extern FPU_REG const CONST_PI; |
FPU_REG | 20 | drivers/FPU-emu/reg_constant.h | extern FPU_REG const CONST_PI2; |
FPU_REG | 21 | drivers/FPU-emu/reg_constant.h | extern FPU_REG const CONST_PI2extra; |
FPU_REG | 22 | drivers/FPU-emu/reg_constant.h | extern FPU_REG const CONST_PI4; |
FPU_REG | 23 | drivers/FPU-emu/reg_constant.h | extern FPU_REG const CONST_LG2; |
FPU_REG | 24 | drivers/FPU-emu/reg_constant.h | extern FPU_REG const CONST_LN2; |
FPU_REG | 25 | drivers/FPU-emu/reg_constant.h | extern FPU_REG const CONST_Z; |
FPU_REG | 26 | drivers/FPU-emu/reg_constant.h | extern FPU_REG const CONST_PINF; |
FPU_REG | 27 | drivers/FPU-emu/reg_constant.h | extern FPU_REG const CONST_INF; |
FPU_REG | 28 | drivers/FPU-emu/reg_constant.h | extern FPU_REG const CONST_MINF; |
FPU_REG | 29 | drivers/FPU-emu/reg_constant.h | extern FPU_REG const CONST_QNaN; |
FPU_REG | 41 | drivers/FPU-emu/reg_ld_str.c | static void write_to_extended(FPU_REG *rp, char *d); |
FPU_REG | 45 | drivers/FPU-emu/reg_ld_str.c | int reg_load_extended(long double *s, FPU_REG *loaded_data) |
FPU_REG | 140 | drivers/FPU-emu/reg_ld_str.c | int reg_load_double(double *dfloat, FPU_REG *loaded_data) |
FPU_REG | 217 | drivers/FPU-emu/reg_ld_str.c | int reg_load_single(float *single, FPU_REG *loaded_data) |
FPU_REG | 285 | drivers/FPU-emu/reg_ld_str.c | void reg_load_int64(long long *_s, FPU_REG *loaded_data) |
FPU_REG | 316 | drivers/FPU-emu/reg_ld_str.c | void reg_load_int32(long *_s, FPU_REG *loaded_data) |
FPU_REG | 347 | drivers/FPU-emu/reg_ld_str.c | void reg_load_int16(short *_s, FPU_REG *loaded_data) |
FPU_REG | 379 | drivers/FPU-emu/reg_ld_str.c | void reg_load_bcd(char *s, FPU_REG *loaded_data) |
FPU_REG | 423 | drivers/FPU-emu/reg_ld_str.c | int reg_store_extended(long double *d, FPU_REG *st0_ptr) |
FPU_REG | 461 | drivers/FPU-emu/reg_ld_str.c | int reg_store_double(double *dfloat, FPU_REG *st0_ptr) |
FPU_REG | 470 | drivers/FPU-emu/reg_ld_str.c | FPU_REG tmp; |
FPU_REG | 656 | drivers/FPU-emu/reg_ld_str.c | int reg_store_single(float *single, FPU_REG *st0_ptr) |
FPU_REG | 665 | drivers/FPU-emu/reg_ld_str.c | FPU_REG tmp; |
FPU_REG | 845 | drivers/FPU-emu/reg_ld_str.c | int reg_store_int64(long long *d, FPU_REG *st0_ptr) |
FPU_REG | 847 | drivers/FPU-emu/reg_ld_str.c | FPU_REG t; |
FPU_REG | 904 | drivers/FPU-emu/reg_ld_str.c | int reg_store_int32(long *d, FPU_REG *st0_ptr) |
FPU_REG | 906 | drivers/FPU-emu/reg_ld_str.c | FPU_REG t; |
FPU_REG | 958 | drivers/FPU-emu/reg_ld_str.c | int reg_store_int16(short *d, FPU_REG *st0_ptr) |
FPU_REG | 960 | drivers/FPU-emu/reg_ld_str.c | FPU_REG t; |
FPU_REG | 1012 | drivers/FPU-emu/reg_ld_str.c | int reg_store_bcd(char *d, FPU_REG *st0_ptr) |
FPU_REG | 1014 | drivers/FPU-emu/reg_ld_str.c | FPU_REG t; |
FPU_REG | 1089 | drivers/FPU-emu/reg_ld_str.c | int round_to_int(FPU_REG *r) |
FPU_REG | 1380 | drivers/FPU-emu/reg_ld_str.c | static void write_to_extended(FPU_REG *rp, char *d) |
FPU_REG | 1383 | drivers/FPU-emu/reg_ld_str.c | FPU_REG tmp; |
FPU_REG | 24 | drivers/FPU-emu/reg_mul.c | int reg_mul(FPU_REG const *a, FPU_REG const *b, |
FPU_REG | 25 | drivers/FPU-emu/reg_mul.c | FPU_REG *dest, unsigned int control_w) |