Home
last modified time | relevance | path

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

/PHP-8.4/ext/opcache/jit/ir/
H A Dir_builder.h66 #define ir_EQ(_op1, _op2) ir_CMP_OP(IR_EQ, (_op1), (_op2)) argument
67 #define ir_NE(_op1, _op2) ir_CMP_OP(IR_NE, (_op1), (_op2)) argument
69 #define ir_LT(_op1, _op2) ir_CMP_OP(IR_LT, (_op1), (_op2)) argument
70 #define ir_GE(_op1, _op2) ir_CMP_OP(IR_GE, (_op1), (_op2)) argument
71 #define ir_LE(_op1, _op2) ir_CMP_OP(IR_LE, (_op1), (_op2)) argument
72 #define ir_GT(_op1, _op2) ir_CMP_OP(IR_GT, (_op1), (_op2)) argument
148 #define ir_NEG_C(_op1) ir_UNARY_OP_C(IR_NEG, (_op1)) argument
153 #define ir_NEG_D(_op1) ir_UNARY_OP_D(IR_NEG, (_op1)) argument
154 #define ir_NEG_F(_op1) ir_UNARY_OP_F(IR_NEG, (_op1)) argument
157 #define ir_ABS_C(_op1) ir_UNARY_OP_C(IR_ABS, (_op1)) argument
[all …]

Completed in 19 milliseconds