mathemu.h

来自「this SRC packet is the headfiles that MI」· C头文件 代码 · 共 30 行

H
30
字号
/* *  arch/s390/kernel/mathemu.h *    IEEE floating point emulation. * *  S390 version *    Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation *    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__                      */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?