Home
last modified time | relevance | path

Searched refs:store_multiple_sequence (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/gcc/config/arm/
H A Darm-protos.h87 extern int store_multiple_sequence (rtx *, int, int *, int *, HOST_WIDE_INT *);
H A Darm.c6063 store_multiple_sequence (rtx *operands, int nops, int *regs, int *base, in store_multiple_sequence() function
6202 switch (store_multiple_sequence (operands, nops, regs, &base_reg, &offset)) in emit_stm_seq()
H A Darm.md9623 "TARGET_ARM && store_multiple_sequence (operands, 4, NULL, NULL, NULL)"
9636 "TARGET_ARM && store_multiple_sequence (operands, 3, NULL, NULL, NULL)"
9647 "TARGET_ARM && store_multiple_sequence (operands, 2, NULL, NULL, NULL)"
/freebsd-12.1/contrib/gcc/
H A DFSFChangeLog.111696 (store_multiple_sequence): Likewise.
H A DChangeLog-20012726 (store_multiple_sequence): Pass pointer to RTX when calling
H A DChangeLog-200521623 load_multiple_sequence, emit_ldm_seq, store_multiple_sequence,