Home
last modified time | relevance | path

Searched refs:jit (Results 1 – 12 of 12) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/
H A D0001-add-arm-to-list-of-mozinline.patch7 | /path/to/build/tmp/work/armv7vet2hf-vfp-poky-linux-gnueabi/mozjs-102/102.5.0-r0/build/js/src/jit/…
16 js/src/jit/GenerateAtomicOperations.py | 2 +-
19 diff --git a/js/src/jit/GenerateAtomicOperations.py b/js/src/jit/GenerateAtomicOperations.py
21 --- a/js/src/jit/GenerateAtomicOperations.py
22 +++ b/js/src/jit/GenerateAtomicOperations.py
H A Darmv5.patch10 js/src/jit/arm/Architecture-arm.cpp | 2 ++
13 diff --git a/js/src/jit/arm/Architecture-arm.cpp b/js/src/jit/arm/Architecture-arm.cpp
15 --- a/js/src/jit/arm/Architecture-arm.cpp
16 +++ b/js/src/jit/arm/Architecture-arm.cpp
/openbmc/openbmc/poky/meta/recipes-support/libpcre/
H A Dlibpcre_8.45.bb25 PACKAGECONFIG ??= "pcre8 unicode-properties jit"
32 PACKAGECONFIG[jit] = "--enable-jit=auto,--disable-jit"
/openbmc/openbmc/poky/meta-selftest/recipes-extended/sysdig/
H A Dsysdig-selftest_0.28.0.bb12 JIT ?= "jit"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sysdig/
H A Dsysdig_0.28.0.bb12 JIT ?= "jit"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/
H A Dmozjs-128_128.5.2.bb64 JIT:mipsarch = "--disable-jit"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/
H A Dphp_8.4.6.bb77 EXTRA_OECONF:append:riscv64 = " --with-pcre-jit=no"
78 EXTRA_OECONF:append:riscv32 = " --with-pcre-jit=no"
/openbmc/qemu/
H A Dhmp-commands-info.hx247 .name = "jit",
255 ``info jit``
H A Dqemu-options.hx5527 "-jitdump generate a jit-${pid}.dump file for perf\n",
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/emacs/
H A Demacs_29.1.bb173 ${datadir}/${BPN}/${PV}/lisp/jit-lock.elc \
/openbmc/qemu/qapi/
H A Dmachine.json1688 # @x-query-jit:
1700 { 'command': 'x-query-jit',
/openbmc/qemu/tcg/
H A Dtcg.c7299 g_autofree char *jit = g_strdup_printf("%s/qemu.jit", g_get_tmp_dir()); in tcg_register_jit_int() local
7300 FILE *f = fopen(jit, "w+b"); in tcg_register_jit_int()