Searched refs:SLJIT_CALL0 (Results 1 - 6 of 6) sorted by relevance

/external/pcre/dist2/src/sljit/
H A DsljitNativeX86_32.c455 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4 * (type - SLJIT_CALL0));
457 INC_SIZE(4 * (type - SLJIT_CALL0));
H A DsljitLir.c1349 CHECK_ARGUMENT((type & 0xff) <= SLJIT_CALL0 || ((type & 0xff) - SLJIT_CALL0) <= compiler->scratches);
1415 CHECK_ARGUMENT(type <= SLJIT_CALL0 || (type - SLJIT_CALL0) <= compiler->scratches);
H A DsljitLir.h998 #define SLJIT_CALL0 24 macro
H A DsljitNativePPC_common.c2156 if (type >= SLJIT_CALL0)
2178 if (type >= SLJIT_CALL0) {
2193 if (type >= SLJIT_CALL0)
H A DsljitNativeMIPS_common.c1707 jump->flags |= IS_JAL | (type >= SLJIT_CALL0 ? IS_CALL : 0);
1962 if (type >= SLJIT_CALL0) {
H A DsljitNativeTILEGX_64.c2335 if (type >= SLJIT_CALL0) {
2481 jump->flags |= IS_JAL | (type >= SLJIT_CALL0 ? SLJIT_REWRITABLE_JUMP : 0);

Completed in 96 milliseconds