Home
last modified time | relevance | path

Searched refs:ir_UNARY_OP_A (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/opcache/jit/ir/
H A Dir_builder.h42 #define ir_UNARY_OP_A(_op, _op1) ir_fold1(_ir_CTX, IR_OPT((_op), IR_ADDR), (_op1)) macro
170 #define ir_SEXT_A(_op1) ir_UNARY_OP_A(IR_SEXT, (_op1))
182 #define ir_ZEXT_A(_op1) ir_UNARY_OP_A(IR_ZEXT, (_op1))
194 #define ir_TRUNC_A(_op1) ir_UNARY_OP_A(IR_TRUNC, (_op1))
206 #define ir_BITCAST_A(_op1) ir_UNARY_OP_A(IR_BITCAST, (_op1))
277 #define ir_NOT_A(_op1) ir_UNARY_OP_A(IR_NOT, (_op1))
387 #define ir_BSWAP_A(_op1) ir_UNARY_OP_A(IR_BSWAP, (_op1))
397 #define ir_CTPOP_A(_op1) ir_UNARY_OP_A(IR_CTPOP, (_op1))
409 #define ir_CTLZ_A(_op1) ir_UNARY_OP_A(IR_CTLZ, (_op1))
421 #define ir_CTTZ_A(_op1) ir_UNARY_OP_A(IR_CTTZ, (_op1))
[all …]

Completed in 19 milliseconds