Home
last modified time | relevance | path

Searched refs:countreg2 (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/i386/
HDi386.c13055 rtx countreg2; in ix86_expand_movmem() local
13078 countreg2 = gen_reg_rtx (Pmode); in ix86_expand_movmem()
13141 emit_insn (gen_lshrdi3 (countreg2, ix86_zero_extend_to_Pmode (countreg), in ix86_expand_movmem()
13143 destexp = gen_rtx_ASHIFT (Pmode, countreg2, GEN_INT (3)); in ix86_expand_movmem()
13147 emit_insn (gen_lshrsi3 (countreg2, countreg, const2_rtx)); in ix86_expand_movmem()
13148 destexp = gen_rtx_ASHIFT (Pmode, countreg2, const2_rtx); in ix86_expand_movmem()
13153 countreg2, destexp, srcexp)); in ix86_expand_movmem()
13353 rtx countreg2; in ix86_expand_clrmem() local
13373 countreg2 = gen_reg_rtx (Pmode); in ix86_expand_clrmem()
13426 emit_insn (gen_lshrdi3 (countreg2, ix86_zero_extend_to_Pmode (countreg), in ix86_expand_clrmem()
[all …]