Searched refs:SLJIT_REWRITABLE_JUMP (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/sys/external/bsd/sljit/dist/sljit_src/ |
| D | sljitLir.c | 374 SLJIT_COMPILE_ASSERT(SLJIT_REWRITABLE_JUMP != SLJIT_F32_OP, in sljit_create_compiler() 1420 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_REWRITABLE_JUMP | SLJIT_I32_OP))); in check_sljit_emit_jump() 1436 … fprintf(compiler->verbose, " jump%s %s%s\n", !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", in check_sljit_emit_jump() 1447 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_REWRITABLE_JUMP | SLJIT_I32_OP))); in check_sljit_emit_cmp() 1455 … fprintf(compiler->verbose, " cmp%s %s%s, ", !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", in check_sljit_emit_cmp() 1472 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_REWRITABLE_JUMP | SLJIT_F32_OP))); in check_sljit_emit_fcmp() 1480 … fprintf(compiler->verbose, " fcmp%s %s%s, ", !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", in check_sljit_emit_fcmp() 1745 type = condition | (type & (SLJIT_I32_OP | SLJIT_REWRITABLE_JUMP)); in sljit_emit_cmp() 1769 … return sljit_emit_jump(compiler, condition | (type & (SLJIT_REWRITABLE_JUMP | SLJIT_I32_OP))); in sljit_emit_cmp()
|
| D | sljitNativeARM_32.c | 397 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type() 758 else if (jump->flags & SLJIT_REWRITABLE_JUMP) { in sljit_generate_code() 2141 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump() 2151 if (jump->flags & SLJIT_REWRITABLE_JUMP) { in sljit_emit_jump() 2161 if (!(jump->flags & SLJIT_REWRITABLE_JUMP)) in sljit_emit_jump()
|
| D | sljitNativeMIPS_common.c | 226 if (jump->flags & (SLJIT_REWRITABLE_JUMP | IS_CALL)) in detect_jump_type() 229 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type() 1614 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump() 1729 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_cmp()
|
| D | sljitLir.h | 1125 #define SLJIT_REWRITABLE_JUMP 0x1000 macro
|
| D | sljitNativeARM_64.c | 161 if (jump->flags & SLJIT_REWRITABLE_JUMP) { in detect_jump_type() 1897 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump() 1925 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in emit_cmp_to0()
|
| D | sljitNativePPC_common.c | 261 if (jump->flags & (SLJIT_REWRITABLE_JUMP | IS_CALL)) in detect_jump_type() 264 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type() 2163 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
|
| D | sljitNativeTILEGX_64.c | 911 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type() 2421 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump() 2483 jump->flags |= IS_JAL | (type >= SLJIT_CALL0 ? SLJIT_REWRITABLE_JUMP : 0); in sljit_emit_jump()
|
| D | sljitNativeSPARC_common.c | 211 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type() 1314 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
|
| D | sljitNativeARM_T2_32.c | 229 if (jump->flags & SLJIT_REWRITABLE_JUMP) in detect_jump_type() 1758 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
|
| D | sljitNativeX86_common.c | 521 if (!(jump->flags & SLJIT_REWRITABLE_JUMP)) in sljit_generate_code() 2508 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP);
|
| /netbsd/src/sys/external/bsd/sljit/dist/ |
| D | API_CHANGES | 58 does not created with SLJIT_REWRITABLE_JUMP flag.
|
| /netbsd/src/sys/external/bsd/sljit/dist/test_src/ |
| D | sljitTest.c | 921 jump1 = sljit_emit_jump(compiler, SLJIT_REWRITABLE_JUMP | SLJIT_SIG_GREATER); in test12() 1204 jump = sljit_emit_jump(compiler, SLJIT_CALL3 | SLJIT_REWRITABLE_JUMP); in test15() 1654 jump = sljit_emit_jump(compiler, SLJIT_JUMP | SLJIT_REWRITABLE_JUMP); in test21() 3057 jump = sljit_emit_jump(compiler, SLJIT_FAST_CALL | SLJIT_REWRITABLE_JUMP); in test34() 3148 jump = sljit_emit_jump(compiler, SLJIT_FAST_CALL | SLJIT_REWRITABLE_JUMP); in test35() 3260 cmp_test(compiler, SLJIT_NOT_EQUAL | SLJIT_REWRITABLE_JUMP, SLJIT_IMM, 0, SLJIT_R0, 0); in test36() 3262 cmp_test(compiler, SLJIT_EQUAL | SLJIT_REWRITABLE_JUMP, SLJIT_R0, 0, SLJIT_IMM, 0); in test36() 3269 cmp_test(compiler, SLJIT_SIG_LESS | SLJIT_REWRITABLE_JUMP, SLJIT_R0, 0, SLJIT_IMM, 0); in test36() 3275 …cmp_test(compiler, SLJIT_SIG_LESS | SLJIT_REWRITABLE_JUMP, SLJIT_IMM, 0, SLJIT_MEM1(SLJIT_S1), 3 *… in test36() 3284 … cmp_test(compiler, SLJIT_GREATER_EQUAL | SLJIT_REWRITABLE_JUMP, SLJIT_IMM, 8, SLJIT_R1, 0); in test36() [all …]
|