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.

36 lines
640 B

  1. /*++
  2. Copyright (c) 1995 Microsoft Corporation
  3. Module Name:
  4. shr1632.h
  5. Abstract:
  6. Prototypes for instruction fragments shared between 16 and 32 bits.
  7. Author:
  8. 12-Jun-1995 BarryBo, Created
  9. Revision History:
  10. --*/
  11. FRAGCOMMON0(PushfFrag);
  12. FRAGCOMMON0(PopfFrag);
  13. FRAGCOMMON0(PushAFrag);
  14. FRAGCOMMON0(PopAFrag);
  15. FRAGCOMMON1IMM(PushFrag);
  16. FRAGCOMMON0(CwdFrag);
  17. FRAGCOMMON2(BoundFrag);
  18. FRAGCOMMON2IMM(EnterFrag);
  19. FRAGCOMMON0(LeaveFrag);
  20. FRAGCOMMON2(LesFrag);
  21. FRAGCOMMON2(LdsFrag);
  22. FRAGCOMMON2(LssFrag);
  23. FRAGCOMMON2(LfsFrag);
  24. FRAGCOMMON2(LgsFrag);
  25. FRAGCOMMON2(LslFrag);
  26. FRAGCOMMON2(LarFrag);