Home
last modified time | relevance | path

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

12

/PHP-7.4/Zend/
H A Dzend_vm_opcodes.c421 ZEND_API const char* ZEND_FASTCALL zend_get_opcode_name(zend_uchar opcode) { in zend_get_opcode_name()
427 ZEND_API uint32_t ZEND_FASTCALL zend_get_opcode_flags(zend_uchar opcode) { in zend_get_opcode_flags()
H A Dzend_operators.h907 #define ZEND_TRY_BINARY_OP1_OBJECT_OPERATION(opcode, binary_op) … argument
927 #define ZEND_TRY_BINARY_OP2_OBJECT_OPERATION(opcode) … argument
934 #define ZEND_TRY_BINARY_OBJECT_OPERATION(opcode, binary_op) … argument
939 #define ZEND_TRY_UNARY_OBJECT_OPERATION(opcode) … argument
H A Dzend_opcode.c1047 ZEND_API unary_op_type get_unary_op(int opcode) in get_unary_op()
1059 ZEND_API binary_op_type get_binary_op(int opcode) in get_binary_op()
H A Dzend_compile.c56 zend_uchar opcode; member
1878 static zend_op *zend_emit_op(znode *result, zend_uchar opcode, znode *op1, znode *op2) /* {{{ */ in zend_emit_op()
1898 static zend_op *zend_emit_op_tmp(znode *result, zend_uchar opcode, znode *op1, znode *op2) /* {{{ */ in zend_emit_op_tmp()
1977 static inline uint32_t zend_emit_cond_jump(zend_uchar opcode, znode *cond, uint32_t opnum_target) /… in zend_emit_cond_jump()
2021 static inline zend_op *zend_delayed_emit_op(znode *result, zend_uchar opcode, znode *op1, znode *op… in zend_delayed_emit_op()
2919 uint32_t opcode = ast->attr; in zend_compile_compound_assign() local
2991 zend_uchar opcode; in zend_compile_args() local
5379 zend_uchar opcode; in zend_compile_params() local
7069 static inline void zend_ct_eval_unary_op(zval *result, uint32_t opcode, zval *op) /* {{{ */ in zend_ct_eval_unary_op()
7220 uint32_t opcode = ast->attr; in zend_compile_binary_op() local
[all …]
H A Dzend_ast.h326 static zend_always_inline zend_ast *zend_ast_create_binary_op(uint32_t opcode, zend_ast *op0, zend_… in zend_ast_create_binary_op()
329 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_compile.h143 zend_uchar opcode; member
1015 #define ZEND_IS_INCREMENT(opcode) (((opcode) & 1) == 0) argument
1017 #define ZEND_IS_BINARY_ASSIGN_OP_OPCODE(opcode) \ argument
H A Dzend_vm_gen.php1093 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno, $opcode, $extra_spe…
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeTILEGX_64.c118 const struct tilegx_opcode* opcode; member
382 #define PB3(opcode, dst, srca, srcb) \ argument
385 #define PB2(opcode, dst, src) \ argument
515 tilegx_pipeline get_any_valid_pipe(const struct tilegx_opcode* opcode) in get_any_valid_pipe()
526 const struct tilegx_opcode* opcode = NULL; in insert_nop() local
610 const struct tilegx_opcode* opcode = inst->opcode; in get_bundle_bit() local
749 const struct tilegx_opcode* opcode = &tilegx_opcodes[opc]; in push_4_buffer() local
769 const struct tilegx_opcode* opcode = &tilegx_opcodes[opc]; in push_3_buffer() local
830 const struct tilegx_opcode* opcode = &tilegx_opcodes[opc]; in push_2_buffer() local
875 const struct tilegx_opcode* opcode = &tilegx_opcodes[opc]; in push_0_buffer() local
[all …]
H A DsljitNativeSPARC_common.c128 #define OPC1(opcode) ((opcode) << 30) argument
129 #define OPC2(opcode) ((opcode) << 22) argument
130 #define OPC3(opcode) ((opcode) << 19) argument
H A DsljitNativeX86_32.c29 static sljit_s32 emit_do_imm(struct sljit_compiler *compiler, sljit_u8 opcode, sljit_sw imm) in emit_do_imm()
H A DsljitNativeX86_common.c681 #define BINARY_OPCODE(opcode) (((opcode ## _EAX_i32) << 24) | ((opcode ## _r_rm) << 16) | ((opcode … argument
1307 static sljit_s32 emit_unary(struct sljit_compiler *compiler, sljit_u8 opcode, in emit_unary()
2444 static sljit_s32 emit_sse2(struct sljit_compiler *compiler, sljit_u8 opcode,
2456 static sljit_s32 emit_sse2_logic(struct sljit_compiler *compiler, sljit_u8 opcode,
H A DsljitNativeX86_64.c378 static sljit_s32 emit_do_imm32(struct sljit_compiler *compiler, sljit_u8 rex, sljit_u8 opcode, slji… in emit_do_imm32()
H A DsljitNativePPC_common.c136 #define HI(opcode) ((opcode) << 26) argument
137 #define LO(opcode) ((opcode) << 1) argument
H A DsljitNativeARM_32.c1048 #define EMIT_SHIFT_INS_AND_RETURN(opcode) \ argument
1845 #define EMIT_FPU_OPERATION(opcode, mode, dst, src1, src2) \ argument
H A DsljitNativeMIPS_common.c119 #define HI(opcode) ((opcode) << 26) argument
120 #define LO(opcode) (opcode) argument
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_print.c61 uint32_t opcode = 0, in phpdbg_print_function_helper() local
H A Dxml.md53 opcode section
H A Dphpdbg.c461 static zend_always_inline zend_bool phpdbg_is_ignored_opcode(zend_uchar opcode) { in phpdbg_is_ignored_opcode()
488 zend_uchar opcode = cur->opcode; in phpdbg_oplog_fill_executable() local
H A Dphpdbg_bp.c1019 static inline phpdbg_breakbase_t *phpdbg_find_breakpoint_opcode(zend_uchar opcode) /* {{{ */ in phpdbg_find_breakpoint_opcode()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_optimizer.c56 int zend_optimizer_eval_binary_op(zval *result, zend_uchar opcode, zval *op1, zval *op2) /* {{{ */ in zend_optimizer_eval_binary_op()
111 int 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.c553 zend_op *opline, zend_ssa_op *ssa_op, zend_uchar opcode, zend_ssa_range *tmp) { in zend_inference_calc_binary_op_range()
2156 zend_ssa *ssa, zend_uchar opcode, uint32_t t1, uint32_t t2, int result_var, in binary_op_result_type()
3966 zend_uchar opcode = opline->opcode; in can_convert_to_double() local
H A Dsccp.c700 static inline int ct_eval_incdec(zval *result, zend_uchar opcode, zval *op1) { in ct_eval_incdec()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c9558 PCRE2_UCHAR opcode; in compile_assert_matchingpath() local
10141 PCRE2_UCHAR opcode; in compile_bracket_matchingpath() local
10702 PCRE2_UCHAR opcode; in compile_bracketpos_matchingpath() local
10981 …TR get_iterator_parameters(compiler_common *common, PCRE2_SPTR cc, PCRE2_UCHAR *opcode, PCRE2_UCHA… in get_iterator_parameters()
11130 PCRE2_UCHAR opcode; in compile_iterator_matchingpath() local
11717 PCRE2_UCHAR opcode = *cc; in compile_control_verb_matchingpath() local
12113 PCRE2_UCHAR opcode; in compile_iterator_backtrackingpath() local
12354 int opcode, stacksize, alt_count, alt_max; in compile_bracket_backtrackingpath() local
12885 PCRE2_UCHAR opcode = *current->cc; in compile_control_verb_backtrackingpath() local
/PHP-7.4/ext/gmp/
H A Dgmp.c501 static int gmp_do_operation_ex(zend_uchar opcode, zval *result, zval *op1, zval *op2) /* {{{ */ in gmp_do_operation_ex()
538 static int gmp_do_operation(zend_uchar opcode, zval *result, zval *op1, zval *op2) /* {{{ */ in gmp_do_operation()

Completed in 194 milliseconds

12