Searched refs:jit (Results 1 – 22 of 22) sorted by relevance
117 static inline void reg_set_seen(struct bpf_jit *jit, u32 b1) in reg_set_seen() argument121 if (r1 >= 6 && r1 <= 15 && !jit->seen_reg[r1]) in reg_set_seen()122 jit->seen_reg[r1] = 1; in reg_set_seen()127 reg_set_seen(jit, b1); \130 #define REG_SEEN(b1) jit->seen_reg[reg2hex[(b1)]]138 if (jit->prg_buf) \139 *(u16 *) (jit->prg_buf + jit->prg) = (op); \140 jit->prg += 2; \152 if (jit->prg_buf) \153 *(u32 *) (jit->prg_buf + jit->prg) = (op); \[all …]
7 | /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.py21 --- a/js/src/jit/GenerateAtomicOperations.py22 +++ b/js/src/jit/GenerateAtomicOperations.py
10 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.cpp15 --- a/js/src/jit/arm/Architecture-arm.cpp16 +++ b/js/src/jit/arm/Architecture-arm.cpp
25 PACKAGECONFIG ??= "pcre8 unicode-properties jit"32 PACKAGECONFIG[jit] = "--enable-jit=auto,--disable-jit"
17 * Source/JavaScriptCore/jit/AssemblyHelpers.cpp:40 Source/JavaScriptCore/jit/AssemblyHelpers.cpp | 6 ++++--63 --- a/Source/JavaScriptCore/jit/AssemblyHelpers.cpp64 +++ b/Source/JavaScriptCore/jit/AssemblyHelpers.cpp
72 bpf/jit.o
12 JIT ?= "jit"
63 JIT:mipsarch = "--disable-jit"
78 EXTRA_OECONF:append:riscv64 = " --with-pcre-jit=no"79 EXTRA_OECONF:append:riscv32 = " --with-pcre-jit=no"
75 --jit::
64 * Value 3 : JIT_CODE_CLOSE : record marking the end of the jit runtime (optional)
247 .name = "jit",255 ``info jit``
5235 "-jitdump generate a jit-${pid}.dump file for perf\n",
413 perf inject -i "${tmpfile}" -o "${perfdatafile}" --jit
1730 # @x-query-jit:1742 { 'command': 'x-query-jit',
173 ${datadir}/${BPN}/${PV}/lisp/jit-lock.elc \
713 func signatures and line info, along with byte/jit codes.
6528 g_autofree char *jit = g_strdup_printf("%s/qemu.jit", g_get_tmp_dir()); in tcg_register_jit_int() local6529 FILE *f = fopen(jit, "w+b"); in tcg_register_jit_int()
[all...]