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

/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsparc.c3504 int slotno = cum->words;
3527 if (slotno >= SPARC_INT_ARG_MAX)
3529 regno = regbase + slotno;
3537 if (slotno >= SPARC_INT_ARG_MAX)
3539 regno = regbase + slotno;
3544 && (slotno & 1) != 0)
3545 slotno++, *ppadding = 1;
3548 if (slotno >= SPARC_FP_ARG_MAX)
3550 regno = SPARC_FP_ARG_FIRST + slotno * 2;
3556 if (slotno >
3492 int slotno = cum->words; local
3620 int slotno, named, regbase; member in struct:function_arg_record_value_parms
3914 int slotno, regno, padding; local
4046 int slotno, regno, padding; local
4144 int slotno, regno, padding; local
[all...]
/haiku-buildtools/gcc/gcc/config/sparc/
H A Dsparc.c6313 int slotno = cum->words;
6331 && (slotno & 1) != 0)
6332 slotno++, *ppadding = 1;
6366 if (slotno >= SPARC_FP_ARG_MAX)
6368 regno = SPARC_FP_ARG_FIRST + slotno * 2;
6379 if (slotno >= SPARC_INT_ARG_MAX)
6381 regno = regbase + slotno;
6396 if (slotno >= SPARC_INT_ARG_MAX)
6398 regno = regbase + slotno;
6417 if (fpregs_p && slotno >
6302 int slotno = cum->words; local
6435 int slotno; /* slot number of the argument. */ member in struct:function_arg_record_value_parms
6719 function_arg_record_value(const_tree type, machine_mode mode, int slotno, int named, int regbase) argument
6815 function_arg_union_value(int size, machine_mode mode, int slotno, int regno) argument
6896 int slotno, regno, padding; local
7066 int slotno, regno, padding; local
[all...]

Completed in 166 milliseconds