Home
last modified time | relevance | path

Searched refs:ir (Results 1 – 13 of 13) sorted by relevance

/php-src/ext/opcache/jit/
H A DMakefile.frag1 $(builddir)/jit/ir/minilua: $(srcdir)/jit/ir/dynasm/minilua.c
2 $(BUILD_CC) $(srcdir)/jit/ir/dynasm/minilua.c -lm -o $@
4 $(builddir)/jit/ir/ir_emit_$(DASM_ARCH).h: $(srcdir)/jit/ir/ir_$(DASM_ARCH).dasc $(srcdir)/jit/ir/d…
5 …$(builddir)/jit/ir/minilua $(srcdir)/jit/ir/dynasm/dynasm.lua $(DASM_FLAGS) -o $@ $(srcdir)/jit/i…
7 $(builddir)/jit/ir/ir_emit.lo: \
8 $(srcdir)/jit/ir/ir_emit.c $(builddir)/jit/ir/ir_emit_$(DASM_ARCH).h
10 $(builddir)/jit/ir/gen_ir_fold_hash: $(srcdir)/jit/ir/gen_ir_fold_hash.c $(srcdir)/jit/ir/ir_strtab…
13 $(builddir)/jit/ir/ir_fold_hash.h: $(builddir)/jit/ir/gen_ir_fold_hash $(srcdir)/jit/ir/ir_fold.h $…
14 …$(builddir)/jit/ir/gen_ir_fold_hash < $(srcdir)/jit/ir/ir_fold.h > $(builddir)/jit/ir/ir_fold_hash…
16 $(builddir)/jit/ir/ir.lo: \
[all …]
H A DMakefile.frag.w325 ext\opcache\jit\ir\ir_emit_x86.h: ext\opcache\jit\ir\ir_x86.dasc $(BUILD_DIR)\\minilua.exe
6 @if exist ext\opcache\jit\ir\ir_emit_x86.h del ext\opcache\jit\ir\ir_emit_x86.h
13 ext\opcache\jit\ir\ir_fold_hash.h: $(BUILD_DIR)\\gen_ir_fold_hash.exe ext\opcache\jit\ir\ir_fold.h …
14 @if exist ext\opcache\jit\ir\ir_fold_hash.h del ext\opcache\jit\ir\ir_fold_hash.h
18 ext\opcache\jit\ir\ir.h \
20 ext\opcache\jit\ir\ir_x86.h
23 ext\opcache\jit\ir\ir.h \
25 ext\opcache\jit\ir\ir_x86.h \
28 $(BUILD_DIR)\ext\opcache\jit\ir\ir.obj: \
29 ext\opcache\jit\ir\ir.h \
[all …]
H A DREADME.md6 Representation and uses [IR - Lightweight JIT Compilation Framework](https://github.com/dstogov/ir)
/php-src/ext/opcache/
H A Dconfig.w3222 if (CHECK_HEADER_ADD_INCLUDE("ir/ir.h", "CFLAGS_OPCACHE", PHP_OPCACHE + ";ext\\opcache\\jit")) {
35 ADD_FLAG("CFLAGS_OPCACHE", "/I \"ext\\opcache\\jit\\ir\" /D "+ir_target+" /D IR_PHP");
51 ADD_SOURCES(configure_module_dirname + "\\jit\\ir",
52 "ir.c", "opcache", "ext\\opcache\\jit\\ir");
53 ADD_SOURCES(configure_module_dirname + "\\jit\\ir",
54 "ir_emit.c", "opcache", "ext\\opcache\\jit\\ir");
55 ADD_SOURCES(configure_module_dirname + "\\jit\\ir",
56 ir_src, "opcache", "ext\\opcache\\jit\\ir");
H A Dconfig.m454 ZEND_JIT_SRC="jit/zend_jit.c jit/zend_jit_vm_helpers.c jit/ir/ir.c jit/ir/ir_strtab.c \
55 jit/ir/ir_cfg.c jit/ir/ir_sccp.c jit/ir/ir_gcm.c jit/ir/ir_ra.c jit/ir/ir_save.c \
56 jit/ir/ir_dump.c jit/ir/ir_gdb.c jit/ir/ir_perf.c jit/ir/ir_check.c \
57 jit/ir/ir_patch.c jit/ir/ir_emit.c"
90 ZEND_JIT_SRC="$ZEND_JIT_SRC jit/ir/ir_disasm.c"
100 JIT_CFLAGS="-I@ext_builddir@/jit/ir -D${IR_TARGET} -DIR_PHP"
352 PHP_ADD_BUILD_DIR([$ext_builddir/jit/ir], 1)
/php-src/ext/mysqli/tests/functions/
H A Dmysqli_field_count.phpt19 $ir[] = mysqli_field_count($link);
22 $ir[] = mysqli_field_count($link);
25 var_dump($ir);
/php-src/ext/opcache/jit/ir/
H A D.gitignore12 ir
17 tests/**/*.ir
H A DREADME2 See the full version at https://github.com/dstogov/ir
/php-src/Zend/
H A Dbench.php220 $ir = $n;
226 $rra = $ra[$ir];
227 $ra[$ir] = $ra[1];
228 if (--$ir == 1) {
235 while ($j <= $ir) {
236 if (($j < $ir) && ($ra[$j] < $ra[$j+1])) {
243 $j = $ir + 1;
/php-src/build/
H A DMakefile.global122 rm -f ext/opcache/jit/ir/gen_ir_fold_hash
123 rm -f ext/opcache/jit/ir/minilua
124 rm -f ext/opcache/jit/ir/ir_fold_hash.h
125 rm -f ext/opcache/jit/ir/ir_emit_x86.h
126 rm -f ext/opcache/jit/ir/ir_emit_aarch64.h
/php-src/ext/standard/
H A Dcrypt_freesec.c212 uint32_t *p, *il, *ir, *fl, *fr; in _crypt_extended_init() local
274 *(ir = &ip_maskr[k][i]) = 0; in _crypt_extended_init()
283 *ir |= bits32[obit-32]; in _crypt_extended_init()
293 *(ir = &key_perm_maskr[k][i]) = 0; in _crypt_extended_init()
302 *ir |= bits28[obit - 28]; in _crypt_extended_init()
306 *(ir = &comp_maskr[k][i]) = 0; in _crypt_extended_init()
315 *ir |= bits24[obit - 24]; in _crypt_extended_init()
/php-src/ext/mbstring/tests/
H A Dmb_encoding_aliases.phpt40 string(8) "iso-ir-6"
/php-src/
H A DCONTRIBUTING.md211 └─ ir/ # Bundled part of IR framework https://github.com/dstogov/ir

Completed in 26 milliseconds