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

/external/pcre/dist/sljit/
H A DsljitLir.h205 /* The SLJIT_SP provides direct access to the linear stack space allocated by
206 sljit_emit_enter. It can only be used in the following form: SLJIT_MEM1(SLJIT_SP).
209 #define SLJIT_SP (SLJIT_NUMBER_OF_REGISTERS + 1) macro
480 in SLJIT_SP. The memory area between SLJIT_SP (inclusive) and
481 SLJIT_SP + local_size (exclusive) can be modified freely until
833 SLJIT_S and SLJIT_SP registers.
1037 /* Copies the base address of SLJIT_SP + offset to dst.

Completed in 51 milliseconds