X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fsparc%2Fsparc_new_nodes.h;h=89af0eebf0b1f33f7e33d2460189a716904460bc;hb=f0a7d482edb206169a6c43ca846d7eb1bbe0d410;hp=66615754a874e1ebe7b037e3b317aeecf02d9989;hpb=3403745d35e2d624829275a010092414008fe5b7;p=libfirm diff --git a/ir/be/sparc/sparc_new_nodes.h b/ir/be/sparc/sparc_new_nodes.h index 66615754a..89af0eebf 100644 --- a/ir/be/sparc/sparc_new_nodes.h +++ b/ir/be/sparc/sparc_new_nodes.h @@ -27,17 +27,6 @@ #include "sparc_nodes_attr.h" -/*************************************************************************************************** - * _ _ _ __ _ _ _ _ - * | | | | | | / / | | | | | | | | - * __ _| |_| |_ _ __ ___ ___| |_ / /_ _ ___| |_ _ __ ___ ___| |_| |__ ___ __| |___ - * / _` | __| __| '__| / __|/ _ \ __| / / _` |/ _ \ __| | '_ ` _ \ / _ \ __| '_ \ / _ \ / _` / __| - * | (_| | |_| |_| | \__ \ __/ |_ / / (_| | __/ |_ | | | | | | __/ |_| | | | (_) | (_| \__ \ - * \__,_|\__|\__|_| |___/\___|\__/_/ \__, |\___|\__| |_| |_| |_|\___|\__|_| |_|\___/ \__,_|___/ - * __/ | - * |___/ - ***************************************************************************************************/ - /** * Returns the attributes of an sparc node. */ @@ -56,18 +45,22 @@ const sparc_jmp_cond_attr_t *get_sparc_jmp_cond_attr_const(const ir_node *node); sparc_jmp_switch_attr_t *get_sparc_jmp_switch_attr(ir_node *node); const sparc_jmp_switch_attr_t *get_sparc_jmp_switch_attr_const(const ir_node *node); -sparc_cmp_attr_t *get_sparc_cmp_attr(ir_node *node); -const sparc_cmp_attr_t *get_sparc_cmp_attr_const(const ir_node *node); - sparc_save_attr_t *get_sparc_save_attr(ir_node *node); const sparc_save_attr_t *get_sparc_save_attr_const(const ir_node *node); +sparc_fp_attr_t *get_sparc_fp_attr(ir_node *node); +const sparc_fp_attr_t *get_sparc_fp_attr_const(const ir_node *node); + +sparc_fp_conv_attr_t *get_sparc_fp_conv_attr(ir_node *node); +const sparc_fp_conv_attr_t *get_sparc_fp_conv_attr_const(const ir_node *node); /** * Returns the argument register requirements of an sparc node. */ const arch_register_req_t **get_sparc_in_req_all(const ir_node *node); +void set_sparc_in_req_all(ir_node *node, const arch_register_req_t **reqs); + /** * Returns the argument register requirements of an sparc node. */ @@ -78,18 +71,6 @@ const arch_register_req_t *get_sparc_in_req(const ir_node *node, int pos); */ void set_sparc_req_in(ir_node *node, const arch_register_req_t *req, int pos); - -/** - * Returns the proj num - */ -int get_sparc_jmp_cond_proj_num(const ir_node *node); - -/** - * Sets the proj num - */ -void set_sparc_jmp_cond_proj_num(ir_node *node, int proj_num); - - /** * Returns the number of projs of a SwitchJmp. */