Searched refs:XMM_CLOBBERS (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavutil/x86/ |
D | asm.h | 95 # define XMM_CLOBBERS(...) __VA_ARGS__ macro 98 # define XMM_CLOBBERS(...) macro
|
/third_party/ffmpeg/doc/ |
D | optimization.txt | 171 XMM_CLOBBERS should be used when there are other clobbers, for example: 172 __asm__(".." ::: XMM_CLOBBERS("xmm0",) "eax");
|
/third_party/ffmpeg/libavcodec/x86/ |
D | snowdsp.c | 674 XMM_CLOBBERS("%xmm0", "%xmm1", "%xmm2", "%xmm3", "%xmm4", "%xmm5", "%xmm6", "%xmm7", )\
|
/third_party/ffmpeg/libswscale/x86/ |
D | rgb2rgb_template.c | 1854 : "memory", XMM_CLOBBERS("xmm0", "xmm1", "xmm2",) "%"FF_REG_a in RENAME()
|
/third_party/ffmpeg/libpostproc/ |
D | postprocess_template.c | 1566 XMM_CLOBBERS("%xmm0", "%xmm1", "%xmm2", "%xmm3", "%xmm7",) in RENAME()
|