mirror of https://github.com/lianthony/NT4.0
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.
14 lines
443 B
14 lines
443 B
#ifndef _Ppchst_c_h
|
|
#define _Ppchst_c_h
|
|
#define PpcPureAddressAdjustment (0)
|
|
#define PpcCallToRetAddrAdjustment (0)
|
|
#define PpcCallCodeSize (1)
|
|
#define PpcBranchCodeSizeAdjustment (1)
|
|
#define PpcMaxImmedSize (2)
|
|
#define PpcMaxFtUpdateSize (2)
|
|
#define PpcGotoCodeSize (1)
|
|
#define PpcFpuOverflowExceptionBit (8)
|
|
#define PpcFpuUnderflowExceptionBit (7)
|
|
#define PpcFpuPrecisionExceptionBit (5)
|
|
#define ADDIS_OPCODE (15)
|
|
#endif /* ! _Ppchst_c_h */
|