Lines Matching refs:sp1
38 * memset(void *sp1, int c, size_t n)
41 * char *sp = sp1;
46 * return (sp1);
76 mov %o0, %o5 ! copy sp1 before using it
93 andcc %o5, 7, %o3 ! is sp1 aligned on a 8 byte bound
98 ! Set -(%o3) bytes till sp1 double aligned
104 ! Now sp1 is double aligned (sp1 is found in %o5)
112 andcc %o5, 63, %o3 ! is sp1 block aligned?
126 ! Now sp1 is block aligned
214 andcc %o5, 3, %o3 ! is sp1 aligned on a word boundary