| /src/external/gpl3/gcc/dist/gcc/ |
| lra-eliminations.cc | 994 rtx new_src = plus_constant (GET_MODE (to_rtx), to_rtx, offset); 1005 if (! validate_change (insn, &SET_SRC (old_set), new_src, 0)) 1007 rtx new_pat = gen_rtx_SET (SET_DEST (old_set), new_src); 1010 SET_SRC (old_set) = new_src; 992 rtx new_src = plus_constant (GET_MODE (to_rtx), to_rtx, offset); local
|
| ree.cc | 902 rtx new_src = gen_rtx_REG (GET_MODE (SET_DEST (set)), local 904 emit_move_insn (new_dst, new_src); 1358 rtx new_src = gen_rtx_REG (GET_MODE (SET_DEST (sub_rtx)), local 1360 rtx new_set = gen_rtx_SET (new_dst, new_src);
|
| postreload.cc | 907 rtx new_src; 912 new_src = simplify_replace_rtx (SET_SRC (new_set), reg, src); 914 if (set_src_cost (new_src, mode, speed) <= old_cost 916 new_src, 0)) 1752 rtx new_src = gen_int_mode (UINTVAL (off) - reg_offset[regno], mode); 1762 if (new_src == const0_rtx) 1774 rtx tem = gen_rtx_PLUS (mode, reg, new_src); 1782 && have_add2_insn (reg, new_src)) 1857 rtx new_src = gen_int_mode (UINTVAL (off) - reg_offset[i], 1865 if (new_src == const0_rtx 906 rtx new_src; local 1750 rtx new_src = gen_int_mode (UINTVAL (off) - reg_offset[regno], mode); local 1855 rtx new_src = gen_int_mode (UINTVAL (off) - reg_offset[i], local 1890 rtx new_src = gen_int_mode (UINTVAL (off) - reg_offset[min_regno], local 2078 rtx new_src = local [all...] |
| reload1.cc | 3310 rtx new_src = plus_constant (GET_MODE (to_rtx), 3329 if (!validate_change (insn, &SET_SRC (old_set), new_src, 0)) 3331 rtx new_pat = gen_rtx_SET (SET_DEST (old_set), new_src); 3334 SET_SRC (old_set) = new_src; 3294 rtx new_src = plus_constant (GET_MODE (to_rtx), local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| lra-eliminations.cc | 966 rtx new_src = plus_constant (GET_MODE (to_rtx), to_rtx, offset); 977 if (! validate_change (insn, &SET_SRC (old_set), new_src, 0)) 979 rtx new_pat = gen_rtx_SET (SET_DEST (old_set), new_src); 982 SET_SRC (old_set) = new_src; 964 rtx new_src = plus_constant (GET_MODE (to_rtx), to_rtx, offset); local
|
| ree.cc | 902 rtx new_src = gen_rtx_REG (GET_MODE (SET_DEST (set)), local 904 emit_move_insn (new_dst, new_src); 1358 rtx new_src = gen_rtx_REG (GET_MODE (SET_DEST (sub_rtx)), local 1360 rtx new_set = gen_rtx_SET (new_dst, new_src);
|
| postreload.cc | 907 rtx new_src; 912 new_src = simplify_replace_rtx (SET_SRC (new_set), reg, src); 914 if (set_src_cost (new_src, mode, speed) <= old_cost 916 new_src, 0)) 1752 rtx new_src = gen_int_mode (UINTVAL (off) - reg_offset[regno], mode); 1762 if (new_src == const0_rtx) 1774 rtx tem = gen_rtx_PLUS (mode, reg, new_src); 1782 && have_add2_insn (reg, new_src)) 1852 rtx new_src = gen_int_mode (UINTVAL (off) - reg_offset[i], 1860 if (new_src == const0_rtx 906 rtx new_src; local 1750 rtx new_src = gen_int_mode (UINTVAL (off) - reg_offset[regno], mode); local 1850 rtx new_src = gen_int_mode (UINTVAL (off) - reg_offset[i], local 1885 rtx new_src = gen_int_mode (UINTVAL (off) - reg_offset[min_regno], local 2000 rtx new_src = local [all...] |
| reload1.cc | 3310 rtx new_src = plus_constant (GET_MODE (to_rtx), 3329 if (!validate_change (insn, &SET_SRC (old_set), new_src, 0)) 3331 rtx new_pat = gen_rtx_SET (SET_DEST (old_set), new_src); 3334 SET_SRC (old_set) = new_src; 3294 rtx new_src = plus_constant (GET_MODE (to_rtx), local
|
| /src/crypto/external/bsd/openssh/dist/ |
| sftp-client.c | 1887 char *filename, *new_src = NULL, *new_dst = NULL; local 1932 free(new_src); 1936 new_src = sftp_path_append(src, filename); 1942 new_src); 1946 if (sftp_stat(conn, new_src, 1, &lsym) != 0) { 1947 logit("remote stat \"%s\" failed", new_src); 1958 if (download_dir_internal(conn, new_src, new_dst, 1964 if (sftp_download(conn, new_src, new_dst, a, 1968 new_src, new_dst); 1972 logit("download \"%s\": not a regular file", new_src); 2249 char *filename, *new_src = NULL, *new_dst = NULL; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64-early-ra.cc | 3245 rtx new_src = lowpart_subreg (GET_MODE (old_src), dest, GET_MODE (dest)); local 3246 emit_insn_before (gen_move_insn (new_src, old_src), insn); 3247 *recog_data.operand_loc[src_opno] = new_src;
|
| /src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
| loongarch.cc | 4636 rtx new_src = src; local 4640 new_src = simplify_gen_subreg (V4SImode, src, GET_MODE (src), 0); 4645 new_src = simplify_gen_subreg (V2DImode, src, GET_MODE (src), 0); 4653 emit_insn (gen_lsx_vpickve2gr_w (d, new_src, GEN_INT (index))); 4655 emit_insn (gen_lsx_vpickve2gr_d (d, new_src, GEN_INT (index))); 4727 rtx new_src = src; local 4731 new_src = simplify_gen_subreg (V8SImode, src, GET_MODE (src), 0); 4736 new_src = simplify_gen_subreg (V4DImode, src, GET_MODE (src), 0); 4744 emit_insn (gen_lsx_vpickve2gr_w (d, new_src, GEN_INT (index))); 4746 emit_insn (gen_lsx_vpickve2gr_d (d, new_src, GEN_INT (index))) [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/mips/ |
| mips.cc | 5125 rtx new_src = src; 5129 new_src = simplify_gen_subreg (V4SImode, src, GET_MODE (src), 0); 5134 new_src = simplify_gen_subreg (V2DImode, src, GET_MODE (src), 0); 5142 emit_insn (gen_msa_copy_s_w (d, new_src, GEN_INT (index))); 5144 emit_insn (gen_msa_copy_s_d (d, new_src, GEN_INT (index))); 5190 rtx new_src = simplify_gen_subreg (V4SImode, src, GET_MODE (src), 0); 5192 emit_insn (gen_fn (low, new_src, GEN_INT (INTVAL (index) * 2))); 5193 emit_insn (gen_fn (high, new_src, GEN_INT (INTVAL (index) * 2 + 1))); 5101 rtx new_src = src; local 5166 rtx new_src = simplify_gen_subreg (V4SImode, src, GET_MODE (src), 0); local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
| mips.cc | 4997 rtx new_src = src; 5001 new_src = simplify_gen_subreg (V4SImode, src, GET_MODE (src), 0); 5006 new_src = simplify_gen_subreg (V2DImode, src, GET_MODE (src), 0); 5014 emit_insn (gen_msa_copy_s_w (d, new_src, GEN_INT (index))); 5016 emit_insn (gen_msa_copy_s_d (d, new_src, GEN_INT (index))); 5062 rtx new_src = simplify_gen_subreg (V4SImode, src, GET_MODE (src), 0); 5064 emit_insn (gen_fn (low, new_src, GEN_INT (INTVAL (index) * 2))); 5065 emit_insn (gen_fn (high, new_src, GEN_INT (INTVAL (index) * 2 + 1))); 4973 rtx new_src = src; local 5038 rtx new_src = simplify_gen_subreg (V4SImode, src, GET_MODE (src), 0); local
|