Lines Matching refs:flags_saved
603 compiler->flags_saved = 1; in emit_save_flags()
627 compiler->flags_saved = keep_flags; in emit_restore_flags()
751 compiler->flags_saved = 0; in sljit_emit_op0()
1401 compiler->flags_saved = 0; in sljit_emit_op1()
1410 if (SLJIT_UNLIKELY(op_flags & SLJIT_KEEP_FLAGS) && !compiler->flags_saved) in sljit_emit_op1()
1415 if (SLJIT_UNLIKELY(op_flags & SLJIT_KEEP_FLAGS) && !compiler->flags_saved) in sljit_emit_op1()
2149 compiler->flags_saved = 0;
2150 else if (SLJIT_UNLIKELY(op & SLJIT_KEEP_FLAGS) && !compiler->flags_saved)
2161 compiler->flags_saved = 0;
2162 if (SLJIT_UNLIKELY(op & SLJIT_KEEP_FLAGS) && !compiler->flags_saved)
2167 if (SLJIT_UNLIKELY(compiler->flags_saved)) /* C flag must be restored. */
2172 compiler->flags_saved = 0;
2181 compiler->flags_saved = 0;
2182 if (SLJIT_UNLIKELY(op & SLJIT_KEEP_FLAGS) && !compiler->flags_saved)
2189 if (SLJIT_UNLIKELY(compiler->flags_saved)) /* C flag must be restored. */
2194 compiler->flags_saved = 0;
2386 compiler->flags_saved = 0;
2535 if (SLJIT_UNLIKELY(compiler->flags_saved))
2562 if (SLJIT_UNLIKELY(compiler->flags_saved)) {
2565 compiler->flags_saved = 0;
2602 if (SLJIT_UNLIKELY(compiler->flags_saved)) {
2605 compiler->flags_saved = 0;
2684 if (SLJIT_UNLIKELY(compiler->flags_saved))