Lines Matching refs:sp1
38 * memset(void *sp1, int c, size_t n)
41 * char *sp = sp1;
46 * return (sp1);
63 mov %o0, %o5 ! copy sp1 before using it
75 andcc %o5, 7, %o3 ! is sp1 aligned on a 8 byte bound
81 ! Set -(%o3) bytes till sp1 double aligned
88 ! Now sp1 is double aligned (sp1 is found in %o5)
102 andcc %o5, 63, %o3 ! is sp1 block aligned?
148 ! sp1 is block aligned