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.
13 lines
427 B
13 lines
427 B
#ifndef _Axphst_c_h
|
|
#define _Axphst_c_h
|
|
#define AXP_HOST_ZERO_REG (31)
|
|
#define AXP_HOST_DEST_REG (13)
|
|
#define AXP_HOST_CALL_REG (26)
|
|
#define AXP_HOST_GDP_REG (29)
|
|
#define AxpPureAddressAdjustment (0)
|
|
#define AxpCallToRetAddrAdjustment (0)
|
|
#define AxpFpuOverflowExceptionMask (36)
|
|
#define AxpFpuOverflowExceptionBit (-1)
|
|
#define AxpFpuUnderflowExceptionBit (3)
|
|
#define AxpFpuPrecisionExceptionBit (4)
|
|
#endif /* ! _Axphst_c_h */
|