Home | History | Annotate | Download | only in powerpc

Lines Matching refs:pst

687 			 unsigned long *pst)
692 /* pst is the pointer to outgoing parameter stack in original caller */
755 avalue[i] = pst;
756 pst += 1;
769 if (((long) pst) & 4)
770 pst++;
771 avalue[i] = pst;
772 pst += 2;
786 if (((long) pst) & 4)
787 pst++;
788 avalue[i] = pst;
789 pst += 4;
807 avalue[i] = pst;
808 pst += 4;
824 avalue[i] = (char *) pst + 3;
825 pst++;
841 avalue[i] = (char *) pst + 2;
842 pst++;
858 avalue[i] = pst;
859 pst++;
874 avalue[i] = (void *) *pst;
875 pst++;
887 or pst to find the correct address for this type
903 if (((long) pst) & 4)
904 pst++;
905 avalue[i] = pst;
906 pst += 2;