Further improved lc_printf() and friends.
[libfirm] / include / libfirm / opcodes.h
index 0926a9b..7aee215 100644 (file)
@@ -6,16 +6,17 @@
 /** The opcodes of the libFirm predefined operations. */
 typedef enum ir_opcode {
        iro_ASM,
-       iro_Abs,
        iro_Add,
        iro_Alloc,
        iro_Anchor,
        iro_And,
        iro_Bad,
        iro_Block,
+       iro_Borrow,
        iro_Bound,
        iro_Builtin,
        iro_Call,
+       iro_Carry,
        iro_Cast,
        iro_Cmp,
        iro_Cond,
@@ -23,6 +24,7 @@ typedef enum ir_opcode {
        iro_Const,
        iro_Conv,
        iro_CopyB,
+       iro_Deleted,
        iro_Div,
        iro_DivMod,
        iro_Dummy,
@@ -87,16 +89,17 @@ typedef enum ir_opcode {
 
 
 FIRM_API ir_op *op_ASM;
-FIRM_API ir_op *op_Abs;
 FIRM_API ir_op *op_Add;
 FIRM_API ir_op *op_Alloc;
 FIRM_API ir_op *op_Anchor;
 FIRM_API ir_op *op_And;
 FIRM_API ir_op *op_Bad;
 FIRM_API ir_op *op_Block;
+FIRM_API ir_op *op_Borrow;
 FIRM_API ir_op *op_Bound;
 FIRM_API ir_op *op_Builtin;
 FIRM_API ir_op *op_Call;
+FIRM_API ir_op *op_Carry;
 FIRM_API ir_op *op_Cast;
 FIRM_API ir_op *op_Cmp;
 FIRM_API ir_op *op_Cond;
@@ -104,6 +107,7 @@ FIRM_API ir_op *op_Confirm;
 FIRM_API ir_op *op_Const;
 FIRM_API ir_op *op_Conv;
 FIRM_API ir_op *op_CopyB;
+FIRM_API ir_op *op_Deleted;
 FIRM_API ir_op *op_Div;
 FIRM_API ir_op *op_DivMod;
 FIRM_API ir_op *op_Dummy;
@@ -144,16 +148,17 @@ FIRM_API ir_op *op_Unknown;
 
 
 FIRM_API ir_op *get_op_ASM(void);
-FIRM_API ir_op *get_op_Abs(void);
 FIRM_API ir_op *get_op_Add(void);
 FIRM_API ir_op *get_op_Alloc(void);
 FIRM_API ir_op *get_op_Anchor(void);
 FIRM_API ir_op *get_op_And(void);
 FIRM_API ir_op *get_op_Bad(void);
 FIRM_API ir_op *get_op_Block(void);
+FIRM_API ir_op *get_op_Borrow(void);
 FIRM_API ir_op *get_op_Bound(void);
 FIRM_API ir_op *get_op_Builtin(void);
 FIRM_API ir_op *get_op_Call(void);
+FIRM_API ir_op *get_op_Carry(void);
 FIRM_API ir_op *get_op_Cast(void);
 FIRM_API ir_op *get_op_Cmp(void);
 FIRM_API ir_op *get_op_Cond(void);
@@ -161,6 +166,7 @@ FIRM_API ir_op *get_op_Confirm(void);
 FIRM_API ir_op *get_op_Const(void);
 FIRM_API ir_op *get_op_Conv(void);
 FIRM_API ir_op *get_op_CopyB(void);
+FIRM_API ir_op *get_op_Deleted(void);
 FIRM_API ir_op *get_op_Div(void);
 FIRM_API ir_op *get_op_DivMod(void);
 FIRM_API ir_op *get_op_Dummy(void);