Home
last modified time | relevance | path

Searched refs:old_code (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Doptabs.c6085 enum insn_code old_code, new_code, icode; in expand_sync_fetch_operation() local
6093 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 …]
H A Drecog.c165 int old_code; member
226 changes[num_changes].old_code = INSN_CODE (object); in validate_change()
446 INSN_CODE (changes[i].object) = changes[i].old_code; in cancel_changes()
H A Dcombine.c5206 enum rtx_code old_code = GET_CODE (*cc_use); in simplify_set() local
5217 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()
H A Dreload1.c1486 int old_code = INSN_CODE (insn); in calculate_needs_all_insns() local
1550 INSN_CODE (insn) = old_code; in calculate_needs_all_insns()