Lines Matching refs:a0
35 op_t a0, a1; in WORDCOPY_FWD_ALIGNED() local
50 a0 = ((op_t *) srcp)[0]; in WORDCOPY_FWD_ALIGNED()
52 ((op_t *) dstp)[0] = a0; in WORDCOPY_FWD_ALIGNED()
74 op_t a0, a1, a2; in WORDCOPY_FWD_DEST_ALIGNED() local
86 a0 = ((op_t *) srcp)[0]; in WORDCOPY_FWD_DEST_ALIGNED()
91 ((op_t *) dstp)[0] = MERGE (a0, sh_1, a1, sh_2); in WORDCOPY_FWD_DEST_ALIGNED()
96 a0 = a1; in WORDCOPY_FWD_DEST_ALIGNED()
106 ((op_t *) dstp)[0] = MERGE (a0, sh_1, a1, sh_2); in WORDCOPY_FWD_DEST_ALIGNED()
108 a0 = a2; in WORDCOPY_FWD_DEST_ALIGNED()
129 op_t a0, a1; in WORDCOPY_BWD_ALIGNED() local
148 a0 = ((op_t *) srcp)[0]; in WORDCOPY_BWD_ALIGNED()
150 ((op_t *) dstp)[0] = a0; in WORDCOPY_BWD_ALIGNED()
169 op_t a0, a1, a2; in WORDCOPY_BWD_DEST_ALIGNED() local
203 a0 = ((op_t *) srcp)[0]; in WORDCOPY_BWD_DEST_ALIGNED()
205 ((op_t *) dstp)[0] = MERGE (a0, sh_1, a1, sh_2); in WORDCOPY_BWD_DEST_ALIGNED()
206 a2 = a0; in WORDCOPY_BWD_DEST_ALIGNED()