|
libFirm 1.20
|
returns the upper word of the product of its operands (the part which would not fit into the result mode of a normal Mul anymore) More...
Enumerations | |
| enum | n_Mulh { n_Mulh_left, n_Mulh_right, n_Mulh_max = n_Mulh_right } |
| Input numbers for Mulh node. More... | |
Functions | |
| ir_node * | new_rd_Mulh (dbg_info *dbgi, ir_node *block, ir_node *irn_left, ir_node *irn_right, ir_mode *mode) |
| Construct a Mulh node. | |
| ir_node * | new_r_Mulh (ir_node *block, ir_node *irn_left, ir_node *irn_right, ir_mode *mode) |
| Construct a Mulh node. | |
| ir_node * | new_d_Mulh (dbg_info *dbgi, ir_node *irn_left, ir_node *irn_right, ir_mode *mode) |
| Construct a Mulh node. | |
| ir_node * | new_Mulh (ir_node *irn_left, ir_node *irn_right, ir_mode *mode) |
| Construct a Mulh node. | |
| int | is_Mulh (const ir_node *node) |
| Test if node is a Mulh. | |
| ir_node * | get_Mulh_left (const ir_node *node) |
| Returns left input of a Mulh node. | |
| void | set_Mulh_left (ir_node *node, ir_node *left) |
| Sets left input of a Mulh node. | |
| ir_node * | get_Mulh_right (const ir_node *node) |
| Returns right input of a Mulh node. | |
| void | set_Mulh_right (ir_node *node, ir_node *right) |
| Sets right input of a Mulh node. | |
| ir_op * | get_op_Mulh (void) |
| Returns opcode for Mulh nodes. | |
Variables | |
| ir_op * | op_Mulh |
| Mulh opcode. | |
returns the upper word of the product of its operands (the part which would not fit into the result mode of a normal Mul anymore)
| ir_op* get_op_Mulh | ( | void | ) |
Returns opcode for Mulh nodes.
| int is_Mulh | ( | const ir_node * | node | ) |
Test if node is a Mulh.
Construct a Mulh node.
| dbgi | A pointer to debug information. |
| irn_left | first operand |
| irn_right | second operand |
| mode | mode of the operations result |
Construct a Mulh node.
| irn_left | first operand |
| irn_right | second operand |
| mode | mode of the operations result |
Construct a Mulh node.
| block | The IR block the node belongs to. |
| irn_left | first operand |
| irn_right | second operand |
| mode | mode of the operations result |
| ir_node* new_rd_Mulh | ( | dbg_info * | dbgi, |
| ir_node * | block, | ||
| ir_node * | irn_left, | ||
| ir_node * | irn_right, | ||
| ir_mode * | mode | ||
| ) |
Construct a Mulh node.
| dbgi | A pointer to debug information. |
| block | The IR block the node belongs to. |
| irn_left | first operand |
| irn_right | second operand |
| mode | mode of the operations result |