Home
last modified time | relevance | path

Searched refs:FPU_load_single (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/math-emu/
H A Dload_store.c125 FPU_load_single((float __user *)data_address, &loaded_data); in FPU_load_store()
H A Dfpu_proto.h129 extern int FPU_load_single(float __user *single, FPU_REG *loaded_data);
H A Dfpu_entry.c283 FPU_load_single((float __user *) in math_emulate()
H A Dreg_ld_str.c156 int FPU_load_single(float __user *single, FPU_REG *loaded_data) in FPU_load_single() function