Lines Matching refs:a0
75 register op_t a0, a1, a2, a3, a4, a5, a6, a7; in _wordcopy_fwd_aligned() local
77 a0 = ((op_t *) srcp)[0]; in _wordcopy_fwd_aligned()
85 ((op_t *) dstp)[0] = a0; in _wordcopy_fwd_aligned()
131 op_t a0, a1, a2, a3; in _wordcopy_fwd_dest_aligned() local
133 a0 = ((op_t *) srcp)[0]; in _wordcopy_fwd_dest_aligned()
137 ((op_t *) dstp)[0] = MERGE(ap, sh_1, a0, sh_2); in _wordcopy_fwd_dest_aligned()
138 ((op_t *) dstp)[1] = MERGE(a0, sh_1, a1, sh_2); in _wordcopy_fwd_dest_aligned()
148 register op_t a0; in _wordcopy_fwd_dest_aligned() local
150 a0 = ((op_t *) srcp)[0]; in _wordcopy_fwd_dest_aligned()
151 ((op_t *) dstp)[0] = MERGE(ap, sh_1, a0, sh_2); in _wordcopy_fwd_dest_aligned()
153 ap = a0; in _wordcopy_fwd_dest_aligned()