Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_builder.h38 #define ir_UNARY_OP_U8(_op, _op1) ir_fold1(_ir_CTX, IR_OPT((_op), IR_U8), (_op1)) macro
166 #define ir_SEXT_U8(_op1) ir_UNARY_OP_U8(IR_SEXT, (_op1))
178 #define ir_ZEXT_U8(_op1) ir_UNARY_OP_U8(IR_ZEXT, (_op1))
190 #define ir_TRUNC_U8(_op1) ir_UNARY_OP_U8(IR_TRUNC, (_op1))
202 #define ir_BITCAST_U8(_op1) ir_UNARY_OP_U8(IR_BITCAST, (_op1))
220 #define ir_FP2U8(_op1) ir_UNARY_OP_U8(IR_FP2INT, (_op1))
273 #define ir_NOT_U8(_op1) ir_UNARY_OP_U8(IR_NOT, (_op1))
393 #define ir_CTPOP_8(_op1) ir_UNARY_OP_U8(IR_CTPOP, (_op1))
405 #define ir_CTLZ_8(_op1) ir_UNARY_OP_U8(IR_CTLZ, (_op1))
417 #define ir_CTTZ_8(_op1) ir_UNARY_OP_U8(IR_CTTZ, (_op1))
[all …]

Completed in 12 milliseconds