Searched refs:combine_words (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/common/lib/libc/arch/or1k/string/ |
| H A D | memcpy.c | 40 combine_words(unsigned long w1, unsigned long w2, int shift1, int shift2) in combine_words() function 100 la[0] = combine_words(w1, w2, shift1, shift2); in memcpy() 104 la[1] = combine_words(w2, w1, shift1, shift2); in memcpy() 108 la[2] = combine_words(w1, w2, shift1, shift2); in memcpy() 112 la[3] = combine_words(w2, w1, shift1, shift2); in memcpy() 121 *la++ = combine_words(w1, w2, shift1, shift2); in memcpy()
|