Lines Matching refs:sh_1
75 int sh_1, sh_2; in WORDCOPY_FWD_DEST_ALIGNED() local
80 sh_1 = 8 * (srcp % OPSIZ); in WORDCOPY_FWD_DEST_ALIGNED()
81 sh_2 = 8 * OPSIZ - sh_1; in WORDCOPY_FWD_DEST_ALIGNED()
91 ((op_t *) dstp)[0] = MERGE (a0, sh_1, a1, sh_2); in WORDCOPY_FWD_DEST_ALIGNED()
106 ((op_t *) dstp)[0] = MERGE (a0, sh_1, a1, sh_2); in WORDCOPY_FWD_DEST_ALIGNED()
107 ((op_t *) dstp)[1] = MERGE (a1, sh_1, a2, sh_2); in WORDCOPY_FWD_DEST_ALIGNED()
170 int sh_1, sh_2; in WORDCOPY_BWD_DEST_ALIGNED() local
175 sh_1 = 8 * (srcp % OPSIZ); in WORDCOPY_BWD_DEST_ALIGNED()
176 sh_2 = 8 * OPSIZ - sh_1; in WORDCOPY_BWD_DEST_ALIGNED()
188 ((op_t *) dstp)[0] = MERGE (a1, sh_1, a2, sh_2); in WORDCOPY_BWD_DEST_ALIGNED()
204 ((op_t *) dstp)[1] = MERGE (a1, sh_1, a2, sh_2); in WORDCOPY_BWD_DEST_ALIGNED()
205 ((op_t *) dstp)[0] = MERGE (a0, sh_1, a1, sh_2); in WORDCOPY_BWD_DEST_ALIGNED()