Home
last modified time | relevance | path

Searched refs:FPU_store_int32 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/math-emu/
H A Dload_store.c165 if (FPU_store_int32 in FPU_load_store()
198 FPU_store_int32(st0_ptr, st0_tag, (long __user *)data_address); in FPU_load_store()
218 if (FPU_store_int32 in FPU_load_store()
H A Dfpu_proto.h142 extern int FPU_store_int32(FPU_REG *st0_ptr, u_char st0_tag, long __user *d);
H A Dreg_ld_str.c803 int FPU_store_int32(FPU_REG *st0_ptr, u_char st0_tag, long __user *d) in FPU_store_int32() function