X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Farm%2Farm_new_nodes.h;h=14ca0b0d602f638a09f3552721efd89a3438fca4;hb=ce6161a7e42a48f7422b7babcc64d8ace18e2687;hp=a1ef249bad9f5faf8c0aad7e96312b79a9fe0fb1;hpb=5da0fab6d0c10e01c19ecf6fdc3cc83d982dc8a5;p=libfirm diff --git a/ir/be/arm/arm_new_nodes.h b/ir/be/arm/arm_new_nodes.h index a1ef249ba..14ca0b0d6 100644 --- a/ir/be/arm/arm_new_nodes.h +++ b/ir/be/arm/arm_new_nodes.h @@ -1,171 +1,117 @@ -#ifndef _ARM_NEW_NODES_H_ -#define _ARM_NEW_NODES_H_ - -/** - * Function prototypes for the assembler ir node constructors. - * $Id$ - */ +/* + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. + * + * This file is part of libFirm. + * + * This file may be distributed and/or modified under the terms of the + * GNU General Public License version 2 as published by the Free Software + * Foundation and appearing in the file LICENSE.GPL included in the + * packaging of this file. + * + * Licensees holding valid libFirm Professional Edition licenses may use + * this file in accordance with the libFirm Commercial License. + * Agreement provided with the Software. + * + * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE + * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE. + */ + +/** + * @file + * @brief Function prototypes for the assembler ir node constructors. + * @author Oliver Richter, Tobias Gneist + * @version $Id$ + */ +#ifndef FIRM_BE_ARM_ARM_NEW_NODES_H +#define FIRM_BE_ARM_ARM_NEW_NODES_H #include "arm_nodes_attr.h" #include "bearch_arm_t.h" -/*************************************************************************************************** - * _ _ _ __ _ _ _ _ - * | | | | | | / / | | | | | | | | - * __ _| |_| |_ _ __ ___ ___| |_ / /_ _ ___| |_ _ __ ___ ___| |_| |__ ___ __| |___ - * / _` | __| __| '__| / __|/ _ \ __| / / _` |/ _ \ __| | '_ ` _ \ / _ \ __| '_ \ / _ \ / _` / __| - * | (_| | |_| |_| | \__ \ __/ |_ / / (_| | __/ |_ | | | | | | __/ |_| | | | (_) | (_| \__ \ - * \__,_|\__|\__|_| |___/\___|\__/_/ \__, |\___|\__| |_| |_| |_|\___|\__|_| |_|\___/ \__,_|___/ - * __/ | - * |___/ - ***************************************************************************************************/ - -/** - * Returns the attributes of an arm node. - */ -arm_attr_t *get_arm_attr(const ir_node *node); - -/** - * Returns the argument register requirements of an arm node. - */ -const arm_register_req_t **get_arm_in_req_all(const ir_node *node); - -/** - * Returns the result register requirements of an arm node. - */ -const arm_register_req_t **get_arm_out_req_all(const ir_node *node); - /** - * Returns the argument register requirements of an arm node. + * Returns the attributes of a generic Arm node. */ -const arm_register_req_t *get_arm_in_req(const ir_node *node, int pos); +arm_attr_t *get_arm_attr(ir_node *node); +const arm_attr_t *get_arm_attr_const(const ir_node *node); /** - * Returns the result register requirements of an arm node. + * Returns the attributes of an ARM SymConst node. */ -const arm_register_req_t *get_arm_out_req(const ir_node *node, int pos); +arm_SymConst_attr_t *get_arm_SymConst_attr(ir_node *node); +const arm_SymConst_attr_t *get_arm_SymConst_attr_const(const ir_node *node); /** - * Sets the OUT register requirements at position pos. + * Returns the attributes of an ARM CondJmp node. */ -void set_arm_req_out(ir_node *node, const arm_register_req_t *req, int pos); +arm_CondJmp_attr_t *get_arm_CondJmp_attr(ir_node *node); +const arm_CondJmp_attr_t *get_arm_CondJmp_attr_const(const ir_node *node); /** - * Sets the complete OUT requirements of node. + * Returns the attributes of an ARM SwitchJmp node. */ -void set_arm_req_out_all(ir_node *node, const arm_register_req_t **reqs); +arm_SwitchJmp_attr_t *get_arm_SwitchJmp_attr(ir_node *node); +const arm_SwitchJmp_attr_t *get_arm_SwitchJmp_attr_const(const ir_node *node); -/** - * Sets the IN register requirements at position pos. - */ -void set_arm_req_in(ir_node *node, const arm_register_req_t *req, int pos); +arm_load_store_attr_t *get_arm_load_store_attr(ir_node *node); +const arm_load_store_attr_t *get_arm_load_store_attr_const(const ir_node *node); -/** - * Returns the register flag of an arm node. - */ -arch_irn_flags_t get_arm_flags(const ir_node *node); +arm_shifter_operand_t *get_arm_shifter_operand_attr(ir_node *node); +const arm_shifter_operand_t *get_arm_shifter_operand_attr_const(const ir_node *node); -/** - * Sets the register flag of an arm node. - */ -void set_arm_flags(const ir_node *node, arch_irn_flags_t flags); +arm_cmp_attr_t *get_arm_cmp_attr(ir_node *node); +const arm_cmp_attr_t *get_arm_cmp_attr_const(const ir_node *node); -/** - * Returns the result register slots of an arm node. - */ -const arch_register_t **get_arm_slots(const ir_node *node); +arm_farith_attr_t *get_arm_farith_attr(ir_node *node); +const arm_farith_attr_t *get_arm_farith_attr_const(const ir_node *node); -/** - * Returns the name of the OUT register at position pos. - */ -const char *get_arm_out_reg_name(const ir_node *node, int pos); +arm_CopyB_attr_t *get_arm_CopyB_attr(ir_node *node); +const arm_CopyB_attr_t *get_arm_CopyB_attr_const(const ir_node *node); /** - * Returns the index of the OUT register at position pos within its register class. - */ -int get_arm_out_regnr(const ir_node *node, int pos); +* Return the tarval of a fConst +*/ +ir_tarval *get_fConst_value(const ir_node *node); /** - * Returns the OUT register at position pos. + * Sets the tarval of a fConst */ -const arch_register_t *get_arm_out_reg(const ir_node *node, int pos); +void set_fConst_value(ir_node *node, ir_tarval *tv); /** - * Sets the number of results. + * Returns the compare kind */ -void set_arm_n_res(ir_node *node, int n_res); +pn_Cmp get_arm_CondJmp_pnc(const ir_node *node); /** - * Returns the number of results. + * Set compare type */ -int get_arm_n_res(const ir_node *node); - -/** - * Set the ARM machine node attributes to default values. - */ -void init_arm_attributes(ir_node *node, int flags, const arm_register_req_t ** in_reqs, - const arm_register_req_t ** out_reqs, int n_res); - -ir_node *arm_new_NoReg_gp(arm_code_gen_t *cg); -ir_node *arm_new_NoReg_fp(arm_code_gen_t *cg); - -/** - * Returns the tarval - */ -tarval *get_arm_value(const ir_node *node); - -/** - * Sets the tarval - */ -void set_arm_value(ir_node *node, tarval *tv); - -/** - * Returns the proj num - */ -int get_arm_proj_num(const ir_node *node); - -/** - * Sets the proj num - */ -void set_arm_proj_num(ir_node *node, int proj_num); - -const char *get_arm_symconst_label(ir_node *node); -void set_arm_symconst_label(ir_node *node, const char *symconst_label); +void set_arm_CondJmp_pnc(ir_node *node, pn_Cmp pnc); ir_node *new_r_arm_StoreStackMInc(ir_graph *irg, ir_node *block, ir_node *mem, ir_node *sp, int n_regs, ir_node **regs, ir_mode *mode); /** - * Returns the number of projs. + * Returns the number of projs of a SwitchJmp. */ -int get_arm_n_projs(ir_node *node); +int get_arm_SwitchJmp_n_projs(const ir_node *node); /** - * Sets the number of projs. + * Sets the number of projs of a SwitchJmp. */ -void set_arm_n_projs(ir_node *node, int n_projs); +void set_arm_SwitchJmp_n_projs(ir_node *node, int n_projs); /** * Returns the default_proj_num. */ -long get_arm_default_proj_num(ir_node *node); +long get_arm_SwitchJmp_default_proj_num(const ir_node *node); /** * Sets the default_proj_num. */ -void set_arm_default_proj_num(ir_node *node, long default_proj_num); - -/** - * Gets the shift modifier attribute. - */ -arm_shift_modifier get_arm_shift_modifier(ir_node *node); - -/** - * Decode an immediate with shifter operand - */ -unsigned int arm_decode_imm_w_shift(tarval *tv); +void set_arm_SwitchJmp_default_proj_num(ir_node *node, long default_proj_num); /* Include the generated headers */ #include "gen_arm_new_nodes.h" -#endif /* _ARM_NEW_NODES_H_ */ +#endif