Home
last modified time | relevance | path

Searched defs:store_by_pieces (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dexpr.c110 struct store_by_pieces struct
135 static void store_by_pieces_1 (struct store_by_pieces *, unsigned int); argument
2286 store_by_pieces (rtx to, unsigned HOST_WIDE_INT len, in store_by_pieces() function
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dexpr.c119 struct store_by_pieces struct
121 rtx to;
122 rtx to_addr;
123 int autinc_to;
124 int explicit_inc_to;
125 unsigned HOST_WIDE_INT len;
149 static void store_by_pieces_1 PARAMS ((struct store_by_pieces *, argument
2781 store_by_pieces (to, len, constfun, constfundata, align) in store_by_pieces() function