Searched refs:SLJIT_REWRITABLE_JUMP (Results 1 – 14 of 14) sorted by relevance
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitLir.c | 386 SLJIT_COMPILE_ASSERT(SLJIT_REWRITABLE_JUMP != SLJIT_32, in sljit_create_compiler() 1661 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_REWRITABLE_JUMP | SLJIT_32))); in check_sljit_emit_jump() 1678 fprintf(compiler->verbose, " jump%s %s%s\n", !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", in check_sljit_emit_jump() 1688 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_REWRITABLE_JUMP | SLJIT_CALL_RETURN))); in check_sljit_emit_call() 1699 !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", in check_sljit_emit_call() 1724 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_REWRITABLE_JUMP | SLJIT_32))); in check_sljit_emit_cmp() 1732 fprintf(compiler->verbose, " cmp%s %s%s, ", !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", in check_sljit_emit_cmp() 1749 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_REWRITABLE_JUMP | SLJIT_32))); in check_sljit_emit_fcmp() 1757 fprintf(compiler->verbose, " fcmp%s %s%s, ", !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", in check_sljit_emit_fcmp() 2218 type = condition | (type & (SLJIT_32 | SLJIT_REWRITABLE_JUMP)); in sljit_emit_cmp() [all …]
|
D | sljitNativeARM_32.c | 417 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type() 869 else if (jump->flags & SLJIT_REWRITABLE_JUMP) { in sljit_generate_code() 2495 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump() 2506 if (jump->flags & SLJIT_REWRITABLE_JUMP) { in sljit_emit_jump() 2516 if (!(jump->flags & SLJIT_REWRITABLE_JUMP)) in sljit_emit_jump() 2725 type = SLJIT_JUMP | (type & SLJIT_REWRITABLE_JUMP); in sljit_emit_call() 2754 type = SLJIT_JUMP | (type & SLJIT_REWRITABLE_JUMP); in sljit_emit_call()
|
D | sljitNativeX86_64.c | 282 …int short_addr = !(jump->flags & SLJIT_REWRITABLE_JUMP) && !(jump->flags & JUMP_LABEL) && (jump->u… in generate_far_jump_code() 793 type = SLJIT_JUMP | (type & SLJIT_REWRITABLE_JUMP); in sljit_emit_call()
|
D | sljitNativeARM_64.c | 164 if (jump->flags & SLJIT_REWRITABLE_JUMP) { in detect_jump_type() 1794 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump() 1820 type = SLJIT_JUMP | (type & SLJIT_REWRITABLE_JUMP); in sljit_emit_call() 1842 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in emit_cmp_to0()
|
D | sljitNativePPC_common.c | 271 if (jump->flags & (SLJIT_REWRITABLE_JUMP | IS_CALL)) in detect_jump_type() 274 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type() 2129 set_jump(jump, compiler, (sljit_u32)type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump() 2162 type = SLJIT_JUMP | (type & SLJIT_REWRITABLE_JUMP); in sljit_emit_call()
|
D | sljitNativeMIPS_common.c | 326 if (jump->flags & (SLJIT_REWRITABLE_JUMP | IS_CALL)) in detect_jump_type() 329 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type() 2054 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump() 2166 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_cmp()
|
D | sljitNativeARM_T2_32.c | 254 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type() 2080 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump() 2296 type = SLJIT_JUMP | (type & SLJIT_REWRITABLE_JUMP); in sljit_emit_call() 2326 type = SLJIT_JUMP | (type & SLJIT_REWRITABLE_JUMP); in sljit_emit_call()
|
D | sljitLir.h | 1247 #define SLJIT_REWRITABLE_JUMP 0x1000 macro
|
D | sljitNativeS390X.c | 1444 if ((jump->flags & SLJIT_REWRITABLE_JUMP) || (jump->flags & JUMP_ADDR)) { in sljit_generate_code() 1538 if ((jump->flags & SLJIT_REWRITABLE_JUMP) || (jump->flags & JUMP_ADDR)) { in sljit_generate_code() 3104 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump() 3125 type = SLJIT_JUMP | (type & SLJIT_REWRITABLE_JUMP); in sljit_emit_call()
|
D | sljitNativeSPARC_common.c | 229 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type() 1460 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
|
D | sljitNativeMIPS_32.c | 584 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_call()
|
D | sljitNativeMIPS_64.c | 651 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_call()
|
D | sljitNativeX86_32.c | 1221 type = SLJIT_JUMP | (type & SLJIT_REWRITABLE_JUMP); in sljit_emit_call()
|
D | sljitNativeX86_common.c | 544 if (!(jump->flags & SLJIT_REWRITABLE_JUMP)) in sljit_generate_code() 2692 …set_jump(jump, compiler, (sljit_u32)((type & SLJIT_REWRITABLE_JUMP) | ((type & 0xff) << TYPE_SHIFT…
|