Home | History | Annotate | Download | only in frv

Lines Matching defs:stores

899  * This area stores the FP value of the caller function.
903 * This area stores the start address of the return value storage
906 * function stores the return value storage area start address in
916 * This area saves the LR. The LR stores the address of a return to the caller
990 * When a struct/union is used as the return value, the caller function stores
1814 scheduler from moving loads before the stores saving the registers. */
2183 /* Maximum number of loads to do before doing the stores */
2213 rtx stores[MAX_MOVE_REG];
2254 /* Generate the appropriate load and store, saving the stores
2268 stores[num_reg++] = gen_rtx_SET (dest_mem, tmp_reg);
2273 emit_insn (stores[i]);
2279 emit_insn (stores[i]);
6019 /* See if we need to fix up stores */
6267 from memory, but require a scratch register for stores to some memory
8270 /* Likewise stores. */