Searched refs:old_code (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | optabs.c | 6075 enum insn_code old_code, new_code, icode; in expand_sync_fetch_operation() local 6083 old_code = sync_old_add_optab[mode]; in expand_sync_fetch_operation() 6087 old_code = sync_old_ior_optab[mode]; in expand_sync_fetch_operation() 6091 old_code = sync_old_xor_optab[mode]; in expand_sync_fetch_operation() 6095 old_code = sync_old_and_optab[mode]; in expand_sync_fetch_operation() 6099 old_code = sync_old_nand_optab[mode]; in expand_sync_fetch_operation() 6104 old_code = sync_old_sub_optab[mode]; in expand_sync_fetch_operation() 6106 if (old_code == CODE_FOR_nothing && new_code == CODE_FOR_nothing) in expand_sync_fetch_operation() 6108 old_code = sync_old_add_optab[mode]; in expand_sync_fetch_operation() 6110 if (old_code != CODE_FOR_nothing || new_code != CODE_FOR_nothing) in expand_sync_fetch_operation() [all …]
|
H A D | recog.c | 165 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 D | combine.c | 5203 enum rtx_code old_code = GET_CODE (*cc_use); in simplify_set() local 5214 tmp = simplify_relational_operation (old_code, compare_mode, VOIDmode, in simplify_set() 5217 new_code = old_code; in simplify_set() 5288 if (new_code != old_code) in simplify_set() 5303 if (((old_code == NE && new_code == EQ) in simplify_set() 5304 || (old_code == EQ && new_code == NE)) in simplify_set() 5314 PUT_CODE (*cc_use, old_code); in simplify_set()
|
H A D | reload1.c | 1486 int old_code = INSN_CODE (insn); in calculate_needs_all_insns() local 1550 INSN_CODE (insn) = old_code; in calculate_needs_all_insns()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | recog.c | 175 int old_code; member 243 changes[num_changes].old_code = INSN_CODE (object); 442 INSN_CODE (changes[i].object) = changes[i].old_code;
|
H A D | combine.c | 5136 enum rtx_code old_code = GET_CODE (*cc_use); local 5155 tmp = simplify_relational_operation (old_code, tmp_mode, op0, op1); 5177 new_code = simplify_comparison (old_code, &op0, &op1); 5213 if (new_code != old_code) 5226 if (((old_code == NE && new_code == EQ) 5227 || (old_code == EQ && new_code == NE)) 5237 PUT_CODE (*cc_use, old_code);
|
H A D | reload1.c | 1482 int old_code = INSN_CODE (insn); local 1544 INSN_CODE (insn) = old_code;
|