Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/i386/math-emu/
Dfpu_aux.c108 reg_copy(&st(i), st_new_ptr); in fld_i_()
166 reg_copy(st0_ptr, &t); in fxch_i()
167 reg_copy(sti_ptr, st0_ptr); in fxch_i()
168 reg_copy(&t, sti_ptr); in fxch_i()
Dfpu_tags.c108 reg_copy(r, &st(stnr)); in FPU_copy_to_regi()
114 reg_copy(r, &st(1)); in FPU_copy_to_reg1()
123 reg_copy(r, &st(0)); in FPU_copy_to_reg0()
Dreg_ld_str.c144 reg_copy(&CONST_Z, loaded_data); in FPU_load_double()
190 reg_copy(&CONST_Z, loaded_data); in FPU_load_single()
252 reg_copy(&CONST_Z, st0_ptr); in FPU_load_int64()
282 { reg_copy(&CONST_Z, loaded_data); return TAG_Zero; } in FPU_load_int32()
311 { reg_copy(&CONST_Z, loaded_data); return TAG_Zero; } in FPU_load_int16()
358 reg_copy(&CONST_Z, st0_ptr); in FPU_load_bcd()
424 reg_copy(st0_ptr, &tmp); in FPU_store_double()
563 reg_copy(st0_ptr, &tmp); in FPU_store_double()
644 reg_copy(st0_ptr, &tmp); in FPU_store_single()
770 reg_copy(st0_ptr, &tmp); in FPU_store_single()
[all …]
Derrors.c390 reg_copy(&CONST_QNaN, a); in real_1op_NaN()
403 reg_copy(&CONST_QNaN, a); in real_1op_NaN()
611 reg_copy(&CONST_INF, dest); in arith_overflow()
645 reg_copy(&CONST_Z, dest); in arith_underflow()
Dreg_divide.c86 reg_copy(a, &x); in FPU_div()
87 reg_copy(b, &y); in FPU_div()
Dfpu_trig.c395 reg_copy(st1_ptr, st_new_ptr); in fxtract()
804 reg_copy(st0_ptr, &arg); in fsincos()
922 reg_copy(&st0, &tmp); in do_fprem()
970 reg_copy(&st0, &tmp); in do_fprem()
1020 reg_copy(&tmp, st0_ptr); in do_fprem()
1704 reg_copy(st1_ptr, &tmp); in fscale()
Dreg_constant.c62 reg_copy(c, st_new_ptr); in fld_const()
Dreg_add_sub.c321 reg_copy(b, dest); in add_sub_specials()
337 reg_copy(a, dest); in add_sub_specials()
Dfpu_emu.h168 static inline void reg_copy(FPU_REG const *x, FPU_REG *y) in reg_copy() function