Searched refs:stq_u (Results 1 - 14 of 14) sorted by relevance

/linux-master/arch/alpha/lib/
H A Dstrncpy.S42 stq_u $1, 0($16)
52 stq_u $1, 0($16)
62 stq_u $31, 0($16) # zero one word
67 0: stq_u $31, 0($16) # zero two words
69 stq_u $31, 8($16)
78 stq_u $1, 0($16)
H A Dclear_user.S36 0: EX( stq_u $31, 0($16) ) # e0 : zero one word
46 2: EX( stq_u $31, 0($16) ) # e0 : zero four words
48 EX( stq_u $31, 8($16) ) # e0 :
50 EX( stq_u $31, 16($16) ) # e0 :
52 EX( stq_u $31, 24($16) ) # e0 :
66 EX( stq_u $5, 0($16) ) # e0 :
83 EX( stq_u $5, -8($16) ) # e0 :
94 EX( stq_u $5, 0($16) ) # e0 :
H A Dev6-clear_user.S72 EX( stq_u $5, -8($16) ) # .. .. .. L :
104 EX( stq_u $31, 0($16) ) # .. .. .. L
141 EX( stq_u $31, 0($16) ) # .. L .. ..
145 EX( stq_u $31, 8($16) ) # L :
146 EX( stq_u $31, 16($16) ) # L :
150 EX( stq_u $31, 24($16) ) # L :
151 EX( stq_u $31, 32($16) ) # L :
156 EX( stq_u $31, 40($16) ) # L :
157 EX( stq_u $31, 48($16) ) # L :
162 EX( stq_u
[all...]
H A Dmemmove.S60 stq_u $1,0($4)
103 stq_u $1,0($4)
126 stq_u $1,0($4)
169 stq_u $1,0($4)
H A Dcopy_user.S52 EXO( stq_u $1,0($16) )
87 EXO( stq_u $1,0($16) )
H A Dmemset.S67 stq_u $1,0($5) /* E0 */
105 stq_u $1,0($16) /* E0 */
H A Dstrncat.S74 stq_u $1, 0($16)
80 stq_u $1, 8($16)
H A Dcsum_partial_copy.c22 #define stq_u(x,y) \ macro
23 __asm__ __volatile__("stq_u %1,%0":"=m" (*(unsigned long *)(y)):"r" (x))
197 stq_u(partial_dest | second_dest, dst);
217 stq_u(partial_dest, dst);
226 stq_u(partial_dest | second_dest, dst);
266 stq_u(partial_dest | second_dest, dst);
287 stq_u(partial_dest | second_dest, dst);
292 stq_u(partial_dest | second_dest, dst+1);
310 stq_u(partial_dest | word | second_dest, dst);
H A Dstxcpy.S61 stq_u t1, 0(a0) # e0 :
90 1: stq_u t1, 0(a0) # e0 :
155 stq_u t1, 0(a0) # e0 : store first output word
185 stq_u t1, -8(a0) # e0 : save the current word
206 stq_u t1, 0(a0) # e0 : the null was in the high-order bits
229 1: stq_u t1, 0(a0) # e0 :
287 stq_u t1, 0(a0) # .. e0 :
H A Dev6-stxcpy.S74 stq_u t1, 0(a0) # L :
108 1: stq_u t1, 0(a0) # L :
178 stq_u t1, 0(a0) # L : store first output word
210 stq_u t1, -8(a0) # L : save the current word (stall)
233 stq_u t1, 0(a0) # L : the null was in the high-order bits
258 1: stq_u t1, 0(a0) # L :
317 stq_u t1, 0(a0) # .. e0 : (stall)
H A Dev67-strncat.S80 stq_u $1, 0($16) # L :
H A Dstxncpy.S69 stq_u t0, 0(a0) # e0 :
104 1: stq_u t0, 0(a0) # e0 :
173 stq_u t0, 0(a0) # e0 : store first output word
210 stq_u t0, 0(a0) # e0 : save the current word
236 stq_u t0, 0(a0) # e0 : the null was in the high-order bits
265 1: stq_u t0, 0(a0) # e0 :
343 stq_u t0, 0(a0) # e0 :
H A Dev6-stxncpy.S90 stq_u t0, 0(a0) # L :
132 1: stq_u t0, 0(a0) # L :
214 stq_u t0, 0(a0) # L : store first output word
255 stq_u t0, -8(a0) # U : save the current word
280 stq_u t0, 0(a0) # L : the null was in the high-order bits
311 1: stq_u t0, 0(a0) # L :
391 stq_u t0, 0(a0) # L : (stall)
H A Dev6-memset.S92 stq_u $1,0($5) # L : Store result
225 stq_u $1,0($16) # L :
270 stq_u $1,0($5) # L : Store result
403 stq_u $1,0($16) # L :
458 stq_u $1,0($5) # L : Store result
591 stq_u $1,0($16) # L :

Completed in 132 milliseconds