Go to the documentation of this file.
72 #define REG_RESULT RAX
83 #define REG_METHODPTR REG_ITMP2
88 #define REG_ITMP1_XPTR REG_ITMP1
89 #define REG_ITMP2_XPC REG_ITMP2
91 #if defined(__SOLARIS__)
100 #define REG_FRESULT XMM0
105 #define REG_FTMP1 XMM8
106 #define REG_FTMP2 XMM9
107 #define REG_FTMP3 XMM10
112 #define INT_REG_CNT 16
113 #define INT_SAV_CNT 5
114 #define INT_ARG_CNT 6
115 #define INT_TMP_CNT 1
116 #define INT_RES_CNT 3
118 #define FLT_REG_CNT 16
119 #define FLT_SAV_CNT 0
120 #define FLT_ARG_CNT 8
121 #define FLT_TMP_CNT 5
122 #define FLT_RES_CNT 3
124 #endif // MD_ABI_HPP_