Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.c8841 int stepw = 0; in avr_out_fract() local
8850 stepw = step; in avr_out_fract()
8875 stepw = step * movw; in avr_out_fract()
8881 && (d0 == src.regno_msb || d0 + stepw == src.regno_msb)) in avr_out_fract()
8896 && (d0 == src_msb || d0 + stepw == src_msb)) in avr_out_fract()
8911 && (d0 == src_lsb || d0 + stepw == src_lsb)) in avr_out_fract()
8921 d0 += stepw; in avr_out_fract()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.cc9319 int stepw = 0; in avr_out_fract() local
9328 stepw = step; in avr_out_fract()
9353 stepw = step * movw; in avr_out_fract()
9359 && (d0 == src.regno_msb || d0 + stepw == src.regno_msb)) in avr_out_fract()
9374 && (d0 == src_msb || d0 + stepw == src_msb)) in avr_out_fract()
9389 && (d0 == src_lsb || d0 + stepw == src_lsb)) in avr_out_fract()
9399 d0 += stepw; in avr_out_fract()