Home
last modified time | relevance | path

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

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