Home
last modified time | relevance | path

Searched defs:opcode (Results 26 – 30 of 30) sorted by relevance

12

/PHP-8.0/ext/opcache/Optimizer/
H A Dsccp.c707 static inline int ct_eval_incdec(zval *result, zend_uchar opcode, zval *op1) { in ct_eval_incdec()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit.c185 static zend_bool zend_is_commutative(zend_uchar opcode) in zend_is_commutative()
/PHP-8.0/ext/pcre/pcre2lib/sljit/
H A DsljitNativeTILEGX-encoder.c662 const struct tilegx_opcode *opcode; member
10101 const struct tilegx_opcode *opcode = decoded[i].opcode; in print_insn_tilegx() local
/PHP-8.0/Zend/
H A Dzend_vm_execute.h430 #define ZEND_VM_DISPATCH(opcode, opline) ZEND_VM_TAIL_CALL(((opcode_handler_t)zend_vm_get_opcode_ha… argument
63321 static const void *zend_vm_get_opcode_handler(zend_uchar opcode, const zend_op* op)
63328 static const void *zend_vm_get_opcode_handler_func(zend_uchar opcode, const zend_op* op)
63338 zend_uchar opcode = zend_user_opcodes[op->opcode]; local
63350 zend_uchar opcode = zend_user_opcodes[op->opcode]; local
/PHP-8.0/ext/ffi/
H A Dffi.c1779 static int zend_ffi_cdata_do_operation(zend_uchar opcode, zval *result, zval *op1, zval *op2) /* {{… in zend_ffi_cdata_do_operation()

Completed in 171 milliseconds

12