Searched refs:FPU_copy_to_regi (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/x86/math-emu/ |
D | reg_mul.c | 82 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()
|
D | fpu_aux.c | 156 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()
|
D | errors.c | 434 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()
|
D | reg_add_sub.c | 78 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()
|
D | reg_divide.c | 117 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()
|
D | fpu_tags.c | 94 void FPU_copy_to_regi(FPU_REG const *r, u_char tag, int stnr) in FPU_copy_to_regi() function
|
D | fpu_proto.h | 70 extern void FPU_copy_to_regi(FPU_REG const *r, u_char tag, int stnr);
|
D | fpu_trig.c | 159 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in convert_l2reg()
|