Lines Matching refs:SLJIT_UNLIKELY

46 		if (SLJIT_UNLIKELY(compiler->error)) \
52 if (SLJIT_UNLIKELY(compiler->error)) \
58 if (SLJIT_UNLIKELY(expr)) \
64 if (SLJIT_UNLIKELY(expr)) \
70 if (SLJIT_UNLIKELY(!(ptr))) { \
78 if (SLJIT_UNLIKELY(!(ptr))) { \
86 if (SLJIT_UNLIKELY(!(ptr))) { \
297 if (SLJIT_UNLIKELY(!(x))) \
306 if (SLJIT_UNLIKELY(x)) { \
314 if (SLJIT_UNLIKELY(x)) { \
322 if (SLJIT_UNLIKELY(x)) { \
1051 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_enter()
1102 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_set_context()
1133 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_return()
1153 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fast_enter()
1173 if (SLJIT_UNLIKELY(!!compiler->verbose)) in check_sljit_emit_op0()
1189 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_op1()
1227 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_op1()
1254 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_op2()
1304 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_op2()
1337 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_op_src()
1388 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_op_custom()
1402 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_fop1()
1415 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop1()
1440 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_fop1_cmp()
1455 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop1_cmp()
1474 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_fop1_conv_sw_from_f64()
1487 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop1_conv_sw_from_f64()
1504 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_fop1_conv_f64_from_sw()
1517 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop1_conv_f64_from_sw()
1544 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop2()
1561 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_label()
1571 if (SLJIT_UNLIKELY(!!compiler->verbose)) in check_sljit_emit_label()
1579 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_jump()
1601 if (SLJIT_UNLIKELY(!!compiler->verbose)) in check_sljit_emit_jump()
1645 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_call()
1677 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_cmp()
1702 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fcmp()
1717 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_ijump()
1727 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_ijump()
1774 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_icall()
1821 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_op_flags()
1856 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_cmov()
1886 if (!(type & SLJIT_MEM_SUPP) && SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_mem()
1918 if (!(type & SLJIT_MEM_SUPP) && SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fmem()
1944 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_get_local_base()
1961 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_const()
1976 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_put_label()
2145 if (SLJIT_UNLIKELY((src1 & SLJIT_IMM) && !(src2 & SLJIT_IMM))) { in sljit_emit_cmp()