Searched refs:sljit_emit_enter (Results 1 - 12 of 12) sorted by relevance

/external/pcre/dist/sljit/
H A DsljitLir.h40 shares the same context. See sljit_emit_enter for more details
153 Note: sljit_emit_enter and sljit_set_context defines whether a register
155 by sljit_emit_enter, the allowed register set will be: R0-R2 and
208 sljit_emit_enter. It can only be used in the following form: SLJIT_MEM1(SLJIT_SP).
479 sljit_emit_enter function emits the necessary instructions for
483 available options are listed before sljit_emit_enter.
490 saved registers used by the function must be passed to sljit_emit_enter.
495 way. The sljit_emit_enter is also capable of allocating a stack
510 Note: every call of sljit_emit_enter and sljit_set_context
521 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_enter(struc
[all...]
H A DsljitNativeX86_32.c66 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_enter(struct sljit_compiler *compiler, function
H A DsljitNativeX86_64.c90 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_enter(struct sljit_compiler *compiler, function
H A DsljitNativeSPARC_common.c421 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_enter(struct sljit_compiler *compiler, function
H A DsljitLir.c1760 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_enter(struct sljit_compiler *compiler, function
H A DsljitNativeARM_64.c1063 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_enter(struct sljit_compiler *compiler, function
H A DsljitNativeARM_T2_32.c44 /* See sljit_emit_enter and sljit_emit_op0 if you want to change them. */
1130 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_enter(struct sljit_compiler *compiler, function
H A DsljitNativeARM_32.c57 /* See sljit_emit_enter and sljit_emit_op0 if you want to change them. */
828 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_enter(struct sljit_compiler *compiler, function
H A DsljitNativeMIPS_common.c541 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_enter(struct sljit_compiler *compiler, function
H A DsljitNativePPC_common.c574 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_enter(struct sljit_compiler *compiler, function
H A DsljitNativeTILEGX_64.c1175 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_enter(struct sljit_compiler *compiler, function
/external/pcre/dist/
H A Dpcre_jit_compile.c10022 sljit_emit_enter(compiler, 0, 1, 5, 5, 0, 0, private_data_size);

Completed in 177 milliseconds