Searched refs:FPU_copy_to_regi (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/x86/math-emu/ |
H A D | reg_mul.c | 83 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_mul() 100 FPU_copy_to_regi(a, TAG_Special, deststnr); in FPU_mul() 104 FPU_copy_to_regi(b, TAG_Special, deststnr); in FPU_mul()
|
H A D | errors.c | 436 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, deststnr); in real_2op_NaN() 481 FPU_copy_to_regi(x, TAG_Special, deststnr); in real_2op_NaN() 504 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, deststnr); in arith_invalid() 519 FPU_copy_to_regi(&CONST_INF, TAG_Special, deststnr); in FPU_divide_by_zero() 664 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, i); in FPU_stack_underflow_i() 678 FPU_copy_to_regi(&CONST_QNaN, TAG_Special, i); in FPU_stack_underflow_pop()
|
H A D | reg_add_sub.c | 79 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_add() 189 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_sub() 284 FPU_copy_to_regi(a, TAG_Zero, deststnr); in add_sub_specials() 318 FPU_copy_to_regi(a, TAG_Special, deststnr); in add_sub_specials() 325 FPU_copy_to_regi(b, TAG_Special, deststnr); in add_sub_specials()
|
H A D | reg_divide.c | 118 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_div() 162 FPU_copy_to_regi(a, TAG_Special, deststnr); in FPU_div() 171 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in FPU_div()
|
H A D | fpu_aux.c | 157 FPU_copy_to_regi(st0_ptr, st0_tag, i); in fxch_i() 259 FPU_copy_to_regi(&st(0), FPU_gettag0(), FPU_rm); in fst_i_() 265 FPU_copy_to_regi(&st(0), FPU_gettag0(), FPU_rm); in fstp_i()
|
H A D | fpu_tags.c | 95 void FPU_copy_to_regi(FPU_REG const *r, u_char tag, int stnr) in FPU_copy_to_regi() function
|
H A D | fpu_proto.h | 79 extern void FPU_copy_to_regi(FPU_REG const *r, u_char tag, int stnr);
|
H A D | fpu_trig.c | 160 FPU_copy_to_regi(&CONST_Z, TAG_Zero, deststnr); in convert_l2reg()
|