Remove classify_tarval(). Use tarval_is_null(), tarval_is_one() and tarval_is_all_one...
[libfirm] / ir / be / ia32 / ia32_new_nodes.h
index 21b0e99..c6d6843 100644 (file)
 #include "firm_config.h"
 #include "ia32_nodes_attr.h"
 
+/** indices for AM inputs */
+enum {
+       n_ia32_base         = 0,
+       n_ia32_index        = 1,
+       n_ia32_mem          = 2,
+       n_ia32_unary_op     = 3,
+       n_ia32_binary_left  = 3,
+       n_ia32_binary_right = 4
+};
+
 /** proj numbers for "normal" one-result nodes (for the complicated cases where we not only
  * need the result) */
 enum {