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