Home
last modified time | relevance | path

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

/external/pcre/dist/sljit/
DsljitNativeX86_32.c434 inst = (sljit_ub*)ensure_buf(compiler, 1 + 4 * (type - SLJIT_CALL0)); in call_with_args()
436 INC_SIZE(4 * (type - SLJIT_CALL0)); in call_with_args()
DsljitLir.h961 #define SLJIT_CALL0 24 macro
DsljitNativePPC_common.c2167 if (type >= SLJIT_CALL0) in sljit_emit_jump()
2189 if (type >= SLJIT_CALL0) { in sljit_emit_ijump()
2204 if (type >= SLJIT_CALL0) in sljit_emit_ijump()
DsljitNativeMIPS_common.c1720 jump->flags |= IS_JAL | (type >= SLJIT_CALL0 ? IS_CALL : 0); in sljit_emit_jump()
1974 if (type >= SLJIT_CALL0) { in sljit_emit_ijump()
DsljitNativeTILEGX_64.c2373 if (type >= SLJIT_CALL0) { in sljit_emit_ijump()
2523 jump->flags |= IS_JAL | (type >= SLJIT_CALL0 ? SLJIT_REWRITABLE_JUMP : 0); in sljit_emit_jump()