Searched refs:status_flags_state (Results 1 – 10 of 10) 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()99 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_SUB; in emit_single_op()103 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_SUB; in emit_single_op()107 compiler->status_flags_state = 0; in emit_single_op()
200 #define SLJIT_ADD_SUB_NO_COMPARE(status_flags_state) \ argument202 && !((status_flags_state) & SLJIT_CURRENT_FLAGS_COMPARE))261 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_SUB) in get_cc()270 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_SUB) in get_cc()282 if (compiler->status_flags_state & SLJIT_SET_Z) in get_cc()290 if (compiler->status_flags_state & SLJIT_SET_Z) in get_cc()2693 compiler->status_flags_state |= SLJIT_CURRENT_FLAGS_ADD; in sljit_emit_op2()2696 compiler->status_flags_state |= SLJIT_CURRENT_FLAGS_ADD; in sljit_emit_op2()2702 compiler->status_flags_state |= SLJIT_CURRENT_FLAGS_SUB; in sljit_emit_op2()2705 compiler->status_flags_state |= SLJIT_CURRENT_FLAGS_SUB; in sljit_emit_op2()[all …]
647 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_SUB; in emit_op_imm()654 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()800 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()804 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()808 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_SUB; in emit_op_imm()812 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_SUB; in emit_op_imm()816 compiler->status_flags_state = 0; in emit_op_imm()1710 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_ADD) in get_cc()1719 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_ADD) in get_cc()1748 if (!(compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB))) in get_cc()[all …]
623 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()651 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()657 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_SUB; in emit_op_imm()704 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_SUB; in emit_op_imm()819 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()826 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op_imm()831 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_SUB; in emit_op_imm()841 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_SUB; in emit_op_imm()846 compiler->status_flags_state = 0; in emit_op_imm()1995 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_ADD) in get_cc()[all …]
1459 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in sljit_emit_op2()1518 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in sljit_emit_op2()1522 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_SUB; in sljit_emit_op2()1585 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_SUB; in sljit_emit_op2()2048 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_SUB) in get_bo_bi_flags()2056 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_SUB) in get_bo_bi_flags()2326 invert = (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_SUB) != 0; in sljit_emit_op_flags()2332 invert = (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_ADD) != 0; in sljit_emit_op_flags()
1449 compiler->status_flags_state = 0; in emit_single_op()1793 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op()1797 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in emit_op()1801 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_SUB; in emit_op()1805 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_SUB; in emit_op()2411 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_ADD) in get_cc()2420 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_ADD) in get_cc()2449 if (!(compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB))) in get_cc()2457 if (!(compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB))) in get_cc()
444 sljit_s32 status_flags_state; member
1620 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_ADD; in sljit_emit_op2()1625 compiler->status_flags_state = SLJIT_CURRENT_FLAGS_SUB; in sljit_emit_op2()1629 compiler->status_flags_state = 0; in sljit_emit_op2()2334 if (compiler->status_flags_state & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB)) { in sljit_emit_op_flags()
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()
553 compiler->status_flags_state = current_flags; in sljit_set_current_flags()
Completed in 105 milliseconds