Searched refs:sljit_emit_mov_addr (Results 1 – 11 of 11) sorted by relevance
/PHP-8.4/ext/pcre/pcre2lib/sljit/ |
H A D | sljitLir.h | 2190 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_mov_addr(struct sljit_compiler *compiler, sl…
|
H A D | sljitNativeARM_64.c | 3444 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_mov_addr(struct sljit_compiler *compiler, sl… in sljit_emit_mov_addr() function
|
H A D | sljitNativePPC_common.c | 3131 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_mov_addr(struct sljit_compiler *compiler, sl… in sljit_emit_mov_addr() function
|
H A D | sljitNativeRISCV_common.c | 3091 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_mov_addr(struct sljit_compiler *compiler, sl… in sljit_emit_mov_addr() function
|
H A D | sljitNativeARM_32.c | 4597 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_mov_addr(struct sljit_compiler *compiler, sl… in sljit_emit_mov_addr() function
|
H A D | sljitNativeARM_T2_32.c | 4265 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_mov_addr(struct sljit_compiler *compiler, sl… in sljit_emit_mov_addr() function
|
H A D | sljitNativeLOONGARCH_64.c | 3738 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_mov_addr(struct sljit_compiler *compiler, sl… in sljit_emit_mov_addr() function
|
H A D | sljitNativeS390X.c | 4491 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_mov_addr(struct sljit_compiler *compiler, sl… in sljit_emit_mov_addr() function
|
H A D | sljitNativeX86_common.c | 4937 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_mov_addr(struct sljit_compiler *compiler, sl… function
|
H A D | sljitNativeMIPS_common.c | 4234 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_mov_addr(struct sljit_compiler *compiler, sl… in sljit_emit_mov_addr() function
|
/PHP-8.4/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 11287 …BACKTRACK_AS(bracket_backtrack)->u.matching_mov_addr = sljit_emit_mov_addr(compiler, SLJIT_MEM1(ST… in compile_bracket_matchingpath() 13385 mov_addr = sljit_emit_mov_addr(compiler, SLJIT_MEM1(STACK_TOP), STACK(stacksize)); in compile_bracket_backtrackingpath() 14006 mov_addr = sljit_emit_mov_addr(compiler, SLJIT_MEM1(STACK_TOP), STACK(1)); in compile_recurse()
|
Completed in 148 milliseconds