Lines Matching refs:op_t
35 op_t a0, a1; in WORDCOPY_FWD_ALIGNED()
39 ((op_t *) dstp)[0] = ((op_t *) srcp)[0]; in WORDCOPY_FWD_ALIGNED()
50 a0 = ((op_t *) srcp)[0]; in WORDCOPY_FWD_ALIGNED()
51 a1 = ((op_t *) srcp)[1]; in WORDCOPY_FWD_ALIGNED()
52 ((op_t *) dstp)[0] = a0; in WORDCOPY_FWD_ALIGNED()
53 ((op_t *) dstp)[1] = a1; in WORDCOPY_FWD_ALIGNED()
74 op_t a0, a1, a2; in WORDCOPY_FWD_DEST_ALIGNED()
86 a0 = ((op_t *) srcp)[0]; in WORDCOPY_FWD_DEST_ALIGNED()
90 a1 = ((op_t *) srcp)[1]; in WORDCOPY_FWD_DEST_ALIGNED()
91 ((op_t *) dstp)[0] = MERGE (a0, sh_1, a1, sh_2); in WORDCOPY_FWD_DEST_ALIGNED()
104 a1 = ((op_t *) srcp)[1]; in WORDCOPY_FWD_DEST_ALIGNED()
105 a2 = ((op_t *) srcp)[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()
129 op_t a0, a1; in WORDCOPY_BWD_ALIGNED()
135 ((op_t *) dstp)[0] = ((op_t *) srcp)[0]; in WORDCOPY_BWD_ALIGNED()
147 a1 = ((op_t *) srcp)[1]; in WORDCOPY_BWD_ALIGNED()
148 a0 = ((op_t *) srcp)[0]; in WORDCOPY_BWD_ALIGNED()
149 ((op_t *) dstp)[1] = a1; 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()
181 a2 = ((op_t *) srcp)[0]; in WORDCOPY_BWD_DEST_ALIGNED()
187 a1 = ((op_t *) srcp)[0]; in WORDCOPY_BWD_DEST_ALIGNED()
188 ((op_t *) dstp)[0] = MERGE (a1, sh_1, a2, sh_2); in WORDCOPY_BWD_DEST_ALIGNED()
202 a1 = ((op_t *) srcp)[1]; in WORDCOPY_BWD_DEST_ALIGNED()
203 a0 = ((op_t *) srcp)[0]; 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()