Searched refs:ldq_u (Results 26 - 36 of 36) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dstrlen_user.S47 EX( ldq_u t0, 0(a0) ) # load first quadword (a0 may be misaligned)
H A Dev6-copy_user.S96 EXI( ldq_u $3,0($7) ) # .. L .. .. : Forward fetch for fallthrough code
100 * In the worst case, we've just executed an ldq_u here from 0($7)
106 EXI( ldq_u $2,8($7) ) # .. .. .. L :
H A Dev6-memchr.S48 ldq_u $1, 0($16) # L : load first quadword Latency=3
64 ldq_u $6, -1($5) # L : L U U L : eight or less bytes to search Latency=3
H A Dmemchr.S52 ldq_u $1, 0($16) # e1 : load first quadword
67 ldq_u $6, -1($5) #-e1 : eight or less bytes to search
H A Dev67-strchr.S31 ldq_u t0, 0(a0) # L : load first quadword Latency=3
H A Dstrchr.S22 ldq_u t0, 0(a0) # .. e1 : load first quadword
H A Dev6-memcpy.S201 ldq_u $3, 0($17) # L : seed (rotating load) of 8 bytes
205 ldq_u $16, 8($17) # L : Fetch next 8
H A Dev6-clear_user.S79 EX( ldq_u $5, 0($6) ) # .. .. .. L : load dst word to mask back in
H A Dev67-strrchr.S37 ldq_u t0, 0(a0) # L : load first quadword Latency=3
H A Dstrrchr.S26 ldq_u t0, 0(a0) # .. e1 : load first quadword
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/alpha/
H A Dasm.h89 #define ldq_u(p) (*(const uint64_t *) (((uint64_t) (p)) & ~7ul)) macro
161 #define ldq_u(a) asm ("ldq_u %v0,0(%a0)", a) macro

Completed in 107 milliseconds

12