• Home
  • Raw
  • Download

Lines Matching refs:SLJIT_UNLIKELY

45 		if (SLJIT_UNLIKELY(compiler->error)) \
51 if (SLJIT_UNLIKELY(compiler->error)) \
57 if (SLJIT_UNLIKELY(expr)) \
63 if (SLJIT_UNLIKELY(expr)) \
69 if (SLJIT_UNLIKELY(!(ptr))) { \
77 if (SLJIT_UNLIKELY(!(ptr))) { \
85 if (SLJIT_UNLIKELY(!(ptr))) { \
294 if (SLJIT_UNLIKELY(!(x))) \
303 if (SLJIT_UNLIKELY(x)) { \
311 if (SLJIT_UNLIKELY(x)) { \
319 if (SLJIT_UNLIKELY(x)) { \
1058 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_enter()
1109 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_set_context()
1140 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_return()
1160 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fast_enter()
1180 if (SLJIT_UNLIKELY(!!compiler->verbose)) in check_sljit_emit_op0()
1196 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_op1()
1234 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_op1()
1261 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_op2()
1311 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_op2()
1344 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_op_src()
1397 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_op_custom()
1411 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_fop1()
1424 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop1()
1449 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_fop1_cmp()
1464 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop1_cmp()
1483 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_fop1_conv_sw_from_f64()
1496 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop1_conv_sw_from_f64()
1513 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_fop1_conv_f64_from_sw()
1526 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop1_conv_f64_from_sw()
1553 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop2()
1570 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_label()
1580 if (SLJIT_UNLIKELY(!!compiler->verbose)) in check_sljit_emit_label()
1588 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_jump()
1610 if (SLJIT_UNLIKELY(!!compiler->verbose)) in check_sljit_emit_jump()
1654 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_call()
1686 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_cmp()
1711 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fcmp()
1726 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_ijump()
1736 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_ijump()
1783 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_icall()
1830 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_op_flags()
1865 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_cmov()
1895 if (!(type & SLJIT_MEM_SUPP) && SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_mem()
1927 if (!(type & SLJIT_MEM_SUPP) && SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fmem()
1953 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_get_local_base()
1970 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_const()
1985 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_put_label()
2154 if (SLJIT_UNLIKELY((src1 & SLJIT_IMM) && !(src2 & SLJIT_IMM))) { in sljit_emit_cmp()