Searched refs:destexp (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | i386-expand.c | 5941 rtx destexp; in expand_set_or_cpymem_via_rep() local 5959 destexp = gen_rtx_ASHIFT (Pmode, countreg, in expand_set_or_cpymem_via_rep() 5961 destexp = gen_rtx_PLUS (Pmode, destexp, destptr); in expand_set_or_cpymem_via_rep() 5964 destexp = gen_rtx_PLUS (Pmode, destptr, countreg); in expand_set_or_cpymem_via_rep() 5978 emit_insn (gen_rep_stos (destptr, countreg, destmem, value, destexp)); 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 | 7096 rtx destexp; in expand_set_or_cpymem_via_rep() local 7115 destexp = gen_rtx_ASHIFT (Pmode, countreg, in expand_set_or_cpymem_via_rep() 7117 destexp = gen_rtx_PLUS (Pmode, destexp, destptr); in expand_set_or_cpymem_via_rep() 7120 destexp = gen_rtx_PLUS (Pmode, destptr, countreg); in expand_set_or_cpymem_via_rep() 7134 emit_insn (gen_rep_stos (destptr, countreg, destmem, value, destexp)); in expand_set_or_cpymem_via_rep() 7161 destexp, srcexp)); in expand_set_or_cpymem_via_rep()
|