Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c5762 counter_mode (rtx count_exp) in counter_mode() function
5790 machine_mode iter_mode = counter_mode (count); in expand_set_or_cpymem_via_loop()
6275 count = expand_simple_binop (counter_mode (count), AND, count, in expand_setmem_epilogue_via_loop()
7377 count_exp = force_reg (counter_mode (count_exp), count_exp); in ix86_expand_set_or_cpymem()
7441 LTU, 0, counter_mode (count_exp), 1, jump_around_label); in ix86_expand_set_or_cpymem()
7479 LTU, 0, counter_mode (count_exp), 1, label); in ix86_expand_set_or_cpymem()
7506 LEU, 0, counter_mode (count_exp), in ix86_expand_set_or_cpymem()
7557 count_exp = plus_constant (counter_mode (count_exp), in ix86_expand_set_or_cpymem()
7577 LTU, 0, counter_mode (count_exp), 1, label); in ix86_expand_set_or_cpymem()
7651 tmp = expand_simple_binop (counter_mode (count_exp), AND, count_exp, in ix86_expand_set_or_cpymem()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc6917 counter_mode (rtx count_exp) in counter_mode() function
6945 machine_mode iter_mode = counter_mode (count); in expand_set_or_cpymem_via_loop()
7431 count = expand_simple_binop (counter_mode (count), AND, count, in expand_setmem_epilogue_via_loop()
8537 count_exp = force_reg (counter_mode (count_exp), count_exp); in ix86_expand_set_or_cpymem()
8601 LTU, 0, counter_mode (count_exp), 1, jump_around_label); in ix86_expand_set_or_cpymem()
8639 LTU, 0, counter_mode (count_exp), 1, label); in ix86_expand_set_or_cpymem()
8666 LEU, 0, counter_mode (count_exp), in ix86_expand_set_or_cpymem()
8717 count_exp = plus_constant (counter_mode (count_exp), in ix86_expand_set_or_cpymem()
8737 LTU, 0, counter_mode (count_exp), 1, label); in ix86_expand_set_or_cpymem()
8811 tmp = expand_simple_binop (counter_mode (count_exp), AND, count_exp, in ix86_expand_set_or_cpymem()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20071355 constant, avoid calling emit_cmp_and_jump_insns. Use counter_mode
27580 * cofnig/i386/i386.c (counter_mode): New function.
H A DChangeLog-201442032 * config/i386/i386.c (ix86_expand_set_or_movmem): Call counter_mode