libFirm
|
returns the product of its operands More...
Enumerations | |
enum | n_Mul { n_Mul_left, n_Mul_right, n_Mul_max = n_Mul_right } |
Input numbers for Mul node. More... | |
Functions | |
ir_node * | new_rd_Mul (dbg_info *dbgi, ir_node *block, ir_node *irn_left, ir_node *irn_right) |
Construct a Mul node. More... | |
ir_node * | new_r_Mul (ir_node *block, ir_node *irn_left, ir_node *irn_right) |
Construct a Mul node. More... | |
ir_node * | new_d_Mul (dbg_info *dbgi, ir_node *irn_left, ir_node *irn_right) |
Construct a Mul node. More... | |
ir_node * | new_Mul (ir_node *irn_left, ir_node *irn_right) |
Construct a Mul node. More... | |
int | is_Mul (const ir_node *node) |
Test if node is a Mul. More... | |
ir_node * | get_Mul_left (const ir_node *node) |
Returns left input of a Mul node. More... | |
void | set_Mul_left (ir_node *node, ir_node *left) |
Sets left input of a Mul node. More... | |
ir_node * | get_Mul_right (const ir_node *node) |
Returns right input of a Mul node. More... | |
void | set_Mul_right (ir_node *node, ir_node *right) |
Sets right input of a Mul node. More... | |
ir_op * | get_op_Mul (void) |
Returns opcode for Mul nodes. More... | |
Variables | |
ir_op * | op_Mul |
Mul opcode. More... | |
returns the product of its operands
enum n_Mul |
Returns left input of a Mul node.
Definition at line 1658 of file gen_irnode.c.
Returns right input of a Mul node.
Definition at line 1668 of file gen_irnode.c.
ir_op* get_op_Mul | ( | void | ) |
int is_Mul | ( | const ir_node * | node | ) |
Test if node is a Mul.
Definition at line 3305 of file gen_irnode.c.
Construct a Mul node.
dbgi | A pointer to debug information. |
irn_left | left |
irn_right | right |
Definition at line 1646 of file gen_irnode.c.
References current_ir_graph, get_cur_block(), IR_GRAPH_CONSTRAINT_CONSTRUCTION, irg_is_constrained(), and new_rd_Mul().
Referenced by new_Mul().
Construct a Mul node.
irn_left | left |
irn_right | right |
Definition at line 1653 of file gen_irnode.c.
References new_d_Mul().
Construct a Mul node.
block | The IR block the node belongs to. |
irn_left | left |
irn_right | right |
Definition at line 1641 of file gen_irnode.c.
References new_rd_Mul().
Construct a Mul node.
dbgi | A pointer to debug information. |
block | The IR block the node belongs to. |
irn_left | left |
irn_right | right |
Definition at line 1625 of file gen_irnode.c.
References get_irn_irg(), get_irn_mode(), new_ir_node(), op_Mul, optimize_node(), and verify_new_node().
Referenced by new_d_Mul(), and new_r_Mul().
Sets left input of a Mul node.
Definition at line 1663 of file gen_irnode.c.
ir_op* op_Mul |
Mul opcode.
Definition at line 2505 of file nodes.h.
Referenced by get_op_Mul(), new_rd_Mul(), set_Mul_right(), and set_typeconst_type().