Home
last modified time | relevance | path

Searched refs:sigl (Results 1 – 12 of 12) sorted by relevance

/linux-6.3-rc2/arch/x86/math-emu/
A Dreg_ld_str.c179 loaded_data->sigl = 0; in FPU_load_single()
263 loaded_data->sigl = 0; in FPU_load_int32()
292 loaded_data->sigl = 0; in FPU_load_int16()
417 l[0] = tmp.sigl; in FPU_store_double()
431 sigl & 0x7ff; in FPU_store_double()
603 templ = tmp.sigl; in FPU_store_single()
607 unsigned long sigl = tmp.sigl; in FPU_store_single() local
630 tmp.sigl = 0; in FPU_store_single()
837 t.sigl = -(long)t.sigl; in FPU_store_int32()
876 t.sigl = 0x8000; in FPU_store_int16()
[all …]
A Dreg_add_sub.c64 diff = a->sigl > b->sigl; in FPU_add()
66 diff = -(a->sigl < b->sigl); in FPU_add()
174 diff = a->sigl > b->sigl; in FPU_sub()
176 diff = -(a->sigl < b->sigl); in FPU_sub()
A Dreg_convert.c21 *(long long *)&(x->sigl) = *(const long long *)&(a->sigl); in FPU_to_exp16()
A Dfpu_emu.h119 unsigned sigl; member
173 *(long long *)&(y->sigl) = *(const long long *)&(x->sigl); in reg_copy()
186 #define significand(x) ( ((unsigned long long *)&((x)->sigl))[0] )
A Dfpu_tags.c70 else if ((ptr->sigh == 0x80000000) && (ptr->sigl == 0)) in FPU_Special()
78 && !((ptr->sigh == 0x80000000) && (ptr->sigl == 0))); in isNaN()
A Dreg_compare.c146 diff = st0_ptr->sigl > b->sigl; in compare()
148 diff = -(st0_ptr->sigl < b->sigl); in compare()
A Dfpu_trig.c129 && (st0_ptr->sigl > CONST_PI2.sigl)))) { in trig_arg()
172 dest->sigl = 0; in convert_l2reg()
917 if (!(tmp.sigh | tmp.sigl)) { in do_fprem()
1046 && (st0_ptr->sigl == 0)) { in fyl2x()
1057 exponent.sigl = 0; in fyl2x()
1162 (st0_ptr->sigl == 0)) { in fyl2x()
1411 (st0_ptr->sigl == 0))) { in fyl2xp1()
1522 scale = signnegative(st1_ptr) ? -tmp.sigl : tmp.sigl; in fscale()
A Dpoly_atan.c81 (st0_ptr->sigl < st1_ptr->sigl))))) { in poly_atan()
A Dpoly_l2.c47 x.sigl = st0_ptr->sigl; in poly_l2()
A Dpoly_sin.c77 argSqrd.midw = st0_ptr->sigl; in poly_sine()
227 argSqrd.midw = st0_ptr->sigl; in poly_cos()
A Dreg_constant.c63 st_new_ptr->sigl += adj; /* For all our fldxxx constants, we don't need to in fld_const()
A Derrors.c195 (long)(r->sigl >> 16), in FPU_printall()
196 (long)(r->sigl & 0xFFFF), in FPU_printall()

Completed in 15 milliseconds