Searched refs:sh_1 (Results 1 – 1 of 1) sorted by relevance
/arch/parisc/lib/ |
D | memcpy.c | 81 #define MERGE(w0, sh_1, w1, sh_2) ({ \ argument 165 int sh_1, sh_2; in copy_dstaligned() local 172 sh_1 = 8 * (src % sizeof(unsigned int)); in copy_dstaligned() 173 sh_2 = 8 * sizeof(unsigned int) - sh_1; in copy_dstaligned() 229 stw(d_space, MERGE (a2, sh_1, a3, sh_2), 0, dst, cda_stw_exc); in copy_dstaligned() 234 stw(d_space, MERGE (a3, sh_1, a0, sh_2), 4, dst, cda_stw_exc); in copy_dstaligned() 239 stw(d_space, MERGE (a0, sh_1, a1, sh_2), 8, dst, cda_stw_exc); in copy_dstaligned() 244 stw(d_space, MERGE (a1, sh_1, a2, sh_2), 12, dst, cda_stw_exc); in copy_dstaligned() 254 stw(d_space, MERGE (a2, sh_1, a3, sh_2), 0, dst, cda_stw_exc); in copy_dstaligned()
|