You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
396 B
28 lines
396 B
/*++
|
|
|
|
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);
|