Home
last modified time | relevance | path

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

/arch/x86/math-emu/
Dload_store.c61 int FPU_load_store(u_char type, fpu_addr_modes addr_modes, in FPU_load_store() function
Dfpu_proto.h84 extern int FPU_load_store(u_char type, fpu_addr_modes addr_modes,
Dfpu_entry.c497 FPU_load_store(((FPU_modrm & 0x38) | (byte1 & 6)) in math_emulate()