Searched refs:fpregs_p (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsparc.c3581 int intregs_p = 0, fpregs_p = 0;
3594 fpregs_p = 1;
3602 fpregs_p = 0, intregs_p = 1;
3605 if (fpregs_p && slotno >= SPARC_FP_ARG_MAX)
3609 if (!fpregs_p && intregs_p && slotno >= SPARC_INT_ARG_MAX)
3569 int intregs_p = 0, fpregs_p = 0; local
/haiku-buildtools/gcc/gcc/config/sparc/
H A Dsparc.c6266 scan_record_type (const_tree type, int *intregs_p, int *fpregs_p,
6276 scan_record_type (TREE_TYPE (field), intregs_p, fpregs_p, 0);
6280 *fpregs_p = 1;
6402 int intregs_p = 0, fpregs_p = 0, packed_p = 0;
6406 fpregs_p = 1;
6408 scan_record_type (type, &intregs_p, &fpregs_p, &packed_p);
6414 fpregs_p = 0, intregs_p = 1;
6417 if (fpregs_p && slotno >= SPARC_FP_ARG_MAX)
6422 if (!fpregs_p && intregs_p && slotno >= SPARC_INT_ARG_MAX)
6255 scan_record_type(const_tree type, int *intregs_p, int *fpregs_p, int *packed_p) argument
6265 scan_record_type (TREE_TYPE (field), intregs_p, fpregs_p, 0); local
6391 int intregs_p = 0, fpregs_p = 0, packed_p = 0; local

Completed in 297 milliseconds