Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/arm/
H A Darm-protos.h85 extern int load_multiple_sequence (rtx *, int, int *, int *, HOST_WIDE_INT *);
H A Darm.c5826 load_multiple_sequence (rtx *operands, int nops, int *regs, int *base, in load_multiple_sequence() function
6003 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)"
/openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/
H A Darm-protos.h98 extern int load_multiple_sequence PARAMS ((rtx *, int, int *, int *,
H A Darm.c3923 load_multiple_sequence (operands, nops, regs, base, load_offset) in load_multiple_sequence() function
4108 switch (load_multiple_sequence (operands, nops, regs, &base_reg, &offset))
H A Darm.md8562 "TARGET_ARM && load_multiple_sequence (operands, 4, NULL, NULL, NULL)"
8575 "TARGET_ARM && load_multiple_sequence (operands, 3, NULL, NULL, NULL)"
8586 "TARGET_ARM && load_multiple_sequence (operands, 2, NULL, NULL, NULL)"
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.14341 (load_multiple_sequence): Add comment explaining why two LDR
5361 (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.62724 * config/arm/arm.c (load_multiple_sequence): Pass pointer to