Home
last modified time | relevance | path

Searched defs:sh_2 (Results 1 – 3 of 3) sorted by relevance

/sysdeps/powerpc/power4/
A Dwordcopy.c75 int sh_1, sh_2; in WORDCOPY_FWD_DEST_ALIGNED() local
170 int sh_1, sh_2; in WORDCOPY_BWD_DEST_ALIGNED() local
/sysdeps/powerpc/power6/
A Dwordcopy.c89 int sh_1, sh_2; in WORDCOPY_FWD_DEST_ALIGNED() local
189 int sh_1, sh_2; in WORDCOPY_BWD_DEST_ALIGNED() local
/sysdeps/generic/
A Dmemcopy.h68 #define MERGE(w0, sh_1, w1, sh_2) (((w0) >> (sh_1)) | ((w1) << (sh_2))) argument
71 #define MERGE(w0, sh_1, w1, sh_2) (((w0) << (sh_1)) | ((w1) >> (sh_2))) argument

Completed in 5 milliseconds