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

/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.c4497 int slotno = cum->words;
4515 && (slotno & 1) != 0)
4516 slotno++, *ppadding = 1;
4549 if (slotno >= SPARC_FP_ARG_MAX)
4551 regno = SPARC_FP_ARG_FIRST + slotno * 2;
4562 if (slotno >= SPARC_INT_ARG_MAX)
4564 regno = regbase + slotno;
4579 if (slotno >= SPARC_INT_ARG_MAX)
4581 regno = regbase + slotno;
4600 if (fpregs_p && slotno >
4485 int slotno = cum->words; local
4617 int slotno; /* slot number of the argument. */ member in struct:function_arg_record_value_parms
4901 function_arg_record_value(tree type, enum machine_mode mode, int slotno, int named, int regbase) argument
4997 function_arg_union_value(int size, enum machine_mode mode, int slotno, int regno) argument
5077 int slotno, regno, padding; local
5219 int slotno, regno, padding; local
5329 int slotno, regno, padding; local
[all...]

Completed in 103 milliseconds