Home
last modified time | relevance | path

Searched defs:_op (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/opcache/jit/ir/
H A Dir_builder.h36 #define ir_UNARY_OP(_op, _type, _op1) ir_fold1(_ir_CTX, IR_OPT((_op), (_type)), (_op1)) argument
37 #define ir_UNARY_OP_B(_op, _op1) ir_fold1(_ir_CTX, IR_OPT((_op), IR_BOOL), (_op1)) argument
38 #define ir_UNARY_OP_U8(_op, _op1) ir_fold1(_ir_CTX, IR_OPT((_op), IR_U8), (_op1)) argument
39 #define ir_UNARY_OP_U16(_op, _op1) ir_fold1(_ir_CTX, IR_OPT((_op), IR_U16), (_op1)) argument
40 #define ir_UNARY_OP_U32(_op, _op1) ir_fold1(_ir_CTX, IR_OPT((_op), IR_U32), (_op1)) argument
41 #define ir_UNARY_OP_U64(_op, _op1) ir_fold1(_ir_CTX, IR_OPT((_op), IR_U64), (_op1)) argument
42 #define ir_UNARY_OP_A(_op, _op1) ir_fold1(_ir_CTX, IR_OPT((_op), IR_ADDR), (_op1)) argument
43 #define ir_UNARY_OP_C(_op, _op1) ir_fold1(_ir_CTX, IR_OPT((_op), IR_CHAR), (_op1)) argument
44 #define ir_UNARY_OP_I8(_op, _op1) ir_fold1(_ir_CTX, IR_OPT((_op), IR_I8), (_op1)) argument
45 #define ir_UNARY_OP_I16(_op, _op1) ir_fold1(_ir_CTX, IR_OPT((_op), IR_I16), (_op1)) argument
[all …]
/php-src/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c400 #define TRACE_RECORD(_op, _info, _ptr) \ argument
409 #define TRACE_RECORD_VM(_op, _ptr, _op1_type, _op2_type, _op3_type) \ argument
421 #define TRACE_START(_op, _start, _ptr1, _ptr2) \ argument
430 #define TRACE_END(_op, _stop, _ptr) \ argument
/php-src/Zend/
H A Dzend_ast.c1747 #define BINARY_OP(_op, _p, _pl, _pr) do { \ argument
1755 #define PREFIX_OP(_op, _p, _pl) do { \ argument
1762 #define FUNC_OP(_op) do { \ argument
1767 #define POSTFIX_OP(_op, _p, _pl) do { \ argument
1774 #define APPEND_NODE_1(_op) do { \ argument
1779 #define APPEND_STR(_op) do { \ argument

Completed in 24 milliseconds