Searched refs:old_code (Results 1 – 4 of 4) sorted by relevance
6085 enum insn_code old_code, new_code, icode; in expand_sync_fetch_operation() local6093 old_code = sync_old_add_optab[mode]; in expand_sync_fetch_operation()6097 old_code = sync_old_ior_optab[mode]; in expand_sync_fetch_operation()6101 old_code = sync_old_xor_optab[mode]; in expand_sync_fetch_operation()6105 old_code = sync_old_and_optab[mode]; in expand_sync_fetch_operation()6109 old_code = sync_old_nand_optab[mode]; in expand_sync_fetch_operation()6114 old_code = sync_old_sub_optab[mode]; in expand_sync_fetch_operation()6118 old_code = sync_old_add_optab[mode]; in expand_sync_fetch_operation()6120 if (old_code != CODE_FOR_nothing || new_code != CODE_FOR_nothing) in expand_sync_fetch_operation()6144 icode = old_code; in expand_sync_fetch_operation()[all …]
165 int old_code; member226 changes[num_changes].old_code = INSN_CODE (object); in validate_change()446 INSN_CODE (changes[i].object) = changes[i].old_code; in cancel_changes()
5206 enum rtx_code old_code = GET_CODE (*cc_use); in simplify_set() local5217 tmp = simplify_relational_operation (old_code, compare_mode, VOIDmode, in simplify_set()5220 new_code = old_code; in simplify_set()5291 if (new_code != old_code) in simplify_set()5306 if (((old_code == NE && new_code == EQ) in simplify_set()5307 || (old_code == EQ && new_code == NE)) in simplify_set()5317 PUT_CODE (*cc_use, old_code); in simplify_set()
1486 int old_code = INSN_CODE (insn); in calculate_needs_all_insns() local1550 INSN_CODE (insn) = old_code; in calculate_needs_all_insns()