Searched refs:sljit_emit_enter (Results 1 - 12 of 12) sorted by last modified time

/external/pcre/dist/
H A Dpcre_jit_compile.c9978 sljit_emit_enter(compiler, 0, 1, 5, 5, 0, 0, private_data_size);
/external/pcre/dist/sljit/
H A DsljitLir.c1786 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_enter(struct sljit_compiler *compiler, function
H A DsljitLir.h40 shares the same context. See sljit_emit_enter for more details
151 Note: sljit_emit_enter and sljit_set_context defines whether a register
153 by sljit_emit_enter, the allowed register set will be: R0-R2 and
206 sljit_emit_enter. It can only be used in the following form: SLJIT_MEM1(SLJIT_SP).
461 sljit_emit_enter function emits the necessary instructions for
472 saved registers used by the function must be passed to sljit_emit_enter.
477 way. The sljit_emit_enter is also capable of allocating a stack
492 Note: every call of sljit_emit_enter and sljit_set_context
498 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_enter(struct sljit_compiler *compiler,
503 number of used registers, etc.) which initialized by sljit_emit_enter
[all...]
H A DsljitNativeARM_32.c57 /* See sljit_emit_enter and sljit_emit_op0 if you want to change them. */
826 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_enter(struct sljit_compiler *compiler, function
H A DsljitNativeARM_64.c1064 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 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 DsljitNativeSPARC_common.c421 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_enter(struct sljit_compiler *compiler, function
H A DsljitNativeTILEGX_64.c1176 SLJIT_API_FUNC_ATTRIBUTE sljit_si sljit_emit_enter(struct sljit_compiler *compiler, function
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

Completed in 262 milliseconds