debug statistic macros
[libfirm] / ir / be / ia32 / bearch_ia32.h
1 #ifndef _BEARCH_IA32_H_
2 #define _BEARCH_IA32_H_
3
4 #include "pset.h"
5 #include "../bearch.h"
6
7 #define FP_USED(cg)  ((cg)->used_fp = (cg)->fp_kind)
8 #define USE_SSE2(cg) ((cg)->fp_kind == fp_sse2)
9 #define USE_x87(cg)  ((cg)->fp_kind == fp_x87)
10
11 extern const arch_isa_if_t ia32_isa_if;
12
13 #endif /* _BEARCH_IA32_H_ */