Searched refs:srcexp (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/gcc/config/i386/ |
| D | i386.c | 12908 rtx srcreg, destreg, countreg, srcexp, destexp; in ix86_expand_movmem() local 12969 srcexp = gen_rtx_PLUS (Pmode, srcreg, countreg); in ix86_expand_movmem() 12971 destexp, srcexp)); in ix86_expand_movmem() 13013 srcexp = gen_rtx_PLUS (Pmode, destexp, srcreg); in ix86_expand_movmem() 13017 countreg, destexp, srcexp)); in ix86_expand_movmem() 13150 srcexp = gen_rtx_PLUS (Pmode, destexp, srcreg); in ix86_expand_movmem() 13153 countreg2, destexp, srcexp)); in ix86_expand_movmem()
|