Home
last modified time | relevance | path

Searched defs:opcode (Results 1 – 25 of 28) sorted by relevance

12

/PHP-8.2/Zend/
H A Dzend_vm_opcodes.c437 ZEND_API const char* ZEND_FASTCALL zend_get_opcode_name(zend_uchar opcode) { in zend_get_opcode_name()
443 ZEND_API uint32_t ZEND_FASTCALL zend_get_opcode_flags(zend_uchar opcode) { in zend_get_opcode_flags()
450 zend_uchar opcode; in zend_get_opcode_id() local
H A Dzend_opcode.c1177 ZEND_API unary_op_type get_unary_op(int opcode) in get_unary_op()
1189 ZEND_API binary_op_type get_binary_op(int opcode) in get_binary_op()
H A Dzend_compile.c59 zend_uchar opcode; member
2083 static zend_op *zend_emit_op(znode *result, zend_uchar opcode, znode *op1, znode *op2) /* {{{ */ in zend_emit_op()
3420 uint32_t opcode = ast->attr; in zend_compile_compound_assign() local
3534 zend_uchar opcode; in zend_compile_args() local
6848 zend_uchar opcode; in zend_compile_params() local
8525 ZEND_API bool zend_binary_op_produces_error(uint32_t opcode, zval *op1, zval *op2) /* {{{ */ in zend_binary_op_produces_error()
8598 ZEND_API bool zend_unary_op_produces_error(uint32_t opcode, zval *op) in zend_unary_op_produces_error()
8611 static inline bool zend_try_ct_eval_unary_op(zval *result, uint32_t opcode, zval *op) /* {{{ */ in zend_try_ct_eval_unary_op()
8771 uint32_t opcode = ast->attr; in zend_compile_binary_op() local
8889 uint32_t opcode = ast->attr; in zend_compile_unary_op() local
[all …]
H A Dzend_operators.c406 #define ZEND_TRY_BINARY_OP1_OBJECT_OPERATION(opcode) \ argument
414 #define ZEND_TRY_BINARY_OP2_OBJECT_OPERATION(opcode) \ argument
421 #define ZEND_TRY_BINARY_OBJECT_OPERATION(opcode) \ argument
426 #define ZEND_TRY_UNARY_OBJECT_OPERATION(opcode) \ argument
433 #define convert_op1_op2_long(op1, op1_lval, op2, op2_lval, result, opcode, sigil) \ argument
H A Dzend_ast.h355 static zend_always_inline zend_ast *zend_ast_create_binary_op(uint32_t opcode, zend_ast *op0, zend_… in zend_ast_create_binary_op()
361 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 Dzend_vm_gen.php986 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno, $opcode, $extra_spe…
H A Dzend_compile.h143 zend_uchar opcode; member
1106 #define ZEND_IS_INCREMENT(opcode) (((opcode) & 1) == 0) argument
1108 #define ZEND_IS_BINARY_ASSIGN_OP_OPCODE(opcode) \ argument
H A Dzend_execute.c1461 size_t opcode = (size_t)opline->extended_value; in zend_binary_op() local
5358 ZEND_API zend_result zend_set_user_opcode_handler(zend_uchar opcode, user_opcode_handler_t handler) in zend_set_user_opcode_handler()
5373 ZEND_API user_opcode_handler_t zend_get_user_opcode_handler(zend_uchar opcode) in zend_get_user_opcode_handler()
/PHP-8.2/ext/zend_test/
H A Dobserver.c42 zend_uchar opcode = zend_get_opcode_id(s, e - s); in observer_set_user_opcode_handler() local
/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c689 #define BINARY_OPCODE(opcode) (((opcode ## _EAX_i32) << 24) | ((opcode ## _r_rm) << 16) | ((opcode … argument
1323 static sljit_s32 emit_unary(struct sljit_compiler *compiler, sljit_u8 opcode, in emit_unary()
2309 sljit_s32 opcode = GET_OPCODE(op); local
2422 static sljit_s32 emit_sse2(struct sljit_compiler *compiler, sljit_u8 opcode,
2434 static sljit_s32 emit_sse2_logic(struct sljit_compiler *compiler, sljit_u8 opcode,
H A DsljitNativeSPARC_common.c129 #define OPC1(opcode) ((sljit_ins)(opcode) << 30) argument
130 #define OPC2(opcode) ((sljit_ins)(opcode) << 22) argument
131 #define OPC3(opcode) ((sljit_ins)(opcode) << 19) argument
H A DsljitNativeX86_64.c46 static sljit_s32 emit_do_imm32(struct sljit_compiler *compiler, sljit_u8 rex, sljit_u8 opcode, slji… in emit_do_imm32()
H A DsljitNativeX86_32.c33 static sljit_s32 emit_do_imm(struct sljit_compiler *compiler, sljit_u8 opcode, sljit_sw imm) in emit_do_imm()
H A DsljitNativePPC_common.c136 #define HI(opcode) ((sljit_ins)(opcode) << 26) argument
137 #define LO(opcode) ((sljit_ins)(opcode) << 1) argument
H A DsljitNativeARM_32.c1022 #define EMIT_FPU_OPERATION(opcode, mode, dst, src1, src2) \ argument
1344 #define EMIT_SHIFT_INS_AND_RETURN(opcode) \ argument
H A DsljitNativeMIPS_common.c119 #define HI(opcode) ((sljit_ins)(opcode) << 26) argument
120 #define LO(opcode) ((sljit_ins)(opcode)) argument
/PHP-8.2/Zend/Optimizer/
H A Dzend_optimizer.c56 zend_result zend_optimizer_eval_binary_op(zval *result, zend_uchar opcode, zval *op1, zval *op2) /*… in zend_optimizer_eval_binary_op()
67 zend_result zend_optimizer_eval_unary_op(zval *result, zend_uchar opcode, zval *op1) /* {{{ */ in zend_optimizer_eval_unary_op()
H A Dzend_cfg.c44 zend_uchar opcode = opcodes[b->start + b->len - 1].opcode; in zend_mark_reachable() local
H A Dzend_inference.c798 zend_op *opline, zend_ssa_op *ssa_op, zend_uchar opcode, zend_ssa_range *tmp) { in zend_inference_calc_binary_op_range()
2257 zend_ssa *ssa, zend_uchar opcode, uint32_t t1, uint32_t t2, int result_var, in binary_op_result_type()
3605 zend_uchar opcode; in _zend_update_type_info() local
4265 zend_uchar opcode = opline->opcode; in can_convert_to_double() local
H A Dsccp.c665 static inline zend_result ct_eval_incdec(zval *result, zend_uchar opcode, zval *op1) { in ct_eval_incdec()
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg.c432 static zend_always_inline bool phpdbg_is_ignored_opcode(zend_uchar opcode) { in phpdbg_is_ignored_opcode()
460 zend_uchar opcode = cur->opcode; in phpdbg_oplog_fill_executable() local
H A Dphpdbg_bp.c1012 static inline phpdbg_breakbase_t *phpdbg_find_breakpoint_opcode(zend_uchar opcode) /* {{{ */ in phpdbg_find_breakpoint_opcode()
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c9866 PCRE2_UCHAR opcode; in compile_assert_matchingpath() local
10449 PCRE2_UCHAR opcode; in compile_bracket_matchingpath() local
11010 PCRE2_UCHAR opcode; in compile_bracketpos_matchingpath() local
11289 …TR get_iterator_parameters(compiler_common *common, PCRE2_SPTR cc, PCRE2_UCHAR *opcode, PCRE2_UCHA… in get_iterator_parameters()
11438 PCRE2_UCHAR opcode; in compile_iterator_matchingpath() local
12025 PCRE2_UCHAR opcode = *cc; in compile_control_verb_matchingpath() local
12421 PCRE2_UCHAR opcode; in compile_iterator_backtrackingpath() local
12662 int opcode, stacksize, alt_count, alt_max; in compile_bracket_backtrackingpath() local
13193 PCRE2_UCHAR opcode = *current->cc; in compile_control_verb_backtrackingpath() local
/PHP-8.2/ext/gmp/
H A Dgmp.c337 …erator_helper(gmp_binary_ui_op_t op, zval *return_value, zval *op1, zval *op2, zend_uchar opcode) { in shift_operator_helper()
374 static zend_result gmp_do_operation_ex(zend_uchar opcode, zval *result, zval *op1, zval *op2) /* {{… in gmp_do_operation_ex()
411 static zend_result gmp_do_operation(zend_uchar opcode, zval *result, zval *op1, zval *op2) /* {{{ */ in gmp_do_operation()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit.c217 static bool zend_is_commutative(zend_uchar opcode) in zend_is_commutative()

Completed in 244 milliseconds

12