Lines Matching refs:SLJIT_UNLIKELY
31 if (SLJIT_UNLIKELY(compiler->error)) \
37 if (SLJIT_UNLIKELY(compiler->error)) \
43 if (SLJIT_UNLIKELY(expr)) \
49 if (SLJIT_UNLIKELY(expr)) \
55 if (SLJIT_UNLIKELY(!(ptr))) { \
63 if (SLJIT_UNLIKELY(!(ptr))) { \
71 if (SLJIT_UNLIKELY(!(ptr))) { \
256 if (SLJIT_UNLIKELY(!(x))) \
265 if (SLJIT_UNLIKELY(x)) { \
273 if (SLJIT_UNLIKELY(x)) { \
281 if (SLJIT_UNLIKELY(x)) { \
944 if (SLJIT_UNLIKELY(!!compiler->verbose)) in check_sljit_emit_enter()
955 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_set_context()
973 if (SLJIT_UNLIKELY(!!compiler->verbose)) in check_sljit_set_context()
992 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_return()
1011 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fast_enter()
1026 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fast_return()
1043 if (SLJIT_UNLIKELY(!!compiler->verbose)) in check_sljit_emit_op0()
1053 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_op1()
1066 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_op1()
1084 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_op2()
1097 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_op2()
1152 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_op_custom()
1166 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_fop1()
1179 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop1()
1200 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_fop1_cmp()
1213 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop1_cmp()
1229 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_fop1_convw_fromd()
1242 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop1_convw_fromd()
1259 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_fop1_convd_fromw()
1272 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop1_convd_fromw()
1299 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fop2()
1317 if (SLJIT_UNLIKELY(!!compiler->verbose)) in check_sljit_emit_label()
1325 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_jump()
1337 if (SLJIT_UNLIKELY(!!compiler->verbose)) in check_sljit_emit_jump()
1355 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_cmp()
1379 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_fcmp()
1393 if (SLJIT_UNLIKELY(compiler->skip_checks)) { in check_sljit_emit_ijump()
1404 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_ijump()
1433 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_op_flags()
1456 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_get_local_base()
1473 if (SLJIT_UNLIKELY(!!compiler->verbose)) { in check_sljit_emit_const()
1604 if (SLJIT_UNLIKELY((src1 & SLJIT_IMM) && !(src2 & SLJIT_IMM))) { in sljit_emit_cmp()