Searched refs:srcexp (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | i386-expand.c | 5942 rtx srcexp; in expand_set_or_cpymem_via_rep() local 5986 srcexp = gen_rtx_ASHIFT (Pmode, countreg, in expand_set_or_cpymem_via_rep() 5988 srcexp = gen_rtx_PLUS (Pmode, srcexp, srcptr); in expand_set_or_cpymem_via_rep() 5991 srcexp = gen_rtx_PLUS (Pmode, srcptr, countreg); in expand_set_or_cpymem_via_rep() 6005 destexp, srcexp)); in expand_set_or_cpymem_via_rep()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | i386-expand.cc | 7097 rtx srcexp; in expand_set_or_cpymem_via_rep() local 7142 srcexp = gen_rtx_ASHIFT (Pmode, countreg, in expand_set_or_cpymem_via_rep() 7144 srcexp = gen_rtx_PLUS (Pmode, srcexp, srcptr); in expand_set_or_cpymem_via_rep() 7147 srcexp = gen_rtx_PLUS (Pmode, srcptr, countreg); in expand_set_or_cpymem_via_rep() 7161 destexp, srcexp)); in expand_set_or_cpymem_via_rep()
|