Lines Matching refs:sp1
40 * memset(void *sp1, int c, size_t n)
43 * char *sp = sp1;
48 * return (sp1);
120 mov %o0, %o5 ! copy sp1 before using it
136 andcc %o5, 7, %o3 ! is sp1 aligned on a 8 byte bound
141 ! Set -(%o3) bytes till sp1 long word aligned
147 ! Now sp1 is long word aligned (sp1 is found in %o5)
153 andcc %o5, 63, %o3 ! is sp1 block aligned?
167 ! Now sp1 is block aligned
366 andcc %o5, 3, %o3 ! is sp1 aligned on a word boundary