Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c15300 HOST_WIDE_INT in_words_to_go, out_words_to_go, last_bytes; in arm_gen_cpymemqi() local
15324 out_words_to_go = INTVAL (operands[2]) / 4; in arm_gen_cpymemqi()
15328 if (out_words_to_go != in_words_to_go && ((in_words_to_go - 1) & 3) != 0) in arm_gen_cpymemqi()
15341 if (out_words_to_go) in arm_gen_cpymemqi()
15343 if (out_words_to_go > 4) in arm_gen_cpymemqi()
15346 else if (out_words_to_go != 1) in arm_gen_cpymemqi()
15348 out_words_to_go, dst, in arm_gen_cpymemqi()
15365 out_words_to_go -= out_words_to_go < 4 ? out_words_to_go : 4; in arm_gen_cpymemqi()
15369 if (out_words_to_go) in arm_gen_cpymemqi()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc15475 HOST_WIDE_INT in_words_to_go, out_words_to_go, last_bytes; in arm_gen_cpymemqi() local
15499 out_words_to_go = INTVAL (operands[2]) / 4; in arm_gen_cpymemqi()
15503 if (out_words_to_go != in_words_to_go && ((in_words_to_go - 1) & 3) != 0) in arm_gen_cpymemqi()
15516 if (out_words_to_go) in arm_gen_cpymemqi()
15518 if (out_words_to_go > 4) in arm_gen_cpymemqi()
15521 else if (out_words_to_go != 1) in arm_gen_cpymemqi()
15523 out_words_to_go, dst, in arm_gen_cpymemqi()
15540 out_words_to_go -= out_words_to_go < 4 ? out_words_to_go : 4; in arm_gen_cpymemqi()
15544 if (out_words_to_go) in arm_gen_cpymemqi()