Home
last modified time | relevance | path

Searched defs:ldq_u (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/alpha/
Dasm.h84 #define ldq_u(p) (*(const uint64_t *) (((uint64_t) (p)) & ~7ul)) macro
/third_party/pixman/pixman/
Dpixman-mmx.c387 static force_inline __m64 ldq_u(__m64 *p) in ldq_u() function