Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/spu/
Dmemmove.c50 unsigned int soffset1, soffset2, doffset1, doffset2; in memmove() local
163 soffset2 = (unsigned int)(vSrc) & 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()