Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/alpha/lib/
Dmemcpy.c76 unsigned long low_word, high_word; in __memcpy_unaligned_up() local
77 __asm__("ldq_u %0,%1":"=r" (low_word):"m" (*(unsigned long *) s)); in __memcpy_unaligned_up()
83 :"=r" (low_word) in __memcpy_unaligned_up()
84 :"r" (low_word), "r" (s)); in __memcpy_unaligned_up()
89 *(unsigned long *) d = low_word | tmp; in __memcpy_unaligned_up()
91 low_word = high_word; in __memcpy_unaligned_up()