Searched defs:sh_2 (Results 1 – 2 of 2) sorted by relevance
145 int sh_1, sh_2; in WORDCOPY_FWD_DEST_ALIGNED() local342 int sh_1, sh_2; in WORDCOPY_BWD_DEST_ALIGNED() local
59 # define MERGE(w0, sh_1, w1, sh_2) (((w0) >> (sh_1)) | ((w1) << (sh_2))) argument61 # define MERGE(w0, sh_1, w1, sh_2) (((w0) << (sh_1)) | ((w1) >> (sh_2))) argument
Completed in 5 milliseconds