OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-s390/] [mathemu.h] - Blame information for rev 1774

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1276 phoenix
/*
2
 *  arch/s390/kernel/mathemu.h
3
 *    IEEE floating point emulation.
4
 *
5
 *  S390 version
6
 *    Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation
7
 *    Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
8
 */
9
 
10
#ifndef __MATHEMU__
11
#define __MATHEMU__
12
 
13
extern int math_emu_b3(__u8 *, struct pt_regs *);
14
extern int math_emu_ed(__u8 *, struct pt_regs *);
15
extern int math_emu_ldr(__u8 *);
16
extern int math_emu_ler(__u8 *);
17
extern int math_emu_std(__u8 *, struct pt_regs *);
18
extern int math_emu_ld(__u8 *, struct pt_regs *);
19
extern int math_emu_ste(__u8 *, struct pt_regs *);
20
extern int math_emu_le(__u8 *, struct pt_regs *);
21
extern int math_emu_lfpc(__u8 *, struct pt_regs *);
22
extern int math_emu_stfpc(__u8 *, struct pt_regs *);
23
extern int math_emu_srnm(__u8 *, struct pt_regs *);
24
 
25
#endif                                 /* __MATHEMU__                      */
26
 
27
 
28
 
29
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.