Searched refs:extqh (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dcsum_ipv6_magic.S24 extqh $18,1,$4 # e0 : byte swap len & proto while we wait
39 extqh $21,$16,$21 # e0 :
47 extqh $22,$16,$22 # e0 :
54 extqh $23,$17,$23 # e0 :
59 extqh $24,$17,$24 # e0 :
H A Dev6-csum_ipv6_magic.S73 extqh $1,$6,$22 # U :
85 extqh $5,$6,$5 # U : L U L U
90 extqh $3,$6,$22 # U : L U L U :
95 extqh $23,$6,$23 # U : L U L U :
H A Dcsum_partial_copy.c26 #define extqh(x,y,z) \ macro
27 __asm__ __volatile__("extqh %1,%2,%0":"=r" (z):"r" (x),"r" (y))
162 extqh(second, soff, first);
179 extqh(second, soff, first);
277 extqh(second, soff, first);
296 extqh(second, soff, first);
317 extqh(second, soff, first);
H A Dcopy_user.S80 extqh $2,$7,$1
H A Dev6-stxcpy.S153 extqh t2, a1, t4 # U : (stall on a1)
198 extqh t2, a1, t1 # U : extract high bits for current word
222 extqh t2, a1, t1 # U :
H A Dstxcpy.S131 extqh t2, a1, t4 # e0 :
174 extqh t2, a1, t1 # e0 : extract high bits for current word
194 extqh t2, a1, t1 # e0 :
H A Dev6-strncpy_from_user.S180 extqh t2, a1, t4 # U :
236 extqh t2, a1, t0 # U : extract high bits for current word
266 extqh t2, a1, t0 # U :
306 extqh t2, a1, t0 # U :
H A Dev6-stxncpy.S195 extqh t2, a1, t4 # U : (3 cycle stall on t2)
224 extqh t2, a1, t0 # U : position lo-bits of hi word (stall)
255 extqh t2, a1, t0 # U : extract low bits (2 cycle stall)
320 extqh t2, a1, t0 # U : extract low bits for last word (stall)
H A Dstrncpy_from_user.S146 extqh t2, a1, t4 # e0 :
189 extqh t2, a1, t0 # e0 : extract high bits for current word
211 extqh t2, a1, t0 # e0 :
250 extqh t2, a1, t0
H A Dstxncpy.S156 extqh t2, a1, t4 # e0 :
182 extqh t2, a1, t0 # e0 : position lo-bits of hi word (stall)
213 extqh t2, a1, t0 # e0 : extract low bits for current word
274 extqh t2, a1, t0 # e0 : extract low bits for last word
H A Dev6-copy_user.S109 extqh $2,$7,$1 # U .. .. .. : U U L L
H A Dev6-memchr.S66 extqh $6, $16, $6 # U : 2 cycle stall for $6
H A Dmemchr.S68 extqh $6, $16, $6 # .. e0 :
H A Dev6-memcpy.S207 extqh $16, $17, $1 # U : masking
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/alpha/
H A Dmotion_est_alpha.c136 p2_l = extql(ldq_u(pix2), pix2) | extqh(t, pix2);
137 p2_r = extql(t, pix2) | extqh(ldq_u(pix2 + 16), pix2);
191 gets treated as 0 by extqh. At least it is a bit faster
202 p2_l = avg2(extql(l, disalign) | extqh(m, disalign), m);
203 p2_r = avg2(extql(m, disalign) | extqh(r, disalign), r);
222 p2_l = avg2(extql(l, disalign) | extqh(m, disalign),
223 extql(l, disalign1) | extqh(m, disalign1));
224 p2_r = avg2(extql(m, disalign) | extqh(r, disalign),
225 extql(m, disalign1) | extqh(r, disalign1));
244 p2_l = extql(ldq_u(pix2), pix2) | extqh(
[all...]
H A Dmotion_est_mvi_asm.S105 extqh t1, a2, ta # left hi
108 extqh t2, a2, t2 # right hi
116 extqh t6, a2, ta # left hi
119 extqh t7, a2, t7 # right hi
H A Ddsputil_alpha_asm.S86 extqh t1, a1, t1
91 extqh t3, a1, t3
96 extqh t5, a1, t5
101 extqh t7, a1, t7
H A Dasm.h101 #define extqh(a, b) __builtin_alpha_extqh(a, (uint64_t) (b)) macro
115 #define extqh(a, b) ({ uint64_t __r; __asm__ ("extqh %r1,%2,%0" : "=r" (__r) : "rJ" (a), "rI" (b)); __r; }) macro
166 #define extqh(a, b) asm ("extqh %a0,%a1,%v0", a, b) macro

Completed in 130 milliseconds