CACAO
Macros
abi-asm.hpp File Reference

Go to the source code of this file.

Macros

#define SAV_CNT   (INT_SAV_CNT + FLT_SAV_CNT)
 
#define ARG_CNT   (INT_ARG_CNT + FLT_ARG_CNT)
 
#define TMP_CNT   (INT_TMP_CNT + FLT_TMP_CNT)
 

Macro Definition Documentation

#define ARG_CNT   (INT_ARG_CNT + FLT_ARG_CNT)

Definition at line 41 of file abi-asm.hpp.

#define SAV_CNT   (INT_SAV_CNT + FLT_SAV_CNT)

Definition at line 40 of file abi-asm.hpp.

#define TMP_CNT   (INT_TMP_CNT + FLT_TMP_CNT)

Definition at line 42 of file abi-asm.hpp.