Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_builder.h148 #define ir_NEG_C(_op1) ir_UNARY_OP_C(IR_NEG, (_op1))
157 #define ir_ABS_C(_op1) ir_UNARY_OP_C(IR_ABS, (_op1))
171 #define ir_SEXT_C(_op1) ir_UNARY_OP_C(IR_SEXT, (_op1))
183 #define ir_ZEXT_C(_op1) ir_UNARY_OP_C(IR_ZEXT, (_op1))
195 #define ir_TRUNC_C(_op1) ir_UNARY_OP_C(IR_TRUNC, (_op1))
207 #define ir_BITCAST_C(_op1) ir_UNARY_OP_C(IR_BITCAST, (_op1))
278 #define ir_NOT_C(_op1) ir_UNARY_OP_C(IR_NOT, (_op1))
398 #define ir_CTPOP_C(_op1) ir_UNARY_OP_C(IR_CTPOP, (_op1))
410 #define ir_CTLZ_C(_op1) ir_UNARY_OP_C(IR_CTLZ, (_op1))
422 #define ir_CTTZ_C(_op1) ir_UNARY_OP_C(IR_CTTZ, (_op1))
[all …]

Completed in 12 milliseconds