Searched refs:sljit_emit_op0 (Results 1 – 11 of 11) sorted by relevance
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitLir.h | 1016 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op);
|
D | sljitNativeARM_64.c | 1290 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0() function
|
D | sljitLir.c | 2792 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0() function
|
D | sljitNativeX86_common.c | 1074 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0() function
|
D | sljitNativePPC_common.c | 1265 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0() function
|
D | sljitNativeRISCV_common.c | 1649 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0() function
|
D | sljitNativeARM_T2_32.c | 1588 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0() function
|
D | sljitNativeS390X.c | 1889 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0() function
|
D | sljitNativeARM_32.c | 2053 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0() function
|
D | sljitNativeMIPS_common.c | 2150 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler *compiler, sljit_s32 op) in sljit_emit_op0() function
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_jit_compile.c | 12843 sljit_emit_op0(compiler, SLJIT_ENDBR); in compile_bracket_backtrackingpath() 12996 sljit_emit_op0(compiler, SLJIT_ENDBR); in compile_bracket_backtrackingpath() 13587 sljit_emit_op0(compiler, SLJIT_ENDBR); in compile_recurse() 13598 sljit_emit_op0(compiler, SLJIT_ENDBR); in compile_recurse() 14039 sljit_emit_op0(compiler, SLJIT_SKIP_FRAMES_BEFORE_RETURN); in jit_compile()
|