Searched refs:emit_prefetch (Results 1 – 3 of 3) sorted by relevance
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeX86_common.c | 1369 static sljit_s32 emit_prefetch(struct sljit_compiler *compiler, sljit_s32 op, in emit_prefetch() function 2653 return emit_prefetch(compiler, op, src, srcw);
|
D | sljitNativePPC_common.c | 1315 static sljit_s32 emit_prefetch(struct sljit_compiler *compiler, in emit_prefetch() function 1851 return emit_prefetch(compiler, src, srcw); in sljit_emit_op_src()
|
D | sljitNativeMIPS_common.c | 2232 static sljit_s32 emit_prefetch(struct sljit_compiler *compiler, in emit_prefetch() function 2512 return emit_prefetch(compiler, src, srcw); in sljit_emit_op_src()
|