Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativeX86_32.c455 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4 * (type - SLJIT_CALL0)); in call_with_args()
457 INC_SIZE(4 * (type - SLJIT_CALL0)); in call_with_args()
DsljitLir.c1349 …CHECK_ARGUMENT((type & 0xff) <= SLJIT_CALL0 || ((type & 0xff) - SLJIT_CALL0) <= compiler->scratche… in check_sljit_emit_jump()
1415 CHECK_ARGUMENT(type <= SLJIT_CALL0 || (type - SLJIT_CALL0) <= compiler->scratches); in check_sljit_emit_ijump()
DsljitLir.h998 #define SLJIT_CALL0 24 macro
DsljitNativePPC_common.c2156 if (type >= SLJIT_CALL0) in sljit_emit_jump()
2178 if (type >= SLJIT_CALL0) { in sljit_emit_ijump()
2193 if (type >= SLJIT_CALL0) in sljit_emit_ijump()
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()
DsljitNativeTILEGX_64.c2335 if (type >= SLJIT_CALL0) { in sljit_emit_ijump()
2481 jump->flags |= IS_JAL | (type >= SLJIT_CALL0 ? SLJIT_REWRITABLE_JUMP : 0); in sljit_emit_jump()