Lines Matching refs:sh_2
145 int sh_1, sh_2; in WORDCOPY_FWD_DEST_ALIGNED() local
151 sh_2 = 8 * OPSIZ - sh_1; in WORDCOPY_FWD_DEST_ALIGNED()
197 ((op_t *) dstp)[0] = MERGE (a2, sh_1, a3, sh_2); in WORDCOPY_FWD_DEST_ALIGNED()
200 ((op_t *) dstp)[1] = MERGE (a3, sh_1, a0, sh_2); in WORDCOPY_FWD_DEST_ALIGNED()
203 ((op_t *) dstp)[2] = MERGE (a0, sh_1, a1, sh_2); in WORDCOPY_FWD_DEST_ALIGNED()
206 ((op_t *) dstp)[3] = MERGE (a1, sh_1, a2, sh_2); in WORDCOPY_FWD_DEST_ALIGNED()
217 ((op_t *) dstp)[0] = MERGE (a2, sh_1, a3, sh_2); in WORDCOPY_FWD_DEST_ALIGNED()
342 int sh_1, sh_2; in WORDCOPY_BWD_DEST_ALIGNED() local
348 sh_2 = 8 * OPSIZ - sh_1; in WORDCOPY_BWD_DEST_ALIGNED()
394 ((op_t *) dstp)[3] = MERGE (a0, sh_1, a1, sh_2); in WORDCOPY_BWD_DEST_ALIGNED()
397 ((op_t *) dstp)[2] = MERGE (a3, sh_1, a0, sh_2); in WORDCOPY_BWD_DEST_ALIGNED()
400 ((op_t *) dstp)[1] = MERGE (a2, sh_1, a3, sh_2); in WORDCOPY_BWD_DEST_ALIGNED()
403 ((op_t *) dstp)[0] = MERGE (a1, sh_1, a2, sh_2); in WORDCOPY_BWD_DEST_ALIGNED()
414 ((op_t *) dstp)[3] = MERGE (a0, sh_1, a1, sh_2); in WORDCOPY_BWD_DEST_ALIGNED()