HomeSort by: relevance | last modified time | path
    Searched defs:orig_src (Results 1 - 15 of 15) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ree.cc 268 rtx orig_src = XEXP (*loc, 0); local
271 if (GET_CODE (orig_src) == CONST_INT
274 if (INTVAL (orig_src) >= 0 || code == SIGN_EXTEND)
281 = gen_int_mode (INTVAL (orig_src)
320 rtx orig_src = SET_SRC (*orig_set); local
339 if (GET_CODE (orig_src) == CONST_INT
342 if (INTVAL (orig_src) >= 0 || cand->code == SIGN_EXTEND)
343 new_set = gen_rtx_SET (new_reg, orig_src);
349 = gen_int_mode (INTVAL (orig_src) & GET_MODE_MASK (orig_mode),
354 else if (GET_MODE (orig_src) == VOIDmode
    [all...]
combine.cc 1409 rtx orig_src = SET_SRC (set);
1415 i2mod_old_rhs = copy_rtx (orig_src);
1427 SET_SRC (set) = orig_src;
1400 rtx orig_src = SET_SRC (set); local
  /src/external/gpl3/gcc.old/dist/gcc/
ree.cc 268 rtx orig_src = XEXP (*loc, 0); local
271 if (GET_CODE (orig_src) == CONST_INT
274 if (INTVAL (orig_src) >= 0 || code == SIGN_EXTEND)
281 = gen_int_mode (INTVAL (orig_src)
320 rtx orig_src = SET_SRC (*orig_set); local
339 if (GET_CODE (orig_src) == CONST_INT
342 if (INTVAL (orig_src) >= 0 || cand->code == SIGN_EXTEND)
343 new_set = gen_rtx_SET (new_reg, orig_src);
349 = gen_int_mode (INTVAL (orig_src) & GET_MODE_MASK (orig_mode),
354 else if (GET_MODE (orig_src) == VOIDmode
    [all...]
combine.cc 1411 rtx orig_src = SET_SRC (set);
1417 i2mod_old_rhs = copy_rtx (orig_src);
1428 SET_SRC (set) = orig_src;
1402 rtx orig_src = SET_SRC (set); local
  /src/sys/kern/
subr_msan.c 332 uint8_t *orig_src, *orig_dst; local
350 orig_src = kmsan_md_addr_to_orig(src);
353 _src = (msan_orig_t *)((uintptr_t)orig_src & ~0x3);
356 orig_src++;
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-string.cc 2742 rtx orig_src = operands[1]; local
2853 addr = XEXP (orig_src, 0);
2859 orig_src = replace_equiv_address (orig_src, addr);
2895 src = adjust_address (orig_src, mode, offset);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-string.cc 2751 rtx orig_src = operands[1]; local
2862 addr = XEXP (orig_src, 0);
2868 orig_src = replace_equiv_address (orig_src, addr);
2904 src = adjust_address (orig_src, mode, offset);
  /src/external/gpl3/gcc/dist/gcc/config/m32r/
m32r.cc 2543 rtx orig_src = operands[1];
2558 src_reg = copy_addr_to_reg (XEXP (orig_src, 0));
2520 rtx orig_src = operands[1]; local
  /src/external/gpl3/gcc.old/dist/gcc/config/m32r/
m32r.cc 2541 rtx orig_src = operands[1];
2556 src_reg = copy_addr_to_reg (XEXP (orig_src, 0));
2518 rtx orig_src = operands[1]; local
  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 3800 rtx orig_src = operands[1];
3813 tmp = XEXP (orig_src, 0);
3833 if (MEM_P (orig_src) && MEM_ALIGN (orig_src) < src_align)
3835 orig_src = shallow_copy_rtx (orig_src);
3836 set_mem_align (orig_src, src_align);
3877 adjust_address (orig_src, DImode, ofs + i * 8));
3893 adjust_address (orig_src, SImode, ofs + i * 4));
3907 alpha_expand_unaligned_load_words (data_regs + nregs, orig_src,
3791 rtx orig_src = operands[1]; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/frv/
frv.cc 2199 rtx orig_src = operands[1];
2239 src_reg = copy_addr_to_reg (XEXP (orig_src, 0));
2267 src_mem = change_address (orig_src, mode, src_addr);
2181 rtx orig_src = operands[1]; local
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc 8483 rtx orig_src = NULL; local
8491 orig_src = src;
8537 if (MEM_SIZE_KNOWN_P (orig_src))
8538 set_mem_size (src, MEM_SIZE (orig_src) - align_bytes);
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 3799 rtx orig_src = operands[1];
3812 tmp = XEXP (orig_src, 0);
3864 adjust_address (orig_src, DImode, ofs + i * 8));
3880 adjust_address (orig_src, SImode, ofs + i * 4));
3894 alpha_expand_unaligned_load_words (data_regs + nregs, orig_src,
3905 alpha_expand_unaligned_load (tmp, orig_src, 4, ofs, 0);
3916 emit_move_insn (tmp, adjust_address (orig_src, HImode, ofs));
3924 alpha_expand_unaligned_load (tmp, orig_src, 2, ofs, 0);
3933 emit_move_insn (tmp, adjust_address (orig_src, QImode, ofs));
3790 rtx orig_src = operands[1]; local
  /src/external/gpl3/gcc.old/dist/gcc/config/frv/
frv.cc 2197 rtx orig_src = operands[1];
2237 src_reg = copy_addr_to_reg (XEXP (orig_src, 0));
2265 src_mem = change_address (orig_src, mode, src_addr);
2179 rtx orig_src = operands[1]; local
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc 7916 rtx orig_src = NULL; local
7924 orig_src = src;
7970 if (MEM_SIZE_KNOWN_P (orig_src))
7971 set_mem_size (src, MEM_SIZE (orig_src) - align_bytes);

Completed in 96 milliseconds