Searched defs:movq (Results 1 – 9 of 9) sorted by relevance
/third_party/openh264/codec/common/x86/ |
D | mc_luma.asm | 990 movq xmm0, [r0] label 992 movq xmm1, [r0+5] label 994 movq xmm2, [r0+1] label 996 movq xmm3, [r0+4] label 998 movq xmm4, [r0+2] label 1000 movq xmm5, [r0+3] label 1019 movq xmm0, [r0+6] label 1500 movq xmm0, [r0] label 1502 movq xmm1, [r0+5] label 1504 movq xmm2, [r0+1] label [all …]
|
/third_party/gstreamer/gstplugins_good/gst/goom2k1/ |
D | filters_mmx.s | 37 movq (thezero), %mm7 label
|
/third_party/ffmpeg/libavcodec/x86/ |
D | fdct.c | 376 FDCT_COL(mmx, mm, movq) in FDCT_COL() argument
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | xmmx.h | 408 #define movq(vars, vard) \ macro
|
D | mmx.h | 404 #define movq(vars, vard) \ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX8664.cpp | 516 void AssemblerX8664::movq(XmmRegister dst, XmmRegister src) { in movq() function in Ice::X8664::AssemblerX8664 525 void AssemblerX8664::movq(const AsmAddress &dst, XmmRegister src) { in movq() function in Ice::X8664::AssemblerX8664 534 void AssemblerX8664::movq(XmmRegister dst, const AsmAddress &src) { in movq() function in Ice::X8664::AssemblerX8664
|
D | IceAssemblerX8632.cpp | 479 void AssemblerX8632::movq(XmmRegister dst, XmmRegister src) { in movq() function in Ice::X8632::AssemblerX8632 487 void AssemblerX8632::movq(const AsmAddress &dst, XmmRegister src) { in movq() function in Ice::X8632::AssemblerX8632 495 void AssemblerX8632::movq(XmmRegister dst, const AsmAddress &src) { in movq() function in Ice::X8632::AssemblerX8632
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/ |
D | mmx.h | 319 #define movq(vars, vard) \ macro
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/ |
D | mmx.h | 401 #define movq(vars, vard) \ macro
|