a029c3e27f9da3d246169d0477df98cfef25643e
[libfirm] / ir / be / ia32 / ia32_emitter.h
1 #ifndef _IA32_EMITTER_H_
2 #define _IA32_EMITTER_H_
3
4 #include "irnode.h"
5
6 const char *get_dest_reg_name(ir_node *n, int num);
7
8 const char *get_source_reg_name(ir_node *n, int num);
9
10 char *node_const_to_str(ir_node *n);
11
12 char *node_offset_to_str(ir_node *n);
13
14 void equalize_dest_src(FILE *F, ir_node *n);
15
16 #endif /* _IA32_EMITTER_H_ */