Home
last modified time | relevance | path

Searched refs:doffset2 (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/machine/spu/
Dmemmove.c50 unsigned int soffset1, soffset2, doffset1, doffset2; in memmove() local
57 doffset2 = ((unsigned int)(dest) + n) & 15; in memmove()
69 mask2 = spu_slqwbyte(mask, 16-doffset2); in memmove()
96 doffset2 = ((unsigned int)(dest) + n) & 15; in memmove()
127 mask2 = spu_slqwbyte(mask, 16-doffset2); in memmove()
165 doffset2 = (unsigned int)(vDst) & 15; in memmove()
170 adjust = (int)spu_extract(spu_cmpgt(spu_promote(soffset2, 0), spu_promote(doffset2, 0)), 0); in memmove()
171 delta = (int)doffset2 - (int)soffset2; in memmove()
195 mask2 = spu_slqwbyte(mask, 15-doffset2); in memmove()
196 mask3 = (vec_uchar16)spu_cmpgt(spu_splats((int)(doffset2 - n)), -2); in memmove()
[all …]
Dmemcpy.c53 unsigned int soffset1, doffset1, doffset2; in memcpy() local
67 doffset2 = ((unsigned int)(dest) + n) & 15; in memcpy()
98 mask2 = spu_slqwbyte(mask, 16-doffset2); in memcpy()