Searched refs:sljit_emit_op1 (Results 1 – 11 of 11) sorted by relevance
/PHP-7.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitLir.c | 1953 return sljit_emit_op1(compiler, op, SLJIT_RETURN_REG, 0, src, srcw); in emit_mov_before_return() 1980 FAIL_IF(sljit_emit_op1(compiler, op, dst_reg & ~SLJIT_I32_OP, 0, src, srcw)); in sljit_emit_cmov_generic() 2203 return sljit_emit_op1(compiler, SLJIT_MOV, dst, dstw, SLJIT_SP, 0); in sljit_get_local_base() 2341 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op1() function
|
H A D | sljitLir.h | 950 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op,
|
H A D | sljitNativeSPARC_common.c | 850 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op1() function
|
H A D | sljitNativeARM_64.c | 1113 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op1() function
|
H A D | sljitNativeMIPS_common.c | 1134 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op1() function
|
H A D | sljitNativePPC_common.c | 1107 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op1() function
|
H A D | sljitNativeARM_T2_32.c | 1315 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op1() function
|
H A D | sljitNativeTILEGX_64.c | 2192 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, sl… in sljit_emit_op1() function
|
H A D | sljitNativeARM_32.c | 1653 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op1() function
|
H A D | sljitNativeX86_common.c | 1234 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_op1() function
|
/PHP-7.3/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 593 sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw))
|
Completed in 134 milliseconds