Searched refs:XMM_CLOBBERS (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavutil/x86/ |
H A D | asm.h | 84 * in the clobber list for inline asm. XMM_CLOBBERS takes a list of xmm 90 * : XMM_CLOBBERS("xmm0",) "eax" 95 # define XMM_CLOBBERS(...) __VA_ARGS__ macro 98 # define XMM_CLOBBERS(...) macro
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | snowdsp.c | 676 XMM_CLOBBERS("%xmm0", "%xmm1", "%xmm2", "%xmm3", "%xmm4", "%xmm5", "%xmm6", "%xmm7", )\
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | rgb2rgb_template.c | 1773 : "memory", XMM_CLOBBERS("xmm0", "xmm1", "xmm2",) "%"FF_REG_a in interleaveBytes()
|
/third_party/ffmpeg/libpostproc/ |
H A D | postprocess_template.c | 1566 XMM_CLOBBERS("%xmm0", "%xmm1", "%xmm2", "%xmm3", "%xmm7",) in deInterlaceInterpolateCubic()
|
Completed in 12 milliseconds