Home
last modified time | relevance | path

Searched refs:FPU_copy_to_regi (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/arch/x86/math-emu/
Dreg_mul.c82 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_mul()
99 FPU_copy_to_regi(a, TAG_Special, deststnr); in FPU_mul()
103 FPU_copy_to_regi(b, TAG_Special, deststnr); in FPU_mul()
Dfpu_aux.c156 FPU_copy_to_regi(st0_ptr, st0_tag, i); in fxch_i()
188 FPU_copy_to_regi(&st(0), FPU_gettag0(), FPU_rm); in fst_i_()
194 FPU_copy_to_regi(&st(0), FPU_gettag0(), FPU_rm); in fstp_i()
Derrors.c434 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, deststnr); in real_2op_NaN()
479 FPU_copy_to_regi(x, TAG_Special, deststnr); in real_2op_NaN()
502 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, deststnr); in arith_invalid()
517 FPU_copy_to_regi(&CONST_INF, TAG_Special, deststnr); in FPU_divide_by_zero()
662 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, i); in FPU_stack_underflow_i()
676 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, i); in FPU_stack_underflow_pop()
Dreg_add_sub.c78 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_add()
188 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_sub()
283 FPU_copy_to_regi(a, TAG_Zero, deststnr); in add_sub_specials()
317 FPU_copy_to_regi(a, TAG_Special, deststnr); in add_sub_specials()
324 FPU_copy_to_regi(b, TAG_Special, deststnr); in add_sub_specials()
Dreg_divide.c117 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_div()
161 FPU_copy_to_regi(a, TAG_Special, deststnr); in FPU_div()
170 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_div()
Dfpu_tags.c94 void FPU_copy_to_regi(FPU_REG const *r, u_char tag, int stnr) in FPU_copy_to_regi() function
Dfpu_proto.h70 extern void FPU_copy_to_regi(FPU_REG const *r, u_char tag, int stnr);
Dfpu_trig.c159 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in convert_l2reg()