Correct three bugs in bemit_incsp(): Offset 0 must emit no code, get_signed_imm_size...
[libfirm] / ir / be / ia32 / ia32_new_nodes.h
index 0c8660f..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.
  */
@@ -394,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);