Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDexpr.c103 int autinc_from; member
906 data.autinc_from in move_by_pieces()
919 if (!(data.autinc_from && data.autinc_to) in move_by_pieces()
928 if (USE_LOAD_PRE_DECREMENT (mode) && data.reverse && ! data.autinc_from) in move_by_pieces()
932 data.autinc_from = 1; in move_by_pieces()
935 if (USE_LOAD_POST_INCREMENT (mode) && ! data.autinc_from) in move_by_pieces()
938 data.autinc_from = 1; in move_by_pieces()
941 if (!data.autinc_from && CONSTANT_P (from_addr)) in move_by_pieces()
1070 if (data->autinc_from) in move_by_pieces_1()