Searched refs:SLJIT_REWRITABLE_JUMP (Results 1 – 10 of 10) sorted by relevance
/PHP-7.0/ext/pcre/pcrelib/sljit/ |
H A D | sljitLir.c | 346 SLJIT_COMPILE_ASSERT(SLJIT_REWRITABLE_JUMP != SLJIT_SINGLE_OP, in sljit_create_compiler() 1331 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_REWRITABLE_JUMP | SLJIT_INT_OP))); in check_sljit_emit_jump() 1338 fprintf(compiler->verbose, " jump%s.%s%s\n", !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", in check_sljit_emit_jump() 1349 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_REWRITABLE_JUMP | SLJIT_INT_OP))); in check_sljit_emit_cmp() 1356 fprintf(compiler->verbose, " cmp%s.%s%s ", !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", in check_sljit_emit_cmp() 1373 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_REWRITABLE_JUMP | SLJIT_SINGLE_OP))); in check_sljit_emit_fcmp() 1380 fprintf(compiler->verbose, " fcmp%s.%s%s ", !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", in check_sljit_emit_fcmp() 1632 type = condition | (type & (SLJIT_INT_OP | SLJIT_REWRITABLE_JUMP)); in sljit_emit_cmp() 1658 return sljit_emit_jump(compiler, condition | (type & SLJIT_REWRITABLE_JUMP)); in sljit_emit_cmp() 1685 return sljit_emit_jump(compiler, condition | (type & SLJIT_REWRITABLE_JUMP)); in sljit_emit_fcmp()
|
H A 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() 1632 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump() 1763 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_cmp() 1887 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_fcmp()
|
H A D | sljitNativeARM_32.c | 396 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type() 745 else if (jump->flags & SLJIT_REWRITABLE_JUMP) { in sljit_generate_code() 2409 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump() 2419 if (jump->flags & SLJIT_REWRITABLE_JUMP) { in sljit_emit_jump() 2429 if (!(jump->flags & SLJIT_REWRITABLE_JUMP)) in sljit_emit_jump()
|
H A D | sljitLir.h | 1010 #define SLJIT_REWRITABLE_JUMP 0x1000 macro
|
H A D | sljitNativeARM_64.c | 159 if (jump->flags & SLJIT_REWRITABLE_JUMP) { in detect_jump_type() 1889 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump() 1917 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in emit_cmp_to0()
|
H A D | sljitNativeSPARC_common.c | 205 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type() 1298 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
|
H A 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() 2145 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
|
H A D | sljitNativeTILEGX_64.c | 909 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type() 2417 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump() 2479 jump->flags |= IS_JAL | (type >= SLJIT_CALL0 ? SLJIT_REWRITABLE_JUMP : 0); in sljit_emit_jump()
|
H A D | sljitNativeARM_T2_32.c | 228 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type() 1924 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
|
H A D | sljitNativeX86_common.c | 488 if (!(jump->flags & SLJIT_REWRITABLE_JUMP)) in sljit_generate_code() 2570 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP);
|
Completed in 86 milliseconds