windows-nt/Source/XPSP1/NT/base/wow64/mscpu/decoder/floatfns.h
2020-09-26 16:20:57 +08:00

29 lines
368 B
C

/*++
Copyright (c) 1995 Microsoft Corporation
Module Name:
floatfns.h
Abstract:
Prototypes for floating point instructions.
Author:
20-Jun-1995 t-orig
Revision History:
--*/
DISPATCH(FLOAT_GP0);
DISPATCH(FLOAT_GP1);
DISPATCH(FLOAT_GP2);
DISPATCH(FLOAT_GP3);
DISPATCH(FLOAT_GP4);
DISPATCH(FLOAT_GP5);
DISPATCH(FLOAT_GP6);
DISPATCH(FLOAT_GP7);