windows-nt/Source/XPSP1/NT/base/wow64/mscpu/decoder/dwordfns.h

30 lines
394 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
Copyright (c) 1995 Microsoft Corporation
Module Name:
dwordfns.h
Abstract:
Prototypes for instructions which operate on 32-bit DWORDS.
Author:
06-Jun-1995 BarryBo, Created
Revision History:
--*/
#ifndef DWORDFNS_H
#define DWORDFNS_H
#define DISPATCHCOMMON(x) DISPATCH(x ## 32)
#include "common.h"
#include "comm1632.h"
#undef DISPATCHCOMMON
#endif //DWORDFNS_H