Searched refs:SLJIT_REWRITABLE_JUMP (Results 1 – 10 of 10) sorted by relevance
/external/pcre/dist/sljit/ |
D | sljitLir.c | 351 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()
|
D | sljitNativeARM_32.c | 394 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()
|
D | sljitNativeMIPS_common.c | 229 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()
|
D | sljitLir.h | 969 #define SLJIT_REWRITABLE_JUMP 0x1000 macro
|
D | sljitNativeARM_64.c | 160 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()
|
D | sljitNativeTILEGX_64.c | 910 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()
|
D | sljitNativePPC_common.c | 255 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()
|
D | sljitNativeSPARC_common.c | 205 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type() 1325 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
|
D | sljitNativeARM_T2_32.c | 228 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type() 1906 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
|
D | sljitNativeX86_common.c | 485 if (!(jump->flags & SLJIT_REWRITABLE_JUMP)) in sljit_generate_code() 2557 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP);
|