Searched refs:sljit_emit_op1 (Results 1 - 11 of 11) sorted by relevance

/external/pcre/dist2/src/sljit/
H A DsljitLir.h541 SLJIT_MOV_P (see sljit_emit_op1). As for src and srcw they must be 0 if op
640 sljit_emit_op1 and sljit_emit_op2. */
734 /* Starting index of opcodes for sljit_emit_op1. */
809 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op,
H A DsljitLir.c1544 return sljit_emit_op1(compiler, op, SLJIT_RETURN_REG, 0, src, srcw);
1720 return sljit_emit_op1(compiler, SLJIT_MOV, dst, dstw, SLJIT_SP, 0);
1844 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, function
H A DsljitNativeSPARC_common.c811 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, function
H A DsljitNativeARM_64.c1278 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, function
H A DsljitNativeARM_T2_32.c1314 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, function
H A DsljitNativeARM_32.c1869 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, function
H A DsljitNativeMIPS_common.c1082 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, function
H A DsljitNativePPC_common.c1300 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, function
H A DsljitNativeTILEGX_64.c2195 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) function
H A DsljitNativeX86_common.c1281 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, function
/external/pcre/dist2/src/
H A Dpcre2_jit_compile.c556 sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw))

Completed in 164 milliseconds