H A D | ir_builder.h | 147 #define ir_NEG(_type, _op1) ir_UNARY_OP(IR_NEG, (_type), (_op1)) argument 156 #define ir_ABS(_type, _op1) ir_UNARY_OP(IR_ABS, (_type), (_op1)) argument 165 #define ir_SEXT(_type, _op1) ir_UNARY_OP(IR_SEXT, (_type), (_op1)) argument 177 #define ir_ZEXT(_type, _op1) ir_UNARY_OP(IR_ZEXT, (_type), (_op1)) argument 189 #define ir_TRUNC(_type, _op1) ir_UNARY_OP(IR_TRUNC, (_type), (_op1)) argument 271 #define ir_NOT(_type, _op1) ir_UNARY_OP(IR_NOT, (_type), (_op1)) argument 509 #define ir_VAR(_type, _name) _ir_VAR(_ir_CTX, (_type), (_name)) argument 532 #define ir_VLOAD(_type, _var) _ir_VLOAD(_ir_CTX, (_type), (_var)) argument 547 #define ir_RLOAD(_type, _reg) _ir_RLOAD(_ir_CTX, (_type), (_reg)) argument 562 #define ir_LOAD(_type, _addr) _ir_LOAD(_ir_CTX, (_type), (_addr)) argument [all …]
|