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

/external/pcre/dist/sljit/
H A DsljitLir.h518 SLJIT_MOV_P (see sljit_emit_op1). As for src and srcw they must be 0 if op
619 Affects sljit_emit_op0, sljit_emit_op1 and sljit_emit_op2. */
697 /* Starting index of opcodes for sljit_emit_op1. */
772 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op1(struct sljit_compiler *compiler, sljit_si op,
H A DsljitLir.c1560 return sljit_emit_op1(compiler, op, SLJIT_RETURN_REG, 0, src, srcw);
1730 return sljit_emit_op1(compiler, SLJIT_MOV, dst, dstw, SLJIT_SP, 0);
1853 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op1(struct sljit_compiler *compiler, sljit_si op, function
H A DsljitNativeSPARC_common.c817 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op1(struct sljit_compiler *compiler, sljit_si op, function
H A DsljitNativeARM_64.c1245 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op1(struct sljit_compiler *compiler, sljit_si op, function
H A DsljitNativeARM_T2_32.c1297 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op1(struct sljit_compiler *compiler, sljit_si op, function
H A DsljitNativeARM_32.c1867 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op1(struct sljit_compiler *compiler, sljit_si op, function
H A DsljitNativeMIPS_common.c1094 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op1(struct sljit_compiler *compiler, sljit_si op, function
H A DsljitNativePPC_common.c1310 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op1(struct sljit_compiler *compiler, sljit_si op, function
H A DsljitNativeTILEGX_64.c2233 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op1(struct sljit_compiler *compiler, sljit_si op, sljit_si dst, sljit_sw dstw, sljit_si src, sljit_sw srcw) function
H A DsljitNativeX86_common.c1246 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_op1(struct sljit_compiler *compiler, sljit_si op, function
/external/pcre/dist/
H A Dpcre_jit_compile.c524 sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw))

Completed in 400 milliseconds