Home
last modified time | relevance | path

Searched refs:status_flags_state (Results 1 – 10 of 10) sorted by relevance

/third_party/pcre2/pcre2/src/sljit/
DsljitNativeSPARC_32.c91 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()
DsljitNativeS390X.c200 #define SLJIT_ADD_SUB_NO_COMPARE(status_flags_state) \ argument
201 (((status_flags_state) & (SLJIT_CURRENT_FLAGS_ADD | SLJIT_CURRENT_FLAGS_SUB)) \
202 && !((status_flags_state) & SLJIT_CURRENT_FLAGS_COMPARE))
213 if (SLJIT_ADD_SUB_NO_COMPARE(compiler->status_flags_state)) { in get_cc()
214 sljit_s32 type = GET_FLAG_TYPE(compiler->status_flags_state); in get_cc()
227 if (SLJIT_ADD_SUB_NO_COMPARE(compiler->status_flags_state)) { in get_cc()
228 sljit_s32 type = GET_FLAG_TYPE(compiler->status_flags_state); in get_cc()
247 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_COMPARE) in get_cc()
252 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_COMPARE) in get_cc()
261 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_SUB) in get_cc()
[all …]
DsljitNativeARM_64.c647 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 …]
DsljitNativeARM_T2_32.c623 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 …]
DsljitNativePPC_common.c1459 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()
DsljitNativeARM_32.c1449 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()
DsljitNativeMIPS_common.c1620 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()
DsljitLir.h444 sljit_s32 status_flags_state; member
DsljitNativeSPARC_common.c1430 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()
DsljitLir.c553 compiler->status_flags_state = current_flags; in sljit_set_current_flags()