Home
last modified time | relevance | path

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

/arch/alpha/lib/
Dmemcpy.c78 unsigned long low_word, high_word; in __memcpy_unaligned_up() local
79 __asm__("ldq_u %0,%1":"=r" (low_word):"m" (*(unsigned long *) s)); in __memcpy_unaligned_up()
85 :"=r" (low_word) in __memcpy_unaligned_up()
86 :"r" (low_word), "r" (s)); in __memcpy_unaligned_up()
91 *(unsigned long *) d = low_word | tmp; in __memcpy_unaligned_up()
93 low_word = high_word; in __memcpy_unaligned_up()