Home
last modified time | relevance | path

Searched refs:compiler (Results 1 – 25 of 50) sorted by last modified time

12

/PHP-7.4/
H A DNEWS2154 . Fixed bug #77742 (bcpow() implementation related to gcc compiler
2571 . Fixed bug #75264 (compiler warnings emitted). (petk)
H A Dconfigure.ac259 dnl Mark symbols hidden by default if the compiler (for example, gcc >= 4)
353 dnl Add pthreads linker and compiler flags.
494 dnl Checks for typedefs, structures, and compiler characteristics.
1429 dnl compiler.
H A Drun-tests.php978 $ldd = $autoconf = $sys_libtool = $libtool = $compiler = 'N/A';
1005 $compiler = shell_exec(getenv('CC') . " $flag 2>&1");
1016 $failed_tests_data .= "Compiler:\n$compiler\n";
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c373 struct sljit_compiler *compiler; member
611 struct sljit_compiler *compiler = common->compiler
619 sljit_emit_label(compiler)
621 sljit_emit_jump(compiler, (type))
2248 struct sljit_compiler *compiler; member
2268 status->compiler = common->compiler; in delayed_mem_copy_init()
2274 struct sljit_compiler *compiler = status->compiler; in delayed_mem_copy_move() local
2298 struct sljit_compiler *compiler = status->compiler; in delayed_mem_copy_finish() local
13608 if (!compiler) in jit_compile()
13614 common->compiler = compiler; in jit_compile()
[all …]
H A Dpcre2_jit_simd_inc.h91 sljit_emit_op_custom(compiler, instruction, 4); in load_from_mem_sse2()
97 sljit_emit_op_custom(compiler, instruction, 5); in load_from_mem_sse2()
234 sljit_emit_op_custom(compiler, instruction, 4); in fast_forward_char_simd()
253 sljit_emit_op_custom(compiler, instruction, 5); in fast_forward_char_simd()
277 sljit_emit_op_custom(compiler, instruction, 4); in fast_forward_char_simd()
304 sljit_emit_op_custom(compiler, instruction, 4); in fast_forward_char_simd()
314 sljit_emit_op_custom(compiler, instruction, 3); in fast_forward_char_simd()
393 sljit_emit_op_custom(compiler, instruction, 4); in fast_requested_char_simd()
412 sljit_emit_op_custom(compiler, instruction, 5); in fast_requested_char_simd()
433 sljit_emit_op_custom(compiler, instruction, 4); in fast_requested_char_simd()
[all …]
/PHP-7.4/build/
H A Dpkg.m4141 AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
H A Dphp.m4184 dnl the compiler. Sources can be either written in C or C++ (filenames shall end
252 dnl Choose the right compiler/flags/etc. for the source-file.
278 AC_MSG_CHECKING([if compiler supports -R])
288 AC_MSG_CHECKING([if compiler supports -Wl,-rpath,])
366 dnl the PHP build system which are only given in compiler notation.
396 dnl system which are only given in compiler notation.
931 dnl are passed to the compiler, with @ext_srcdir@ and @ext_builddir@ being
2205 dnl Detect if the systems default compiler is suncc. We also set some useful
2657 [$have_builtin_cpu_init], [Whether the compiler supports __builtin_cpu_init])
2677 [$have_builtin_cpu_supports], [Whether the compiler supports __builtin_cpu_supports])
[all …]
H A Dlibtool.m4178 _LT_CC_BASENAME([$compiler])
224 compiler=$CC
247 # the simple compiler test code.
2882 compiler=$CC
2883 _LT_AC_TAGVAR(compiler, $1)=$CC
2884 _LT_CC_BASENAME([$compiler])
3555 # the KAI C++ compiler.
4197 # A C compiler.
4200 # LTCC compiler flags.
4206 # Is the compiler the GNU C compiler?
[all …]
/PHP-7.4/ext/standard/
H A Dconfig.m4260 dnl Check for __alignof__ support in the compiler
262 AC_CACHE_CHECK(whether the compiler supports __alignof__, ac_cv_alignof_exists,[
272 AC_DEFINE([HAVE_ALIGNOF], 1, [whether the compiler supports __alignof__])
283 dnl Check for __attribute__ ((__aligned__)) support in the compiler
285 AC_CACHE_CHECK(whether the compiler supports aligned attribute, ac_cv_attribute_aligned,[
295 …AC_DEFINE([HAVE_ATTRIBUTE_ALIGNED], 1, [whether the compiler supports __attribute__ ((__aligned__)…
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeTILEGX_64.c335 compiler->size++; in push_inst_debug()
346 compiler->size++; in push_inst_nodebug()
357 compiler->size++; in push_inst()
1012 reverse_buf(compiler); in sljit_generate_code()
1016 buf = compiler->buf; in sljit_generate_code()
1021 jump = compiler->jumps; in sljit_generate_code()
1073 jump = compiler->jumps; in sljit_generate_code()
2308 flush_buffer(compiler); in sljit_emit_label()
2313 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
2327 flush_buffer(compiler); in sljit_emit_ijump()
[all …]
H A DsljitNativeX86_32.c83 compiler->args = args; in sljit_emit_enter()
93 compiler->saveds_offset = compiler->stack_tmp_size; in sljit_emit_enter()
97 compiler->locals_offset = compiler->saveds_offset; in sljit_emit_enter()
265 compiler->saveds_offset = compiler->stack_tmp_size; in sljit_set_context()
269 compiler->locals_offset = compiler->saveds_offset; in sljit_set_context()
313 size = 2 + (compiler->scratches > 9 ? (compiler->scratches - 9) : 0) + in sljit_emit_return()
314 (compiler->saveds <= 3 ? compiler->saveds : 3); in sljit_emit_return()
324 if (compiler->saveds > 0 || compiler->scratches > 11) in sljit_emit_return()
326 if (compiler->saveds > 1 || compiler->scratches > 10) in sljit_emit_return()
328 if (compiler->saveds > 2 || compiler->scratches > 9) in sljit_emit_return()
[all …]
H A DsljitNativeX86_common.c506 reverse_buf(compiler); in sljit_generate_code()
511 buf = compiler->buf; in sljit_generate_code()
515 jump = compiler->jumps; in sljit_generate_code()
847 compiler->mode32 = 1; in adjust_shadow_stack()
1104 compiler->mode32 = 0; in emit_mov_byte()
1241 compiler->mode32 = 1; in emit_prefetch()
1267 compiler->mode32 = 0; in emit_mov_half()
2530 compiler->mode32 = 1;
2556 compiler->mode32 = 1;
2629 compiler->mode32 = 1;
[all …]
H A DsljitNativeX86_64.c141 compiler->mode32 = 0; in sljit_emit_enter()
315 if (compiler->fscratches >= 6 || compiler->fsaveds >= 1) { in sljit_emit_return()
619 compiler->mode32 = 0; in call_with_args()
660 compiler->mode32 = 0; in call_with_args()
795 compiler->mode32 = 1; in sljit_emit_fast_enter()
825 compiler->mode32 = 1; in emit_fast_return()
851 compiler->mode32 = 0; in emit_mov_int()
866 compiler->mode32 = 1; in emit_mov_int()
870 compiler->mode32 = 0; in emit_mov_int()
891 compiler->mode32 = 1; in emit_mov_int()
[all …]
H A DsljitNativePPC_common.c255 compiler->size++; in push_inst()
398 reverse_buf(compiler); in sljit_generate_code()
409 buf = compiler->buf; in sljit_generate_code()
416 label = compiler->labels; in sljit_generate_code()
417 jump = compiler->jumps; in sljit_generate_code()
418 const_ = compiler->consts; in sljit_generate_code()
519 jump = compiler->jumps; in sljit_generate_code()
790 FAIL_IF(load_immediate(compiler, 0, compiler->local_size)); in sljit_emit_return()
1529 compiler->imm = src2w; in sljit_emit_op2()
1896 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
[all …]
H A DsljitNativeSPARC_common.c213 compiler->size++; in push_inst()
312 reverse_buf(compiler); in sljit_generate_code()
316 buf = compiler->buf; in sljit_generate_code()
323 label = compiler->labels; in sljit_generate_code()
324 jump = compiler->jumps; in sljit_generate_code()
386 jump = compiler->jumps; in sljit_generate_code()
667 …if ((compiler->cache_arg == SLJIT_MEM) && (argw - compiler->cache_argw) <= SIMM_MAX && (argw - com… in getput_arg()
697 return compiler->error; in emit_op_mem()
698 compiler->cache_arg = 0; in emit_op_mem()
706 return compiler->error; in emit_op_mem2()
[all …]
H A DsljitNativeMIPS_32.c375 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op()
385 FAIL_IF(push_inst(compiler, MFLO | D(dst), DR(dst))); in emit_single_op()
536 FAIL_IF(push_inst(compiler, prev_ins, MOVABLE_INS)); in call_with_args()
574 FAIL_IF(push_inst(compiler, prev_ins, MOVABLE_INS)); in call_with_args()
636 PTR_FAIL_IF(emit_const(compiler, PIC_ADDR_REG, 0)); in sljit_emit_call()
640 jump->addr = compiler->size; in sljit_emit_call()
641 PTR_FAIL_IF(push_inst(compiler, ins, UNMOVABLE_INS)); in sljit_emit_call()
643 PTR_FAIL_IF(post_call_with_args(compiler, arg_types)); in sljit_emit_call()
668 FAIL_IF(call_with_args(compiler, arg_types, &ins)); in sljit_emit_icall()
672 FAIL_IF(push_inst(compiler, ins, UNMOVABLE_INS)); in sljit_emit_icall()
[all …]
H A DsljitNativeMIPS_64.c468 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op()
471 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op()
481 FAIL_IF(push_inst(compiler, MFLO | D(dst), DR(dst))); in emit_single_op()
610 FAIL_IF(push_inst(compiler, prev_ins, MOVABLE_INS)); in call_with_args()
634 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_call()
637 PTR_FAIL_IF(call_with_args(compiler, arg_types, &ins)); in sljit_emit_call()
641 PTR_FAIL_IF(emit_const(compiler, PIC_ADDR_REG, 0)); in sljit_emit_call()
645 jump->addr = compiler->size; in sljit_emit_call()
646 PTR_FAIL_IF(push_inst(compiler, ins, UNMOVABLE_INS)); in sljit_emit_call()
671 FAIL_IF(call_with_args(compiler, arg_types, &ins)); in sljit_emit_icall()
[all …]
H A DsljitNativeMIPS_common.c298 compiler->size++; in push_inst()
521 reverse_buf(compiler); in sljit_generate_code()
525 buf = compiler->buf; in sljit_generate_code()
533 jump = compiler->jumps; in sljit_generate_code()
597 jump = compiler->jumps; in sljit_generate_code()
1012 …if (compiler->cache_arg == arg && argw - compiler->cache_argw <= SIMM_MAX && argw - compiler->cach… in getput_arg()
1020 …if (compiler->cache_arg == SLJIT_MEM && argw - compiler->cache_argw <= SIMM_MAX && argw - compiler in getput_arg()
1785 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
1892 …if (compiler->delay_slot == MOVABLE_INS || (compiler->delay_slot != UNMOVABLE_INS && compiler->del… in sljit_emit_jump()
1966 …if (compiler->delay_slot == MOVABLE_INS || (compiler->delay_slot != UNMOVABLE_INS && compiler->del… in sljit_emit_cmp()
[all …]
H A DsljitNativeARM_T2_32.c208 compiler->size++; in push_inst16()
218 compiler->size += 2; in push_inst32()
378 reverse_buf(compiler); in sljit_generate_code()
382 buf = compiler->buf; in sljit_generate_code()
389 label = compiler->labels; in sljit_generate_code()
390 jump = compiler->jumps; in sljit_generate_code()
391 const_ = compiler->consts; in sljit_generate_code()
446 jump = compiler->jumps; in sljit_generate_code()
1200 FAIL_IF(push_inst16(compiler, ADD_SP | (compiler->local_size >> 2))); in sljit_emit_return()
1823 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
[all …]
H A DsljitNativeARM_32.c148 if (compiler->last_label && compiler->last_label->size == compiler->size) in push_cpool()
154 compiler->size++; in push_cpool()
186 compiler->size++; in push_inst()
231 compiler->size++; in push_inst_with_literal()
237 compiler->cpool_diff = compiler->size; in push_inst_with_literal()
250 compiler->size++; in push_inst_with_unique_literal()
253 compiler->cpool[compiler->cpool_fill] = literal; in push_inst_with_unique_literal()
254 compiler->cpool_unique[compiler->cpool_fill] = 1; in push_inst_with_unique_literal()
257 compiler->cpool_diff = compiler->size; in push_inst_with_unique_literal()
609 size = compiler->size + (compiler->patches << 1); in sljit_generate_code()
[all …]
H A DsljitNativeARM_64.c142 compiler->size++; in push_inst()
254 reverse_buf(compiler); in sljit_generate_code()
258 buf = compiler->buf; in sljit_generate_code()
265 label = compiler->labels; in sljit_generate_code()
266 jump = compiler->jumps; in sljit_generate_code()
267 const_ = compiler->consts; in sljit_generate_code()
323 jump = compiler->jumps; in sljit_generate_code()
1072 saved_regs_size = GET_SAVED_REGISTERS_SIZE(compiler->scratches, compiler->saveds, 2); in sljit_emit_return()
1674 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
1717 compiler->skip_checks = 1; in sljit_emit_call()
[all …]
H A DsljitConfigInternal.h636 #define SLJIT_LOCALS_OFFSET_BASE (compiler->locals_offset)
647 #define SLJIT_LOCALS_OFFSET_BASE (compiler->locals_offset)
H A DsljitLir.c372 if (!compiler) in sljit_create_compiler()
399 if (!compiler->buf || !compiler->abuf) { in sljit_create_compiler()
400 if (compiler->buf) in sljit_create_compiler()
432 compiler->cpool_unique = (sljit_u8*)(compiler->cpool + CPOOL_SIZE); in sljit_create_compiler()
451 return compiler; in sljit_create_compiler()
554 ret = compiler->buf->memory + compiler->buf->used_size; in ensure_buf()
573 ret = compiler->abuf->memory + compiler->abuf->used_size; in ensure_abuf()
755 if (compiler->scratches == -1 || compiler->saveds == -1) in function_check_src_mem()
789 if (compiler->scratches == -1 || compiler->saveds == -1) in function_check_src()
809 if (compiler->scratches == -1 || compiler->saveds == -1) in function_check_dst()
[all …]
H A DsljitLir.h494 SLJIT_API_FUNC_ATTRIBUTE void sljit_free_compiler(struct sljit_compiler *compiler);
501 …LINE sljit_s32 sljit_get_compiler_error(struct sljit_compiler *compiler) { return compiler->error;… in sljit_get_compiler_error() argument
509 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_compiler_memory_error(struct sljit_compiler *compiler);
534 SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compiler);
551 …NE sljit_sw sljit_get_executable_offset(struct sljit_compiler *compiler) { return compiler->execut… in sljit_get_executable_offset() argument
559 … sljit_uw sljit_get_generated_code_size(struct sljit_compiler *compiler) { return compiler->execut… in sljit_get_generated_code_size() argument
641 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler,
655 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compiler *compiler,
1126 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler);
1528 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_compiler *compiler,
[all …]
/PHP-7.4/win32/build/
H A Dconfig.w3217 // do we use x64 or 80x86 version of compiler?
44 ERROR("--enable-pgi and --with-pgo options can only be used if PGO capable compiler is present.");
105 // Add compiler and link flags if PGO options are selected
318 ARG_ENABLE("security-flags", "Disable the compiler security flags", "yes");

Completed in 235 milliseconds

12