040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync/****************************************************************************
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync*
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync* Realmode X86 Emulator Library
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync*
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync* Copyright (C) 1996-1999 SciTech Software, Inc.
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync* Copyright (C) David Mosberger-Tang
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync* Copyright (C) 1999 Egbert Eich
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync*
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync* ========================================================================
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync*
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync* Permission to use, copy, modify, distribute, and sell this software and
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync* its documentation for any purpose is hereby granted without fee,
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync* provided that the above copyright notice appear in all copies and that
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync* both that copyright notice and this permission notice appear in
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync* supporting documentation, and that the name of the authors not be used
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync* in advertising or publicity pertaining to distribution of the software
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync* without specific, written prior permission. The authors makes no
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync* representations about the suitability of this software for any purpose.
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync* It is provided "as is" without express or implied warranty.
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync*
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync* THE AUTHORS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync* EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync* USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync* OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync* PERFORMANCE OF THIS SOFTWARE.
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync*
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync* ========================================================================
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync*
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync* Language: ANSI C
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync* Environment: Any
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync* Developer: Kendall Bennett
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync*
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync* Description: Header file for FPU instruction decoding.
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync*
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync****************************************************************************/
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync#ifndef __X86EMU_FPU_H
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync#define __X86EMU_FPU_H
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync#ifdef __cplusplus
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncextern "C" { /* Use "C" linkage when in C++ mode */
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync#endif
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync/* these have to be defined, whether 8087 support compiled in or not. */
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncextern void x86emuOp_esc_coprocess_d8 (u8 op1);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncextern void x86emuOp_esc_coprocess_d9 (u8 op1);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncextern void x86emuOp_esc_coprocess_da (u8 op1);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncextern void x86emuOp_esc_coprocess_db (u8 op1);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncextern void x86emuOp_esc_coprocess_dc (u8 op1);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncextern void x86emuOp_esc_coprocess_dd (u8 op1);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncextern void x86emuOp_esc_coprocess_de (u8 op1);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncextern void x86emuOp_esc_coprocess_df (u8 op1);
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync#ifdef __cplusplus
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync} /* End of "C" linkage for C++ */
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync#endif
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync#endif /* __X86EMU_FPU_H */