Name Description Size Coverage
asm.h If gcc is not set to support sse (-msse) it will not accept xmm registers in the clobber list for inline asm. XMM_CLOBBERS takes a list of xmm registers to be marked as clobbered and evaluates to nothing if they are not supported, or to the list itself if they are supported. Since a clobber list may not be empty, XMM_CLOBBERS_ONLY should be used if the xmm registers are the only in the clobber list. For example a list with "eax" and "xmm0" as clobbers should become: : XMM_CLOBBERS("xmm0",) "eax" and a list with only "xmm0" should become: XMM_CLOBBERS_ONLY("xmm0") 6057 -
bswap.h @file byte swapping routines 1896 100 %
cpu.c ebx saving is necessary for PIC. gcc seems unable to see it alone 10357 79 %
cpu.h 6313 -
cpuid.asm 2545 -
emms.asm 1237 -
fixed_dsp.asm 1693 -
fixed_dsp_init.c 1166 0 %
float_dsp.asm 16959 -
float_dsp_init.c 5545 0 %
imgutils.asm 1713 -
imgutils_init.c 1806 0 %
intmath.h _MSC_VER 3411 100 %
intreadwrite.h HAVE_INTRINSICS_SSE2 && defined(__SSE2__) 1749 -
lls.asm 7767 -
lls_init.c 1609 0 %
moz.build 592 -
pixelutils.asm 8242 -
pixelutils.h AVUTIL_X86_PIXELUTILS_H 975 -
pixelutils_init.c 3438 0 %
timer.h HAVE_INLINE_ASM 1402 -
tx_float.asm 57859 -
tx_float_init.c The transformations below are performed in the gather domain, so override the option and let the infrastructure convert the map to SCATTER if needed. 13312 1 %
x86inc.asm 59546 -
x86util.asm 22889 -