Home
last modified time | relevance | path

Searched refs:reg_copy (Results 1 – 9 of 9) sorted by relevance

/linux-3.4.99/arch/x86/math-emu/
Dfpu_aux.c115 reg_copy(&st(i), st_new_ptr); in fld_i_()
163 reg_copy(st0_ptr, &t); in fxch_i()
164 reg_copy(sti_ptr, st0_ptr); in fxch_i()
165 reg_copy(&t, sti_ptr); in fxch_i()
Dfpu_tags.c96 reg_copy(r, &st(stnr)); in FPU_copy_to_regi()
102 reg_copy(r, &st(1)); in FPU_copy_to_reg1()
111 reg_copy(r, &st(0)); in FPU_copy_to_reg0()
Dreg_ld_str.c128 reg_copy(&CONST_Z, loaded_data); in FPU_load_double()
169 reg_copy(&CONST_Z, loaded_data); in FPU_load_single()
222 reg_copy(&CONST_Z, st0_ptr); in FPU_load_int64()
250 reg_copy(&CONST_Z, loaded_data); in FPU_load_int32()
279 reg_copy(&CONST_Z, loaded_data); in FPU_load_int16()
324 reg_copy(&CONST_Z, st0_ptr); in FPU_load_bcd()
389 reg_copy(st0_ptr, &tmp); in FPU_store_double()
505 reg_copy(st0_ptr, &tmp); in FPU_store_double()
573 reg_copy(st0_ptr, &tmp); in FPU_store_single()
678 reg_copy(st0_ptr, &tmp); in FPU_store_single()
[all …]
Derrors.c391 reg_copy(&CONST_QNaN, a); in real_1op_NaN()
403 reg_copy(&CONST_QNaN, a); in real_1op_NaN()
583 reg_copy(&CONST_INF, dest); in arith_overflow()
611 reg_copy(&CONST_Z, dest); in arith_underflow()
Dreg_divide.c76 reg_copy(a, &x); in FPU_div()
77 reg_copy(b, &y); in FPU_div()
Dreg_constant.c61 reg_copy(c, st_new_ptr); in fld_const()
Dfpu_trig.c372 reg_copy(st1_ptr, st_new_ptr); in fxtract()
725 reg_copy(st0_ptr, &arg); in fsincos()
831 reg_copy(&st0, &tmp); in do_fprem()
881 reg_copy(&st0, &tmp); in do_fprem()
930 reg_copy(&tmp, st0_ptr); in do_fprem()
1513 reg_copy(st1_ptr, &tmp); in fscale()
Dreg_add_sub.c293 reg_copy(b, dest); in add_sub_specials()
305 reg_copy(a, dest); in add_sub_specials()
Dfpu_emu.h169 static inline void reg_copy(FPU_REG const *x, FPU_REG *y) in reg_copy() function