Implement binary emitter for Minus64Bit.
[libfirm] / ir / be / ia32 / ia32_new_nodes.h
index 857d359..b65844b 100644 (file)
@@ -259,31 +259,11 @@ const arch_register_req_t **get_ia32_in_req_all(const ir_node *node);
  */
 void set_ia32_in_req_all(ir_node *node, const arch_register_req_t **reqs);
 
-/**
- * Returns the result register requirements of an ia32 node.
- */
-const arch_register_req_t **get_ia32_out_req_all(const ir_node *node);
-
-/**
- * Sets the result register requirements of an ia32 node.
- */
-void set_ia32_out_req_all(ir_node *node, const arch_register_req_t **reqs);
-
 /**
  * Returns the argument register requirements of an ia32 node.
  */
 const arch_register_req_t *get_ia32_in_req(const ir_node *node, int pos);
 
-/**
- * Returns the result register requirements of an ia32 node.
- */
-const arch_register_req_t *get_ia32_out_req(const ir_node *node, int pos);
-
-/**
- * Sets the OUT register requirements at position pos.
- */
-void set_ia32_req_out(ir_node *node, const arch_register_req_t *req, int pos);
-
 /**
  * Sets the IN register requirements at position pos.
  */
@@ -310,16 +290,6 @@ unsigned get_ia32_copyb_size(const ir_node *node);
 unsigned get_ia32_latency(const ir_node *node);
 
 
-/**
- * Sets the flags for the n'th out.
- */
-void set_ia32_out_flags(ir_node *node, arch_irn_flags_t flags, int pos);
-
-/**
- * Gets the flags for the n'th out.
- */
-arch_irn_flags_t get_ia32_out_flags(const ir_node *node, int pos);
-
 /**
  * Get the list of available execution units.
  */
@@ -404,14 +374,14 @@ void ia32_swap_left_right(ir_node *node);
  */
 void init_ia32_attributes(ir_node *node, arch_irn_flags_t flags,
                           const arch_register_req_t **in_reqs,
-                          const arch_register_req_t **out_reqs,
                           const be_execution_unit_t ***execution_units,
                           int n_res);
 
 void init_ia32_x87_attributes(ir_node *node);
 void init_ia32_asm_attributes(ir_node *node);
 void init_ia32_immediate_attributes(ir_node *node, ir_entity *symconst,
-                                    int symconst_sign, long offset);
+                                    int symconst_sign, int no_pic_adjust,
+                                                                       long offset);
 void init_ia32_call_attributes(ir_node *res, unsigned pop, ir_type *call_tp);
 void init_ia32_copyb_attributes(ir_node *res, unsigned size);
 void init_ia32_condcode_attributes(ir_node *res, long pnc);