Searched defs:SLJIT_SP (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist2/src/sljit/
H A DsljitLir.h207 /* The SLJIT_SP provides direct access to the linear stack space allocated by
208 sljit_emit_enter. It can only be used in the following form: SLJIT_MEM1(SLJIT_SP).
211 #define SLJIT_SP (SLJIT_NUMBER_OF_REGISTERS + 1) macro
498 in SLJIT_SP. The memory area between SLJIT_SP (inclusive) and
499 SLJIT_SP + local_size (exclusive) can be modified freely until
1074 /* Copies the base address of SLJIT_SP + offset to dst.
1191 SLJIT_S and SLJIT_SP registers.

Completed in 146 milliseconds