Home
last modified time | relevance | path

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

/arch/x86/math-emu/
Dfpu_aux.c134 FPU_REG *st0_ptr = &st(0), *sti_ptr = &st(i); in fxch_i() local
148 FPU_copy_to_reg0(sti_ptr, sti_tag); in fxch_i()
164 reg_copy(sti_ptr, st0_ptr); in fxch_i()
165 reg_copy(&t, sti_ptr); in fxch_i()
Dreg_ld_str.c83 FPU_REG *sti_ptr = &st(stnr); in FPU_load_extended() local
87 __copy_from_user(sti_ptr, s, 10); in FPU_load_extended()
90 return FPU_tagof(sti_ptr); in FPU_load_extended()