Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/config/arm/
H A Darm-protos.h85 extern int load_multiple_sequence (rtx *, int, int *, int *, HOST_WIDE_INT *);
H A Darm.c5836 load_multiple_sequence (rtx *operands, int nops, int *regs, int *base, in load_multiple_sequence() function
6013 switch (load_multiple_sequence (operands, nops, regs, &base_reg, &offset)) in emit_ldm_seq()
H A Darm.md9584 "TARGET_ARM && load_multiple_sequence (operands, 4, NULL, NULL, NULL)"
9597 "TARGET_ARM && load_multiple_sequence (operands, 3, NULL, NULL, NULL)"
9608 "TARGET_ARM && load_multiple_sequence (operands, 2, NULL, NULL, NULL)"
/freebsd-12.1/contrib/gcc/
H A DChangeLog-199918809 (load_multiple_sequence): Add comment explaining why two LDR
19829 (load_multiple_sequence): Newer ARMs don't benefit from ldm if
H A DFSFChangeLog.111695 * arm.c (load_multiple_sequence): Support SUBREG of MEM.
H A DChangeLog-20012724 * config/arm/arm.c (load_multiple_sequence): Pass pointer to
H A DChangeLog-200521623 load_multiple_sequence, emit_ldm_seq, store_multiple_sequence,