Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
mathemu.h
Go to the documentation of this file.
1 /*
2  * IEEE floating point emulation.
3  *
4  * S390 version
5  * Copyright IBM Corp. 1999
6  * Author(s): Martin Schwidefsky ([email protected])
7  */
8 
9 #ifndef __MATHEMU__
10 #define __MATHEMU__
11 
12 extern int math_emu_b3(__u8 *, struct pt_regs *);
13 extern int math_emu_ed(__u8 *, struct pt_regs *);
14 extern int math_emu_ldr(__u8 *);
15 extern int math_emu_ler(__u8 *);
16 extern int math_emu_std(__u8 *, struct pt_regs *);
17 extern int math_emu_ld(__u8 *, struct pt_regs *);
18 extern int math_emu_ste(__u8 *, struct pt_regs *);
19 extern int math_emu_le(__u8 *, struct pt_regs *);
20 extern int math_emu_lfpc(__u8 *, struct pt_regs *);
21 extern int math_emu_stfpc(__u8 *, struct pt_regs *);
22 extern int math_emu_srnm(__u8 *, struct pt_regs *);
23 
24 #endif /* __MATHEMU__ */
25 
26 
27 
28