Searched refs:SLJIT_CURRENT_FLAGS_ADD (Results 1 – 11 of 11) sorted by relevance
91 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_single_op()95 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_single_op()
659 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()823 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()827 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()1867 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_ADD) in get_cc()1875 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_ADD) in get_cc()1910 if (!(compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB))) in get_cc()1918 if (!(compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB))) in get_cc()
631 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()659 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()845 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()852 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()2185 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_ADD) in get_cc()2193 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_ADD) in get_cc()2228 if (!(compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB))) in get_cc()2236 if (!(compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB))) in get_cc()
1918 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op()1922 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op()2598 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_ADD) in get_cc()2606 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_ADD) in get_cc()2641 if (!(compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB))) in get_cc()2649 if (!(compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB))) in get_cc()
1701 #define SLJIT_CURRENT_FLAGS_ADD 0x01 macro
1430 if (!(compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB))) in get_cc()1438 if (!(compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB))) in get_cc()
1512 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in sljit_emit_op2()1571 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in sljit_emit_op2()2499 invert = (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_ADD) != 0; in sljit_emit_op_flags()
198 (((status_flags_state) & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB)) \2878 compiler->status_flags_state |= SLJIT_CURRENT_FLAGS_ADD; in sljit_emit_op2()2881 compiler->status_flags_state |= SLJIT_CURRENT_FLAGS_ADD; in sljit_emit_op2()
1779 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in sljit_emit_op2()2594 if (compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB)) { in sljit_emit_op_flags()
2339 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in sljit_emit_op2()3228 if (compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB)) { in sljit_emit_op_flags()
545 …(SLJIT_CURRENT_FLAGS_32 | SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB | SLJIT_CURRENT_FLAGS_…
Completed in 129 milliseconds