Leaked source code of windows server 2003
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

  1. /*++
  2. Copyright (c) 1995 Microsoft Corporation
  3. Module Name:
  4. floatfns.h
  5. Abstract:
  6. Prototypes for floating point instructions.
  7. Author:
  8. 20-Jun-1995 t-orig
  9. Revision History:
  10. --*/
  11. DISPATCH(FLOAT_GP0);
  12. DISPATCH(FLOAT_GP1);
  13. DISPATCH(FLOAT_GP2);
  14. DISPATCH(FLOAT_GP3);
  15. DISPATCH(FLOAT_GP4);
  16. DISPATCH(FLOAT_GP5);
  17. DISPATCH(FLOAT_GP6);
  18. DISPATCH(FLOAT_GP7);