Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/math-emu/
H A Dload_store.c67 int FPU_load_store(u_char type, fpu_addr_modes addr_modes, in FPU_load_store() function
H A Dfpu_proto.h93 extern int FPU_load_store(u_char type, fpu_addr_modes addr_modes,
H A Dfpu_entry.c457 FPU_load_store(((FPU_modrm & 0x38) | (byte1 & 6)) in math_emulate()