/php-src/Zend/ |
H A D | zend_vm_opcodes.c | 451 ZEND_API const char* ZEND_FASTCALL zend_get_opcode_name(uint8_t opcode) { in zend_get_opcode_name() 457 ZEND_API uint32_t ZEND_FASTCALL zend_get_opcode_flags(uint8_t opcode) { in zend_get_opcode_flags() 464 uint8_t opcode; in zend_get_opcode_id() local
|
H A D | zend_frameless_function.h | 37 #define ZEND_OP_IS_FRAMELESS_ICALL(opcode) ((opcode) >= ZEND_FRAMELESS_ICALL_0 && (opcode) <= ZEND_… argument 38 #define ZEND_FLF_NUM_ARGS(opcode) ((opcode) - ZEND_FRAMELESS_ICALL_0) argument
|
H A D | zend_opcode.c | 1208 ZEND_API unary_op_type get_unary_op(int opcode) in get_unary_op() 1220 ZEND_API binary_op_type get_binary_op(int opcode) in get_binary_op()
|
H A D | zend_compile.c | 63 uint8_t opcode; member 2287 static zend_op *zend_emit_op(znode *result, uint8_t opcode, znode *op1, znode *op2) /* {{{ */ in zend_emit_op() 2307 static zend_op *zend_emit_op_tmp(znode *result, uint8_t opcode, znode *op1, znode *op2) /* {{{ */ in zend_emit_op_tmp() 3634 uint32_t opcode = ast->attr; in zend_compile_compound_assign() local 3749 uint8_t opcode; in zend_compile_args() local 4698 uint8_t opcode = ZEND_FRAMELESS_ICALL_0 + num_args; in zend_compile_frameless_icall_ex() local 7605 uint8_t opcode; in zend_compile_params() local 9740 ZEND_API bool zend_unary_op_produces_error(uint32_t opcode, const zval *op) in zend_unary_op_produces_error() 9913 uint32_t opcode = ast->attr; in zend_compile_binary_op() local 10031 uint32_t opcode = ast->attr; in zend_compile_unary_op() local [all …]
|
H A D | zend_operators.c | 465 #define ZEND_TRY_BINARY_OP1_OBJECT_OPERATION(opcode) \ argument 473 #define ZEND_TRY_BINARY_OP2_OBJECT_OPERATION(opcode) \ argument 480 #define ZEND_TRY_BINARY_OBJECT_OPERATION(opcode) \ argument 485 #define ZEND_TRY_UNARY_OBJECT_OPERATION(opcode) \ argument 492 #define convert_op1_op2_long(op1, op1_lval, op2, op2_lval, result, opcode, sigil) \ argument
|
H A D | zend_ast.h | 373 static zend_always_inline zend_ast *zend_ast_create_binary_op(uint32_t opcode, zend_ast *op0, zend_… in zend_ast_create_binary_op() 379 static zend_always_inline zend_ast *zend_ast_create_assign_op(uint32_t opcode, zend_ast *op0, zend_… in zend_ast_create_assign_op()
|
H A D | zend_vm_gen.php | 986 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno, $opcode, $extra_spe…
|
H A D | zend_compile.h | 144 uint8_t opcode; /* Opcodes defined in Zend/zend_vm_opcodes.h */ member 1204 #define ZEND_IS_INCREMENT(opcode) (((opcode) & 1) == 0) argument 1206 #define ZEND_IS_BINARY_ASSIGN_OP_OPCODE(opcode) \ argument
|
H A D | zend_execute.c | 1647 size_t opcode = (size_t)opline->extended_value; in zend_binary_op() local 5723 ZEND_API zend_result zend_set_user_opcode_handler(zend_uchar opcode, user_opcode_handler_t handler) in zend_set_user_opcode_handler() 5738 ZEND_API user_opcode_handler_t zend_get_user_opcode_handler(zend_uchar opcode) in zend_get_user_opcode_handler()
|
/php-src/ext/zend_test/ |
H A D | observer.c | 43 uint8_t opcode = zend_get_opcode_id(s, e - s); in observer_set_user_opcode_handler() local
|
H A D | object_handlers.c | 81 static zend_result donc_do_operation(zend_uchar opcode, zval *result, zval *op1, zval *op2) in donc_do_operation()
|
/php-src/Zend/Optimizer/ |
H A D | zend_cfg.c | 51 uint8_t opcode = opcodes[b->start + b->len - 1].opcode; in zend_mark_reachable() local
|
H A D | zend_inference.c | 788 const zend_op *opline, const zend_ssa_op *ssa_op, uint8_t opcode, zend_ssa_range *tmp) { in zend_inference_calc_binary_op_range() 2252 zend_ssa *ssa, uint8_t opcode, uint32_t t1, uint32_t t2, int result_var, in binary_op_result_type() 3630 uint8_t opcode; in _zend_update_type_info() local 4393 uint8_t opcode = opline->opcode; in can_convert_to_double() local
|
H A D | zend_optimizer.c | 56 zend_result zend_optimizer_eval_binary_op(zval *result, uint8_t opcode, zval *op1, zval *op2) /* {{… in zend_optimizer_eval_binary_op() 67 zend_result zend_optimizer_eval_unary_op(zval *result, uint8_t opcode, zval *op1) /* {{{ */ in zend_optimizer_eval_unary_op()
|
H A D | sccp.c | 666 static inline zend_result ct_eval_incdec(zval *result, uint8_t opcode, zval *op1) { in ct_eval_incdec()
|
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeX86_common.c | 1056 #define BINARY_OPCODE(opcode) (((opcode ## _EAX_i32) << 24) | ((opcode ## _r_rm) << 16) | ((opcode … argument 1628 static sljit_s32 emit_unary(struct sljit_compiler *compiler, sljit_u8 opcode, in emit_unary() 2713 sljit_s32 opcode = GET_OPCODE(op); local 3686 sljit_u8 opcode = 0; local 3937 sljit_u8 opcode = 0; local 4510 sljit_u8 opcode; local
|
H A D | sljitNativeX86_64.c | 46 static sljit_s32 emit_do_imm32(struct sljit_compiler *compiler, sljit_u8 rex, sljit_u8 opcode, slji… in emit_do_imm32()
|
H A D | sljitNativeX86_32.c | 33 static sljit_s32 emit_do_imm(struct sljit_compiler *compiler, sljit_u8 opcode, sljit_sw imm) in emit_do_imm()
|
H A D | sljitNativePPC_common.c | 136 #define HI(opcode) ((sljit_ins)(opcode) << 26) argument 137 #define LO(opcode) ((sljit_ins)(opcode) << 1) argument
|
H A D | sljitNativeMIPS_common.c | 142 #define HI(opcode) ((sljit_ins)(opcode) << 26) argument 143 #define LO(opcode) ((sljit_ins)(opcode)) argument
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg.c | 433 static zend_always_inline bool phpdbg_is_ignored_opcode(uint8_t opcode) { in phpdbg_is_ignored_opcode() 461 uint8_t opcode = cur->opcode; in phpdbg_oplog_fill_executable() local
|
H A D | phpdbg_bp.c | 1012 static inline phpdbg_breakbase_t *phpdbg_find_breakpoint_opcode(uint8_t opcode) /* {{{ */ in phpdbg_find_breakpoint_opcode()
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 10174 PCRE2_UCHAR opcode; in compile_assert_matchingpath() local 10799 PCRE2_UCHAR opcode; in compile_bracket_matchingpath() local 11398 PCRE2_UCHAR opcode; in compile_bracketpos_matchingpath() local 11677 …TR get_iterator_parameters(compiler_common *common, PCRE2_SPTR cc, PCRE2_UCHAR *opcode, PCRE2_UCHA… in get_iterator_parameters() 11826 PCRE2_UCHAR opcode; in compile_iterator_matchingpath() local 12413 PCRE2_UCHAR opcode = *cc; in compile_control_verb_matchingpath() local 12810 PCRE2_UCHAR opcode; in compile_iterator_backtrackingpath() local 13051 int opcode, stacksize, alt_count, alt_max; in compile_bracket_backtrackingpath() local 13625 PCRE2_UCHAR opcode = *current->cc; in compile_control_verb_backtrackingpath() local
|
/php-src/ext/gmp/ |
H A D | gmp.c | 341 …_operator_helper(gmp_binary_ui_op_t op, zval *return_value, zval *op1, zval *op2, uint8_t opcode) { in shift_operator_helper() 378 static zend_result gmp_do_operation_ex(uint8_t opcode, zval *result, zval *op1, zval *op2) /* {{{ */ in gmp_do_operation_ex() 415 static zend_result gmp_do_operation(uint8_t opcode, zval *result, zval *op1, zval *op2) /* {{{ */ in gmp_do_operation()
|
/php-src/ext/bcmath/ |
H A D | bcmath.c | 1207 static zend_result bcmath_number_do_operation(uint8_t opcode, zval *ret_val, zval *op1, zval *op2) in bcmath_number_do_operation() 1412 static void bcmath_number_calc_method(INTERNAL_FUNCTION_PARAMETERS, uint8_t opcode) in bcmath_number_calc_method()
|