Searched refs:load_multiple_sequence (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/gcc/gcc/config/arm/ |
H A D | arm-protos.h | 85 extern int load_multiple_sequence (rtx *, int, int *, int *, HOST_WIDE_INT *);
|
H A D | arm.c | 5826 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 D | arm.md | 9584 "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 D | arm-protos.h | 98 extern int load_multiple_sequence PARAMS ((rtx *, int, int *, int *,
|
H A D | arm.c | 3923 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 D | arm.md | 8562 "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 D | ChangeLog.1 | 4341 (load_multiple_sequence): Add comment explaining why two LDR 5361 (load_multiple_sequence): Newer ARMs don't benefit from ldm if
|
H A D | FSFChangeLog.11 | 1695 * arm.c (load_multiple_sequence): Support SUBREG of MEM.
|
H A D | ChangeLog.6 | 2724 * config/arm/arm.c (load_multiple_sequence): Pass pointer to
|