vpx/vp8/common/x86
Jan Kratochvil 1fc294116a nasm: movhps compatibility QWORD->MMWORD
Filed for nasm as:
https://sourceforge.net/tracker/?func=detail&atid=106208&aid=3081103&group_id=6208

nasm just does not accept any size parameter for movhps:
1.asm:2: error: mismatch in operand sizes

Some parts of libvpx already use MMWORD for movhps and MMWORD is
defined-out so it is compatible both with yasm and nasm.

Provide nasm compatibility. No binary change by this patch with yasm on
{x86_64,i686}-fedora13-linux-gnu.

Change-Id: I4008a317ca87ec07c9ada958fcdc10a0cb589bbc
2010-10-04 20:47:19 -04:00
..
boolcoder.cxx Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
idct_x86.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
idctllm_mmx.asm nasm: address labels 'rel label' vice 'wrt rip' 2010-10-04 19:47:54 -04:00
idctllm_sse2.asm nasm: address labels 'rel label' vice 'wrt rip' 2010-10-04 19:47:54 -04:00
iwalsh_mmx.asm nasm: match instruction length (movd/movq) to parameters 2010-10-04 23:36:29 +02:00
iwalsh_sse2.asm Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
loopfilter_mmx.asm nasm: address labels 'rel label' vice 'wrt rip' 2010-10-04 19:47:54 -04:00
loopfilter_sse2.asm nasm: movhps compatibility QWORD->MMWORD 2010-10-04 20:47:19 -04:00
loopfilter_x86.c Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
loopfilter_x86.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
postproc_mmx.asm nasm: address labels 'rel label' vice 'wrt rip' 2010-10-04 19:47:54 -04:00
postproc_mmx.c Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
postproc_sse2.asm nasm: address labels 'rel label' vice 'wrt rip' 2010-10-04 19:47:54 -04:00
postproc_x86.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
recon_mmx.asm Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
recon_sse2.asm Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
recon_x86.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
subpixel_mmx.asm nasm: address labels 'rel label' vice 'wrt rip' 2010-10-04 19:47:54 -04:00
subpixel_sse2.asm nasm: address labels 'rel label' vice 'wrt rip' 2010-10-04 19:47:54 -04:00
subpixel_ssse3.asm nasm: address labels 'rel label' vice 'wrt rip' 2010-10-04 19:47:54 -04:00
subpixel_x86.h Merge branch 'master' of git://review.webmproject.org/libvpx 2010-09-09 08:54:21 -07:00
vp8_asm_stubs.c Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
x86_systemdependent.c Merge branch 'master' of git://review.webmproject.org/libvpx 2010-09-09 08:54:21 -07:00