X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Famd64%2Famd64_new_nodes.h;h=ffc9f9e7cbfd1f5f6e5ec6e841d5f0d3e2fd0b75;hb=6bb28287b0f135a4dda410e2caa974997a5c6a21;hp=901e09e321bff257da81b841e52b2a643a961362;hpb=e3943c4ca77c8eded5fdd29d54a1a2b0c215777a;p=libfirm diff --git a/ir/be/amd64/amd64_new_nodes.h b/ir/be/amd64/amd64_new_nodes.h index 901e09e32..ffc9f9e7c 100644 --- a/ir/be/amd64/amd64_new_nodes.h +++ b/ir/be/amd64/amd64_new_nodes.h @@ -20,7 +20,6 @@ /** * @file * @brief Function prototypes for the assembler ir node constructors. - * @version $Id: amd64_new_nodes.h 26549 2009-09-18 17:48:23Z matze $ */ #ifndef FIRM_BE_TEMPALTE_amd64_NEW_NODES_H #define FIRM_BE_amd64_amd64_NEW_NODES_H @@ -39,26 +38,18 @@ ***************************************************************************************************/ /** - * Returns the attributes of an amd64 node. - */ -amd64_attr_t *get_amd64_attr(ir_node *node); - -const amd64_attr_t *get_amd64_attr_const(const ir_node *node); - -/** - * Returns the argument register requirements of an amd64 node. + * Sets the input mode of the node. */ -const arch_register_req_t **get_amd64_in_req_all(const ir_node *node); +void set_amd64_ls_mode(ir_node *n, ir_mode *mode); /** - * Returns the argument register requirements of an amd64 node. + * Returns the attributes of an amd64 node. */ -const arch_register_req_t *get_amd64_in_req(const ir_node *node, int pos); +amd64_attr_t *get_amd64_attr(ir_node *node); +const amd64_attr_t *get_amd64_attr_const(const ir_node *node); -/** - * Sets the IN register requirements at position pos. - */ -void set_amd64_req_in(ir_node *node, const arch_register_req_t *req, int pos); +const amd64_SymConst_attr_t *get_amd64_SymConst_attr_const(const ir_node *node); +amd64_SymConst_attr_t *get_amd64_SymConst_attr(ir_node *node); /* Include the generated headers */ #include "gen_amd64_new_nodes.h"