Converts a value between modes with different arithmetics but same number of bits by reinterpreting the bits in the new mode
◆ n_Bitcast
Input numbers for Bitcast node.
Enumerator |
---|
n_Bitcast_op | operand
|
n_Bitcast_max | |
Definition at line 754 of file nodes.h.
◆ get_Bitcast_op()
Returns op input of a Bitcast node.
◆ get_op_Bitcast()
ir_op * get_op_Bitcast |
( |
void | | ) |
|
Returns opcode for Bitcast nodes.
◆ is_Bitcast()
int is_Bitcast |
( |
const ir_node * | node | ) |
|
Test if node is a Bitcast.
- Returns
- 1 if the node is a Bitcast node, 0 otherwise
◆ new_Bitcast()
Construct a Bitcast node.
- Parameters
-
irn_op | op |
mode | mode of the operations result |
◆ new_d_Bitcast()
Construct a Bitcast node.
- Parameters
-
dbgi | A pointer to debug information. |
irn_op | op |
mode | mode of the operations result |
◆ new_r_Bitcast()
Construct a Bitcast node.
- Parameters
-
block | The IR block the node belongs to. |
irn_op | op |
mode | mode of the operations result |
◆ new_rd_Bitcast()
Construct a Bitcast node.
- Parameters
-
dbgi | A pointer to debug information. |
block | The IR block the node belongs to. |
irn_op | op |
mode | mode of the operations result |
◆ set_Bitcast_op()
Sets op input of a Bitcast node.
◆ op_Bitcast
Bitcast opcode.
Definition at line 806 of file nodes.h.