Home
last modified time | relevance | path

Searched refs:sti_ptr (Results 1 – 2 of 2) sorted by relevance

/arch/x86/math-emu/
Dfpu_aux.c135 FPU_REG *st0_ptr = &st(0), *sti_ptr = &st(i); in fxch_i() local
149 FPU_copy_to_reg0(sti_ptr, sti_tag); in fxch_i()
165 reg_copy(sti_ptr, st0_ptr); in fxch_i()
166 reg_copy(&t, sti_ptr); in fxch_i()
178 FPU_REG *sti_ptr = &st(i); in fcmovCC() local
189 reg_copy(sti_ptr, st0_ptr); in fcmovCC()
Dreg_ld_str.c84 FPU_REG *sti_ptr = &st(stnr); in FPU_load_extended() local
88 FPU_copy_from_user(sti_ptr, s, 10); in FPU_load_extended()
91 return FPU_tagof(sti_ptr); in FPU_load_extended()