%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/src/linux-headers-4.4.0-112/arch/s390/include/asm/ |
Upload File : |
/* * IEEE floating point emulation. * * S390 version * Copyright IBM Corp. 1999 * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com) */ #ifndef __MATHEMU__ #define __MATHEMU__ extern int math_emu_b3(__u8 *, struct pt_regs *); extern int math_emu_ed(__u8 *, struct pt_regs *); extern int math_emu_ldr(__u8 *); extern int math_emu_ler(__u8 *); extern int math_emu_std(__u8 *, struct pt_regs *); extern int math_emu_ld(__u8 *, struct pt_regs *); extern int math_emu_ste(__u8 *, struct pt_regs *); extern int math_emu_le(__u8 *, struct pt_regs *); extern int math_emu_lfpc(__u8 *, struct pt_regs *); extern int math_emu_stfpc(__u8 *, struct pt_regs *); extern int math_emu_srnm(__u8 *, struct pt_regs *); #endif /* __MATHEMU__ */