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

  /external/pcre/dist2/src/sljit/
sljitLir.h 40 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_s32 sljit_emit_enter(struct sljit_compiler *compiler
    [all...]
sljitNativeX86_32.c 66 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, function
sljitNativeX86_64.c 90 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, function
sljitNativeSPARC_common.c 425 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, function
    [all...]
sljitLir.c 1776 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, function
    [all...]
sljitNativeARM_64.c 1063 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, function
    [all...]
sljitNativeARM_T2_32.c 44 /* See sljit_emit_enter and sljit_emit_op0 if you want to change them. */
1130 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, function
    [all...]
sljitNativeARM_32.c 57 /* See sljit_emit_enter and sljit_emit_op0 if you want to change them. */
828 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, function
    [all...]
sljitNativeMIPS_common.c 541 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, function
    [all...]
sljitNativePPC_common.c 578 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, function
    [all...]
sljitNativeTILEGX_64.c 1175 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compiler *compiler, function
    [all...]
  /external/pcre/dist2/src/
pcre2_jit_compile.c     [all...]

Completed in 253 milliseconds