Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_32.c455 inst = (sljit_ub*)ensure_buf(compiler, 1 + 4 * (type - SLJIT_CALL0)); in call_with_args()
457 INC_SIZE(4 * (type - SLJIT_CALL0)); in call_with_args()
H A DsljitLir.c1334 …CHECK_ARGUMENT((type & 0xff) <= SLJIT_CALL0 || ((type & 0xff) - SLJIT_CALL0) <= compiler->scratche… in check_sljit_emit_jump()
1400 CHECK_ARGUMENT(type <= SLJIT_CALL0 || (type - SLJIT_CALL0) <= compiler->scratches); in check_sljit_emit_ijump()
H A DsljitLir.h1002 #define SLJIT_CALL0 24 macro
H A DsljitNativePPC_common.c2152 if (type >= SLJIT_CALL0) in sljit_emit_jump()
2174 if (type >= SLJIT_CALL0) { in sljit_emit_ijump()
2189 if (type >= SLJIT_CALL0) in sljit_emit_ijump()
H A DsljitNativeMIPS_common.c1707 jump->flags |= IS_JAL | (type >= SLJIT_CALL0 ? IS_CALL : 0); in sljit_emit_jump()
1962 if (type >= SLJIT_CALL0) { in sljit_emit_ijump()
H A DsljitNativeTILEGX_64.c2333 if (type >= SLJIT_CALL0) { in sljit_emit_ijump()
2479 jump->flags |= IS_JAL | (type >= SLJIT_CALL0 ? SLJIT_REWRITABLE_JUMP : 0); in sljit_emit_jump()

Completed in 45 milliseconds