Home
last modified time | relevance | path

Searched refs:SLJIT_REWRITABLE_JUMP (Results 1 – 10 of 10) sorted by relevance

/external/pcre/dist/sljit/
DsljitLir.c351 SLJIT_COMPILE_ASSERT(SLJIT_REWRITABLE_JUMP != SLJIT_SINGLE_OP, in sljit_create_compiler()
1367 SLJIT_ASSERT(!(type & ~(0xff | SLJIT_REWRITABLE_JUMP))); in check_sljit_emit_jump()
1371 …fprintf(compiler->verbose, " jump%s.%s\n", !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", jump_name… in check_sljit_emit_jump()
1386 SLJIT_ASSERT(!(type & ~(0xff | SLJIT_REWRITABLE_JUMP | SLJIT_INT_OP))); in check_sljit_emit_cmp()
1394 …ose, " %scmp%s.%s ", !(type & SLJIT_INT_OP) ? "" : "i", !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".… in check_sljit_emit_cmp()
1415 SLJIT_ASSERT(!(type & ~(0xff | SLJIT_REWRITABLE_JUMP | SLJIT_SINGLE_OP))); in check_sljit_emit_fcmp()
1424 !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", jump_names[type & 0xff]); in check_sljit_emit_fcmp()
1664 type = condition | (type & (SLJIT_INT_OP | SLJIT_REWRITABLE_JUMP)); in sljit_emit_cmp()
1688 return sljit_emit_jump(compiler, condition | (type & SLJIT_REWRITABLE_JUMP)); in sljit_emit_cmp()
1712 return sljit_emit_jump(compiler, condition | (type & SLJIT_REWRITABLE_JUMP)); in sljit_emit_fcmp()
DsljitNativeARM_32.c394 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type()
743 else if (jump->flags & SLJIT_REWRITABLE_JUMP) { in sljit_generate_code()
2406 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
2416 if (jump->flags & SLJIT_REWRITABLE_JUMP) { in sljit_emit_jump()
2426 if (!(jump->flags & SLJIT_REWRITABLE_JUMP)) in sljit_emit_jump()
DsljitNativeMIPS_common.c229 if (jump->flags & (SLJIT_REWRITABLE_JUMP | IS_CALL)) in detect_jump_type()
232 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type()
1645 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
1776 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_cmp()
1900 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_fcmp()
DsljitLir.h969 #define SLJIT_REWRITABLE_JUMP 0x1000 macro
DsljitNativeARM_64.c160 if (jump->flags & SLJIT_REWRITABLE_JUMP) { in detect_jump_type()
1857 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
1885 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in emit_cmp_to0()
DsljitNativeTILEGX_64.c910 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type()
2455 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
2523 jump->flags |= IS_JAL | (type >= SLJIT_CALL0 ? SLJIT_REWRITABLE_JUMP : 0); in sljit_emit_jump()
DsljitNativePPC_common.c255 if (jump->flags & (SLJIT_REWRITABLE_JUMP | IS_CALL)) in detect_jump_type()
258 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type()
2160 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
DsljitNativeSPARC_common.c205 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type()
1325 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
DsljitNativeARM_T2_32.c228 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type()
1906 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
DsljitNativeX86_common.c485 if (!(jump->flags & SLJIT_REWRITABLE_JUMP)) in sljit_generate_code()
2557 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP);