Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_builder.h168 #define ir_SEXT_U32(_op1) ir_UNARY_OP_U32(IR_SEXT, (_op1))
180 #define ir_ZEXT_U32(_op1) ir_UNARY_OP_U32(IR_ZEXT, (_op1))
192 #define ir_TRUNC_U32(_op1) ir_UNARY_OP_U32(IR_TRUNC, (_op1))
204 #define ir_BITCAST_U32(_op1) ir_UNARY_OP_U32(IR_BITCAST, (_op1))
222 #define ir_FP2U32(_op1) ir_UNARY_OP_U32(IR_FP2INT, (_op1))
275 #define ir_NOT_U32(_op1) ir_UNARY_OP_U32(IR_NOT, (_op1))
385 #define ir_BSWAP_U32(_op1) ir_UNARY_OP_U32(IR_BSWAP, (_op1))
395 #define ir_CTPOP_U32(_op1) ir_UNARY_OP_U32(IR_CTPOP, (_op1))
407 #define ir_CTLZ_U32(_op1) ir_UNARY_OP_U32(IR_CTLZ, (_op1))
419 #define ir_CTTZ_U32(_op1) ir_UNARY_OP_U32(IR_CTTZ, (_op1))
[all …]

Completed in 13 milliseconds