/PHP-5.4/Zend/ |
H A D | zend_vm_opcodes.c | 186 ZEND_API const char* zend_get_opcode_name(zend_uchar opcode) { in zend_get_opcode_name()
|
H A D | zend_opcode.c | 553 ZEND_API unary_op_type get_unary_op(int opcode) in get_unary_op() 568 ZEND_API binary_op_type get_binary_op(int opcode) in get_binary_op()
|
H A D | zend_execute.c | 656 …rty_name, int value_type, znode_op *value_op, const temp_variable *Ts, int opcode, const zend_lite… in zend_assign_to_object() 1511 ZEND_API int zend_set_user_opcode_handler(zend_uchar opcode, user_opcode_handler_t handler) in zend_set_user_opcode_handler() 1526 ZEND_API user_opcode_handler_t zend_get_user_opcode_handler(zend_uchar opcode) in zend_get_user_opcode_handler()
|
H A D | zend_compile.h | 113 zend_uchar opcode; member
|
H A D | zend_vm_execute.h | 326 #define ZEND_VM_DISPATCH(opcode, opline) return zend_vm_get_opcode_handler(opcode, opline)(ZEND_OPC… argument 40564 static opcode_handler_t zend_vm_get_opcode_handler(zend_uchar opcode, zend_op* op) in zend_vm_get_opcode_handler()
|
/PHP-5.4/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeTILEGX_64.c | 123 const struct tilegx_opcode* opcode; member 387 #define PB3(opcode, dst, srca, srcb) \ argument 390 #define PB2(opcode, dst, src) \ argument 517 tilegx_pipeline get_any_valid_pipe(const struct tilegx_opcode* opcode) in get_any_valid_pipe() 528 const struct tilegx_opcode* opcode = NULL; in insert_nop() local 612 const struct tilegx_opcode* opcode = inst->opcode; in get_bundle_bit() local 750 const struct tilegx_opcode* opcode = &tilegx_opcodes[opc]; in push_4_buffer() local 770 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 D | sljitNativeX86_32.c | 29 static sljit_si emit_do_imm(struct sljit_compiler *compiler, sljit_ub opcode, sljit_sw imm) in emit_do_imm()
|
H A D | sljitNativeARM_32.c | 820 #define EMIT_DATA_PROCESS_INS(opcode, set_flags, dst, src1, src2) \ argument 969 #define EMIT_DATA_PROCESS_INS_AND_RETURN(opcode) \ argument 972 #define EMIT_FULL_DATA_PROCESS_INS_AND_RETURN(opcode, dst, src1, src2) \ argument 975 #define EMIT_SHIFT_INS_AND_RETURN(opcode) \ argument 2025 #define EMIT_FPU_OPERATION(opcode, mode, dst, src1, src2) \ argument
|
H A D | sljitNativeSPARC_common.c | 113 #define OPC1(opcode) ((opcode) << 30) argument 114 #define OPC2(opcode) ((opcode) << 22) argument 115 #define OPC3(opcode) ((opcode) << 19) argument
|
H A D | sljitNativeX86_64.c | 331 static sljit_si emit_do_imm32(struct sljit_compiler *compiler, sljit_ub rex, sljit_ub opcode, sljit… in emit_do_imm32()
|
H A D | sljitNativeX86_common.c | 1059 static sljit_si emit_unary(struct sljit_compiler *compiler, sljit_ub opcode, in emit_unary() 2276 static sljit_si emit_sse2(struct sljit_compiler *compiler, sljit_ub opcode, 2288 static sljit_si emit_sse2_logic(struct sljit_compiler *compiler, sljit_ub opcode,
|
H A D | sljitNativeMIPS_common.c | 93 #define HI(opcode) ((opcode) << 26) argument 94 #define LO(opcode) (opcode) argument
|
H A D | sljitNativePPC_common.c | 129 #define HI(opcode) ((opcode) << 26) argument 130 #define LO(opcode) ((opcode) << 1) argument
|
H A D | sljitNativeTILEGX-encoder.c | 662 const struct tilegx_opcode *opcode; member 10101 const struct tilegx_opcode *opcode = decoded[i].opcode; in print_insn_tilegx() local
|
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 6430 pcre_uchar opcode; in compile_assert_matchingpath() local 6948 pcre_uchar opcode; in compile_bracket_matchingpath() local 7489 pcre_uchar opcode; in compile_bracketpos_matchingpath() local 7763 … *get_iterator_parameters(compiler_common *common, pcre_uchar *cc, pcre_uchar *opcode, pcre_uchar … in get_iterator_parameters() 7865 pcre_uchar opcode; in compile_iterator_matchingpath() local 8174 pcre_uchar opcode = *cc; in compile_control_verb_matchingpath() local 8561 pcre_uchar opcode; in compile_iterator_backtrackingpath() local 8822 int opcode, stacksize, alt_count, alt_max; in compile_bracket_backtrackingpath() local 9345 pcre_uchar opcode = *current->cc; in compile_control_verb_backtrackingpath() local
|
/PHP-5.4/ext/mbstring/oniguruma/ |
H A D | regcomp.c | 179 add_opcode(regex_t* reg, int opcode) in add_opcode() 249 add_opcode_rel_addr(regex_t* reg, int opcode, int addr) in add_opcode_rel_addr() 274 add_opcode_option(regex_t* reg, int opcode, OnigOptionType option) in add_opcode_option() 5563 op2name(int opcode) in op2name() 5575 op2arg_type(int opcode) in op2arg_type()
|
H A D | regexec.c | 1291 #define STAT_OP_IN(opcode) do {\ argument 1349 #define STAT_OP_IN(opcode) argument
|
H A D | regint.h | 805 short int opcode; member
|
/PHP-5.4/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 9663 u8 opcode; /* What operation to perform */ member 9717 u8 opcode; /* What operation to perform */ member
|