Searched defs:sh_2 (Results 1 – 3 of 3) sorted by relevance
/sysdeps/powerpc/power4/ |
A D | wordcopy.c | 75 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 D | wordcopy.c | 89 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 D | memcopy.h | 68 #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