X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=ir%2Fbe%2Fppc32%2Fppc32_new_nodes.h;h=db24432708251b4abaeca384008facbea29df432;hb=c23b55879df97f49fc6f1e95651f9f28a980b620;hp=d57c877aafe9e62b565b4406b48e396e5a9845f5;hpb=7f81d2a2c9293cf34e4db08fc402a5c33ef919eb;p=libfirm diff --git a/ir/be/ppc32/ppc32_new_nodes.h b/ir/be/ppc32/ppc32_new_nodes.h index d57c877aa..db2443270 100644 --- a/ir/be/ppc32/ppc32_new_nodes.h +++ b/ir/be/ppc32/ppc32_new_nodes.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -42,7 +42,8 @@ /** * Returns the attributes of an ppc node. */ -ppc32_attr_t *get_ppc32_attr(const ir_node *node); +ppc32_attr_t *get_ppc32_attr(ir_node *node); +const ppc32_attr_t *get_ppc32_attr_const(const ir_node *node); /** * Returns the argument register requirements of an ppc node. @@ -82,7 +83,7 @@ arch_irn_flags_t get_ppc32_flags(const ir_node *node); /** * Sets the register flag of an ppc node. */ -void set_ppc32_flags(const ir_node *node, arch_irn_flags_t flags); +void set_ppc32_flags(ir_node *node, arch_irn_flags_t flags); /** * Returns the result register slots of an ppc node. @@ -111,32 +112,27 @@ int get_ppc32_n_res(const ir_node *node); ppc32_attr_content_type get_ppc32_type(const ir_node *node); -void set_ppc32_constant_tarval(const ir_node *node, tarval *const_tarval); +void set_ppc32_constant_tarval(ir_node *node, tarval *const_tarval); tarval *get_ppc32_constant_tarval(const ir_node *node); -void set_ppc32_symconst_ident(const ir_node *node, ident *symconst_ident); +void set_ppc32_symconst_ident(ir_node *node, ident *symconst_ident); ident *get_ppc32_symconst_ident(const ir_node *node); -void set_ppc32_frame_entity(const ir_node *node, ir_entity *ent); +void set_ppc32_frame_entity(ir_node *node, ir_entity *ent); ir_entity *get_ppc32_frame_entity(const ir_node *node); -void set_ppc32_rlwimi_const(const ir_node *node, unsigned shift, unsigned maskA, unsigned maskB); -rlwimi_const_t *get_ppc32_rlwimi_const(const ir_node *node); +void set_ppc32_rlwimi_const(ir_node *node, unsigned shift, unsigned maskA, unsigned maskB); +const rlwimi_const_t *get_ppc32_rlwimi_const(const ir_node *node); -void set_ppc32_proj_nr(const ir_node *node, int proj_nr); +void set_ppc32_proj_nr(ir_node *node, int proj_nr); int get_ppc32_proj_nr(const ir_node *node); -void set_ppc32_offset(const ir_node *node, int offset); +void set_ppc32_offset(ir_node *node, int offset); int get_ppc32_offset(const ir_node *node); -void set_ppc32_offset_mode(const ir_node *node, ppc32_attr_offset_mode mode); +void set_ppc32_offset_mode(ir_node *node, ppc32_attr_offset_mode mode); ppc32_attr_offset_mode get_ppc32_offset_mode(const ir_node *node); -void init_ppc32_attributes(ir_node *node, int 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, unsigned latency); - void ppc32_register_additional_opcodes(int opcode_num); /* Include the generated headers */