| /openbsd-src/gnu/gcc/gcc/ |
| H A D | postreload.c | 1248 rtx new_src = gen_int_mode (INTVAL (src) - reg_offset[regno], in reload_cse_move2add() local 1256 if (new_src == const0_rtx) in reload_cse_move2add() 1265 else if (rtx_cost (new_src, PLUS) < rtx_cost (src, SET) in reload_cse_move2add() 1266 && have_add2_insn (reg, new_src)) in reload_cse_move2add() 1268 rtx tem = gen_rtx_PLUS (GET_MODE (reg), reg, new_src); in reload_cse_move2add() 1336 rtx new_src = in reload_cse_move2add() local 1343 if (new_src == const0_rtx) in reload_cse_move2add() 1347 else if ((rtx_cost (new_src, PLUS) in reload_cse_move2add() 1349 && have_add2_insn (reg, new_src)) in reload_cse_move2add() 1355 new_src)); in reload_cse_move2add()
|
| H A D | cse.c | 5737 rtx new_src in cse_insn() local 5744 if (validate_change (insn, &SET_SRC (sets[i].rtl), new_src, 0)) in cse_insn() 5746 src = new_src; in cse_insn() 6311 rtx new_src = 0; in cse_insn() local 6324 new_src = elt->exp; in cse_insn() 6334 new_src = simplify_gen_subreg (new_mode, elt->exp, in cse_insn() 6344 if (! new_src) in cse_insn() 6347 src_hash = HASH (new_src, new_mode); in cse_insn() 6348 src_elt = lookup (new_src, src_hash, new_mode); in cse_insn() 6354 if (insert_regs (new_src, classp, 0)) in cse_insn() [all …]
|
| H A D | reload1.c | 3107 rtx new_src = plus_constant (to_rtx, offset); in eliminate_regs_in_insn() local 3125 if (!validate_change (insn, &SET_SRC (old_set), new_src, 0)) in eliminate_regs_in_insn() 3128 SET_DEST (old_set), new_src); in eliminate_regs_in_insn() 3131 SET_SRC (old_set) = new_src; in eliminate_regs_in_insn()
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | sftp-client.c | 1873 char *filename, *new_src = NULL, *new_dst = NULL; in download_dir_internal() local 1918 free(new_src); in download_dir_internal() 1922 new_src = sftp_path_append(src, filename); in download_dir_internal() 1928 new_src); in download_dir_internal() 1932 if (sftp_stat(conn, new_src, 1, &lsym) != 0) { in download_dir_internal() 1933 logit("remote stat \"%s\" failed", new_src); in download_dir_internal() 1944 if (download_dir_internal(conn, new_src, new_dst, in download_dir_internal() 1950 if (sftp_download(conn, new_src, new_dst, a, in download_dir_internal() 1954 new_src, new_dst); in download_dir_internal() 1958 logit("download \"%s\": not a regular file", new_src); in download_dir_internal() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/ |
| H A D | arm.c | 1316 rtx new_src = subtargets ? gen_reg_rtx (mode) : target; local 1317 emit_insn (gen_rtx_SET (VOIDmode, new_src, 1319 emit_insn (gen_ashrsi3 (target, new_src, 1331 rtx new_src = subtargets ? gen_reg_rtx (mode) : target; local 1332 emit_insn (gen_rtx_SET (VOIDmode, new_src, 1334 emit_insn (gen_ashrsi3 (target, new_src, 1357 rtx new_src = (subtargets local 1360 insns = arm_gen_constant (code, mode, temp2, new_src, 1362 source = new_src; 1380 rtx new_src = (subtargets local [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/arm/ |
| H A D | arm.c | 1947 rtx new_src = subtargets ? gen_reg_rtx (mode) : target; in arm_gen_constant() local 1949 gen_rtx_SET (VOIDmode, new_src, in arm_gen_constant() 1952 gen_ashrsi3 (target, new_src, in arm_gen_constant() 1964 rtx new_src = subtargets ? gen_reg_rtx (mode) : target; in arm_gen_constant() local 1966 gen_rtx_SET (VOIDmode, new_src, in arm_gen_constant() 1969 gen_ashrsi3 (target, new_src, in arm_gen_constant() 1998 rtx new_src = subtargets ? gen_reg_rtx (mode) : target; in arm_gen_constant() local 2000 gen_rtx_SET (VOIDmode, new_src, in arm_gen_constant() 2003 gen_addsi3 (target, new_src, in arm_gen_constant() 2027 rtx new_src = (subtargets in arm_gen_constant() local [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | cse.c | 5694 rtx new_src local 5701 if (validate_change (insn, &SET_SRC (sets[i].rtl), new_src, 0)) 5703 src = new_src; 6260 rtx new_src = 0; local 6273 new_src = elt->exp; 6283 new_src = simplify_gen_subreg (new_mode, elt->exp, 6293 if (! new_src) 6296 src_hash = HASH (new_src, new_mode); 6297 src_elt = lookup (new_src, src_hash, new_mode); 6303 if (insert_regs (new_src, classp, 0)) [all …]
|
| H A D | reload1.c | 9269 rtx new_src = GEN_INT (sext_for_mode (GET_MODE (reg), local 9278 if (new_src == const0_rtx) 9280 else if (rtx_cost (new_src, PLUS) < rtx_cost (src, SET) 9281 && have_add2_insn (reg, new_src)) 9283 gen_add2_insn (reg, new_src), 0); 9320 rtx new_src = GEN_INT (sext_for_mode (GET_MODE (reg), local 9326 if (new_src == const0_rtx) 9330 else if ((rtx_cost (new_src, PLUS) 9332 && have_add2_insn (reg, new_src)) 9335 gen_add2_insn (reg, new_src), 0);
|
| /openbsd-src/gnu/usr.bin/perl/vms/ |
| H A D | vms.c | 5856 char * new_src = NULL; local 5858 new_src = (char *)PerlMem_malloc(VMS_MAXRSS); 5859 my_strlcpy(new_src, spec_buf, VMS_MAXRSS); 5864 if (new_src) { 5865 PerlMem_free(new_src);
|