Searched refs:OP_ADDR (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/opcache/jit/ |
H A D | zend_jit_internal.h | 69 # define OP_ADDR(opline, type, op) \ macro 74 # define OP_ADDR(opline, type, op) \ macro 83 OP_ADDR(opline, type, op)) 86 OP_ADDR(opline, op1_type, op1) 88 OP_ADDR(opline, op2_type, op2) 90 OP_ADDR(opline, result_type, result) 92 OP_ADDR(opline + 1, op1_type, op1)
|
Completed in 7 milliseconds