Searched refs:old_flags (Results 1 – 8 of 8) sorted by relevance
160 unsigned int old_flags = __gmpfr_flags; in mpfr_round_near_x() local206 __gmpfr_flags = old_flags; in mpfr_round_near_x()
315 unsigned int tmp_flags, old_flags; in eckey_priv_encode() local329 old_flags = EC_KEY_get_enc_flags(ec_key); in eckey_priv_encode()330 tmp_flags = old_flags | EC_PKEY_NO_PARAMETERS; in eckey_priv_encode()334 EC_KEY_set_enc_flags(ec_key, old_flags); in eckey_priv_encode()340 EC_KEY_set_enc_flags(ec_key, old_flags); in eckey_priv_encode()346 EC_KEY_set_enc_flags(ec_key, old_flags); in eckey_priv_encode()352 EC_KEY_set_enc_flags(ec_key, old_flags); in eckey_priv_encode()
1063 int old_flags; in run_word_dce() local1069 old_flags = df_clear_flags (DF_DEFER_INSN_RESCAN + DF_NO_INSN_RESCAN); in run_word_dce()1074 df_set_flags (old_flags); in run_word_dce()1096 int old_flags = in run_fast_df_dce() local1103 df_set_flags (old_flags); in run_fast_df_dce()
474 int old_flags = df->changeable_flags; in df_set_flags() local476 return old_flags; in df_set_flags()486 int old_flags = df->changeable_flags; in df_clear_flags() local488 return old_flags; in df_clear_flags()
1268 int old_flags = fallthru_edge->flags; in tm_log_emit_save_or_restores() local1275 make_edge (before_bb, cond_bb, old_flags); in tm_log_emit_save_or_restores()
1197 int old_flags; in run_word_dce() local1203 old_flags = df_clear_flags (DF_DEFER_INSN_RESCAN + DF_NO_INSN_RESCAN); in run_word_dce()1208 df_set_flags (old_flags); in run_word_dce()1230 int old_flags = in run_fast_df_dce() local1237 df_set_flags (old_flags); in run_fast_df_dce()
466 int old_flags = df->changeable_flags; in df_set_flags() local468 return old_flags; in df_set_flags()478 int old_flags = df->changeable_flags; in df_clear_flags() local480 return old_flags; in df_clear_flags()
9269 elfcpp::Elf_Word old_flags = this->processor_specific_flags(); in merge_obj_e_flags() local9275 old_flags &= ~elfcpp::EF_MIPS_NOREORDER; in merge_obj_e_flags()9280 old_flags &= ~elfcpp::EF_MIPS_XGOT; in merge_obj_e_flags()9285 old_flags &= ~elfcpp::EF_MIPS_UCODE; in merge_obj_e_flags()9287 if (new_flags == old_flags) in merge_obj_e_flags()9294 != ((old_flags & (elfcpp::EF_MIPS_PIC | elfcpp::EF_MIPS_CPIC)) != 0)) in merge_obj_e_flags()9304 old_flags &= ~(elfcpp::EF_MIPS_PIC | elfcpp::EF_MIPS_CPIC); in merge_obj_e_flags()9307 if (mips_32bit_flags(old_flags) != mips_32bit_flags(new_flags)) in merge_obj_e_flags()9327 if ((old_flags & elfcpp::EF_MIPS_ABI) == 0 in merge_obj_e_flags()9341 old_flags &= (~(elfcpp::EF_MIPS_ARCH | elfcpp::EF_MIPS_MACH in merge_obj_e_flags()[all …]