Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_builder.h167 #define ir_SEXT_U16(_op1) ir_UNARY_OP_U16(IR_SEXT, (_op1))
179 #define ir_ZEXT_U16(_op1) ir_UNARY_OP_U16(IR_ZEXT, (_op1))
191 #define ir_TRUNC_U16(_op1) ir_UNARY_OP_U16(IR_TRUNC, (_op1))
203 #define ir_BITCAST_U16(_op1) ir_UNARY_OP_U16(IR_BITCAST, (_op1))
221 #define ir_FP2U16(_op1) ir_UNARY_OP_U16(IR_FP2INT, (_op1))
274 #define ir_NOT_U16(_op1) ir_UNARY_OP_U16(IR_NOT, (_op1))
384 #define ir_BSWAP_U16(_op1) ir_UNARY_OP_U16(IR_BSWAP, (_op1))
394 #define ir_CTPOP_U16(_op1) ir_UNARY_OP_U16(IR_CTPOP, (_op1))
406 #define ir_CTLZ_U16(_op1) ir_UNARY_OP_U16(IR_CTLZ, (_op1))
418 #define ir_CTTZ_U16(_op1) ir_UNARY_OP_U16(IR_CTTZ, (_op1))
[all …]

Completed in 12 milliseconds