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))) { \
298 if (SLJIT_UNLIKELY(!(x))) \
307 if (SLJIT_UNLIKELY(x)) { \
315 if (SLJIT_UNLIKELY(x)) { \
323 if (SLJIT_UNLIKELY(x)) { \
1097 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_enter()
1141 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_set_context()
1166 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_return_void()
1176 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_return_void()
1207 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_return()
1224 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fast_enter()
1244 if (SLJIT_UNLIKELY(!!compiler->verbose)) in check_sljit_emit_op0()
1260 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_op1()
1294 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_op1()
1321 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_op2()
1375 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_op2()
1411 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_op_src()
1464 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_op_custom()
1478 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_fop1()
1491 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop1()
1516 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_fop1_cmp()
1531 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop1_cmp()
1550 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_fop1_conv_sw_from_f64()
1563 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop1_conv_sw_from_f64()
1580 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_fop1_conv_f64_from_sw()
1593 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop1_conv_f64_from_sw()
1620 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop2()
1637 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_label()
1647 if (SLJIT_UNLIKELY(!!compiler->verbose)) in check_sljit_emit_label()
1655 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_jump()
1677 if (SLJIT_UNLIKELY(!!compiler->verbose)) in check_sljit_emit_jump()
1697 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_call()
1731 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_cmp()
1756 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fcmp()
1771 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_ijump()
1781 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_ijump()
1805 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_icall()
1852 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_op_flags()
1886 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_cmov()
1916 if (!(type & SLJIT_MEM_SUPP) && SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_mem()
1948 if (!(type & SLJIT_MEM_SUPP) && SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fmem()
1974 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_get_local_base()
1991 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_const()
2006 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_put_label()
2189 if (SLJIT_UNLIKELY((src1 & SLJIT_IMM) && !(src2 & SLJIT_IMM))) { in sljit_emit_cmp()