Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-protos.h79 extern rtx nds32_expand_load_multiple (int, int, rtx, rtx, bool, rtx *);
H A Dnds32-memory-manipulation.cc101 emit_insn (nds32_expand_load_multiple (base_regno, count, in nds32_emit_mem_move_block()
1071 nds32_expand_load_multiple (int base_regno, int count, in nds32_expand_load_multiple() function
H A Dnds32-multiple.md69 so that nds32_expand_load_multiple can easily use it. */
70 operands[3] = nds32_expand_load_multiple (REGNO (operands[0]),
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-protos.h79 extern rtx nds32_expand_load_multiple (int, int, rtx, rtx, bool, rtx *);
H A Dnds32-memory-manipulation.c101 emit_insn (nds32_expand_load_multiple (base_regno, count, in nds32_emit_mem_move_block()
1071 nds32_expand_load_multiple (int base_regno, int count, in nds32_expand_load_multiple() function
H A Dnds32-multiple.md69 so that nds32_expand_load_multiple can easily use it. */
70 operands[3] = nds32_expand_load_multiple (REGNO (operands[0]),
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201828261 (nds32_expand_load_multiple): New arguments.
28266 (nds32_expand_load_multiple): Refine implementation.
28269 (load_multiple): Update nds32_expand_load_multiple interface.
H A DChangeLog-201432484 * config/nds32/nds32.c (nds32_expand_load_multiple): Move to ...