kusano 2b45e8
/*********************************************************************/
kusano 2b45e8
/* Copyright 2009, 2010 The University of Texas at Austin.           */
kusano 2b45e8
/* All rights reserved.                                              */
kusano 2b45e8
/*                                                                   */
kusano 2b45e8
/* Redistribution and use in source and binary forms, with or        */
kusano 2b45e8
/* without modification, are permitted provided that the following   */
kusano 2b45e8
/* conditions are met:                                               */
kusano 2b45e8
/*                                                                   */
kusano 2b45e8
/*   1. Redistributions of source code must retain the above         */
kusano 2b45e8
/*      copyright notice, this list of conditions and the following  */
kusano 2b45e8
/*      disclaimer.                                                  */
kusano 2b45e8
/*                                                                   */
kusano 2b45e8
/*   2. Redistributions in binary form must reproduce the above      */
kusano 2b45e8
/*      copyright notice, this list of conditions and the following  */
kusano 2b45e8
/*      disclaimer in the documentation and/or other materials       */
kusano 2b45e8
/*      provided with the distribution.                              */
kusano 2b45e8
/*                                                                   */
kusano 2b45e8
/*    THIS  SOFTWARE IS PROVIDED  BY THE  UNIVERSITY OF  TEXAS AT    */
kusano 2b45e8
/*    AUSTIN  ``AS IS''  AND ANY  EXPRESS OR  IMPLIED WARRANTIES,    */
kusano 2b45e8
/*    INCLUDING, BUT  NOT LIMITED  TO, THE IMPLIED  WARRANTIES OF    */
kusano 2b45e8
/*    MERCHANTABILITY  AND FITNESS FOR  A PARTICULAR  PURPOSE ARE    */
kusano 2b45e8
/*    DISCLAIMED.  IN  NO EVENT SHALL THE UNIVERSITY  OF TEXAS AT    */
kusano 2b45e8
/*    AUSTIN OR CONTRIBUTORS BE  LIABLE FOR ANY DIRECT, INDIRECT,    */
kusano 2b45e8
/*    INCIDENTAL,  SPECIAL, EXEMPLARY,  OR  CONSEQUENTIAL DAMAGES    */
kusano 2b45e8
/*    (INCLUDING, BUT  NOT LIMITED TO,  PROCUREMENT OF SUBSTITUTE    */
kusano 2b45e8
/*    GOODS  OR  SERVICES; LOSS  OF  USE,  DATA,  OR PROFITS;  OR    */
kusano 2b45e8
/*    BUSINESS INTERRUPTION) HOWEVER CAUSED  AND ON ANY THEORY OF    */
kusano 2b45e8
/*    LIABILITY, WHETHER  IN CONTRACT, STRICT  LIABILITY, OR TORT    */
kusano 2b45e8
/*    (INCLUDING NEGLIGENCE OR OTHERWISE)  ARISING IN ANY WAY OUT    */
kusano 2b45e8
/*    OF  THE  USE OF  THIS  SOFTWARE,  EVEN  IF ADVISED  OF  THE    */
kusano 2b45e8
/*    POSSIBILITY OF SUCH DAMAGE.                                    */
kusano 2b45e8
/*                                                                   */
kusano 2b45e8
/* The views and conclusions contained in the software and           */
kusano 2b45e8
/* documentation are those of the authors and should not be          */
kusano 2b45e8
/* interpreted as representing official policies, either expressed   */
kusano 2b45e8
/* or implied, of The University of Texas at Austin.                 */
kusano 2b45e8
/*********************************************************************/
kusano 2b45e8
kusano 2b45e8
#define ASSEMBLER
kusano 2b45e8
#include "common.h"
kusano 2b45e8
	
kusano 2b45e8
#define M	ARG1	/* rdi */
kusano 2b45e8
#define X	ARG2	/* rsi */
kusano 2b45e8
#define INCX	ARG3	/* rdx */
kusano 2b45e8
kusano 2b45e8
#define RET	%rax
kusano 2b45e8
#define I	ARG4
kusano 2b45e8
#define XX	%r10
kusano 2b45e8
#define	MM	%r11
kusano 2b45e8
	
kusano 2b45e8
#ifdef USE_MIN
kusano 2b45e8
#define maxpd	minpd
kusano 2b45e8
#define maxsd	minsd
kusano 2b45e8
#endif
kusano 2b45e8
kusano 2b45e8
#include "l1param.h"
kusano 2b45e8
kusano 2b45e8
	PROLOGUE
kusano 2b45e8
	PROFCODE
kusano 2b45e8
kusano 2b45e8
	SAVEREGISTERS
kusano 2b45e8
kusano 2b45e8
	pxor	%xmm0, %xmm0
kusano 2b45e8
	xor	RET, RET
kusano 2b45e8
	testq	M, M
kusano 2b45e8
	jle	.L999
kusano 2b45e8
	testq	INCX, INCX
kusano 2b45e8
	jle	.L999
kusano 2b45e8
kusano 2b45e8
	salq	$ZBASE_SHIFT, INCX
kusano 2b45e8
	movq	M, MM
kusano 2b45e8
	movq	X, XX
kusano 2b45e8
kusano 2b45e8
	pcmpeqb	%xmm15, %xmm15
kusano 2b45e8
	psrlq	$1, %xmm15
kusano 2b45e8
kusano 2b45e8
	movsd	0 * SIZE(X), %xmm0
kusano 2b45e8
	movsd	1 * SIZE(X), %xmm1
kusano 2b45e8
	addq	INCX, X
kusano 2b45e8
	decq	M
kusano 2b45e8
	andpd	 %xmm15, %xmm0
kusano 2b45e8
	andpd	 %xmm15, %xmm1
kusano 2b45e8
	addpd	 %xmm1, %xmm0
kusano 2b45e8
	unpcklpd %xmm0, %xmm0
kusano 2b45e8
	movapd	 %xmm0, %xmm1
kusano 2b45e8
	movapd	 %xmm0, %xmm2
kusano 2b45e8
	movapd	 %xmm0, %xmm3
kusano 2b45e8
	cmpq	$2 * SIZE, INCX
kusano 2b45e8
	jne	.L60
kusano 2b45e8
kusano 2b45e8
	movq	M,  I
kusano 2b45e8
	sarq	$3, I
kusano 2b45e8
	jle	.L25
kusano 2b45e8
	ALIGN_4
kusano 2b45e8
kusano 2b45e8
.L21:
kusano 2b45e8
#ifdef PREFETCH
kusano 2b45e8
	PREFETCH (PREFETCHSIZE +  0) - PREOFFSET(X)
kusano 2b45e8
#endif
kusano 2b45e8
kusano 2b45e8
	movsd	0 * SIZE(X), %xmm4
kusano 2b45e8
	movsd	1 * SIZE(X), %xmm5
kusano 2b45e8
	movhpd	2 * SIZE(X), %xmm4
kusano 2b45e8
	movhpd	3 * SIZE(X), %xmm5
kusano 2b45e8
	movsd	4 * SIZE(X), %xmm6
kusano 2b45e8
	movsd	5 * SIZE(X), %xmm7
kusano 2b45e8
	movhpd	6 * SIZE(X), %xmm6
kusano 2b45e8
	movhpd	7 * SIZE(X), %xmm7
kusano 2b45e8
kusano 2b45e8
	andpd	%xmm15, %xmm4
kusano 2b45e8
	andpd	%xmm15, %xmm5
kusano 2b45e8
	andpd	%xmm15, %xmm6
kusano 2b45e8
	andpd	%xmm15, %xmm7
kusano 2b45e8
kusano 2b45e8
	addpd	%xmm5,  %xmm4
kusano 2b45e8
	addpd	%xmm7,  %xmm6
kusano 2b45e8
	maxpd	%xmm4, %xmm0
kusano 2b45e8
	maxpd	%xmm6, %xmm1
kusano 2b45e8
kusano 2b45e8
#ifdef PREFETCH
kusano 2b45e8
	PREFETCH (PREFETCHSIZE + 64) - PREOFFSET(X)
kusano 2b45e8
#endif
kusano 2b45e8
kusano 2b45e8
	movsd	 8 * SIZE(X), %xmm4
kusano 2b45e8
	movsd	 9 * SIZE(X), %xmm5
kusano 2b45e8
	movhpd	10 * SIZE(X), %xmm4
kusano 2b45e8
	movhpd	11 * SIZE(X), %xmm5
kusano 2b45e8
	movsd	12 * SIZE(X), %xmm6
kusano 2b45e8
	movsd	13 * SIZE(X), %xmm7
kusano 2b45e8
	movhpd	14 * SIZE(X), %xmm6
kusano 2b45e8
	movhpd	15 * SIZE(X), %xmm7
kusano 2b45e8
kusano 2b45e8
	andpd	%xmm15, %xmm4
kusano 2b45e8
	andpd	%xmm15, %xmm5
kusano 2b45e8
	andpd	%xmm15, %xmm6
kusano 2b45e8
	andpd	%xmm15, %xmm7
kusano 2b45e8
kusano 2b45e8
	addpd	%xmm5,  %xmm4
kusano 2b45e8
	addpd	%xmm7,  %xmm6
kusano 2b45e8
	maxpd	%xmm4, %xmm2
kusano 2b45e8
	maxpd	%xmm6, %xmm3
kusano 2b45e8
kusano 2b45e8
	addq	$16 * SIZE, X
kusano 2b45e8
	decq	I
kusano 2b45e8
	jg	.L21
kusano 2b45e8
	ALIGN_4
kusano 2b45e8
kusano 2b45e8
.L25:
kusano 2b45e8
	andq	$7,  M
kusano 2b45e8
	jle	.L30
kusano 2b45e8
kusano 2b45e8
	testq	$4, M
kusano 2b45e8
	je	.L26
kusano 2b45e8
kusano 2b45e8
	movsd	0 * SIZE(X), %xmm4
kusano 2b45e8
	movsd	1 * SIZE(X), %xmm5
kusano 2b45e8
	movhpd	2 * SIZE(X), %xmm4
kusano 2b45e8
	movhpd	3 * SIZE(X), %xmm5
kusano 2b45e8
	movsd	4 * SIZE(X), %xmm6
kusano 2b45e8
	movsd	5 * SIZE(X), %xmm7
kusano 2b45e8
	movhpd	6 * SIZE(X), %xmm6
kusano 2b45e8
	movhpd	7 * SIZE(X), %xmm7
kusano 2b45e8
kusano 2b45e8
	andpd	%xmm15, %xmm4
kusano 2b45e8
	andpd	%xmm15, %xmm5
kusano 2b45e8
	andpd	%xmm15, %xmm6
kusano 2b45e8
	andpd	%xmm15, %xmm7
kusano 2b45e8
kusano 2b45e8
	addpd	%xmm5,  %xmm4
kusano 2b45e8
	addpd	%xmm7,  %xmm6
kusano 2b45e8
	maxpd	%xmm4, %xmm0
kusano 2b45e8
	maxpd	%xmm6, %xmm1
kusano 2b45e8
kusano 2b45e8
	addq	$8 * SIZE, X
kusano 2b45e8
	ALIGN_3
kusano 2b45e8
kusano 2b45e8
.L26:
kusano 2b45e8
	testq	$2, M
kusano 2b45e8
	je	.L27
kusano 2b45e8
kusano 2b45e8
	movsd	0 * SIZE(X), %xmm4
kusano 2b45e8
	movsd	1 * SIZE(X), %xmm5
kusano 2b45e8
	movhpd	2 * SIZE(X), %xmm4
kusano 2b45e8
	movhpd	3 * SIZE(X), %xmm5
kusano 2b45e8
	addq	$4 * SIZE, X
kusano 2b45e8
kusano 2b45e8
	andpd	%xmm15, %xmm4
kusano 2b45e8
	andpd	%xmm15, %xmm5
kusano 2b45e8
	addpd	%xmm5,  %xmm4
kusano 2b45e8
	maxpd	%xmm4, %xmm0
kusano 2b45e8
	ALIGN_3	
kusano 2b45e8
kusano 2b45e8
.L27:
kusano 2b45e8
	testq	$1, M
kusano 2b45e8
	je	.L30
kusano 2b45e8
kusano 2b45e8
	movsd	0 * SIZE(X), %xmm4
kusano 2b45e8
	movsd	1 * SIZE(X), %xmm5
kusano 2b45e8
	andpd	%xmm15, %xmm4
kusano 2b45e8
	andpd	%xmm15, %xmm5
kusano 2b45e8
	addpd	%xmm5, %xmm4
kusano 2b45e8
	maxsd	%xmm4, %xmm2
kusano 2b45e8
	ALIGN_4
kusano 2b45e8
kusano 2b45e8
.L30:
kusano 2b45e8
	movq	XX, X
kusano 2b45e8
	movq	MM, M
kusano 2b45e8
kusano 2b45e8
	maxpd	%xmm1, %xmm0
kusano 2b45e8
	maxpd	%xmm3, %xmm2
kusano 2b45e8
	maxpd	%xmm2, %xmm0
kusano 2b45e8
	movapd	%xmm0, %xmm1
kusano 2b45e8
	unpckhpd %xmm0, %xmm0
kusano 2b45e8
	maxsd	%xmm1, %xmm0
kusano 2b45e8
	unpcklpd %xmm0, %xmm0
kusano 2b45e8
kusano 2b45e8
	movq	M,  I
kusano 2b45e8
	sarq	$2, I
kusano 2b45e8
	jle	.L35
kusano 2b45e8
	ALIGN_4
kusano 2b45e8
kusano 2b45e8
.L31:
kusano 2b45e8
#ifdef PREFETCH
kusano 2b45e8
	PREFETCH (PREFETCHSIZE +  0) - PREOFFSET(X)
kusano 2b45e8
#endif
kusano 2b45e8
kusano 2b45e8
	movsd	0 * SIZE(X), %xmm1
kusano 2b45e8
	movsd	1 * SIZE(X), %xmm2
kusano 2b45e8
	movhpd	2 * SIZE(X), %xmm1
kusano 2b45e8
	movhpd	3 * SIZE(X), %xmm2
kusano 2b45e8
	movsd	4 * SIZE(X), %xmm3
kusano 2b45e8
	movsd	5 * SIZE(X), %xmm4
kusano 2b45e8
	movhpd	6 * SIZE(X), %xmm3
kusano 2b45e8
	movhpd	7 * SIZE(X), %xmm4
kusano 2b45e8
kusano 2b45e8
	andpd	%xmm15, %xmm1
kusano 2b45e8
	andpd	%xmm15, %xmm2
kusano 2b45e8
	andpd	%xmm15, %xmm3
kusano 2b45e8
	andpd	%xmm15, %xmm4
kusano 2b45e8
kusano 2b45e8
	addpd	%xmm2,  %xmm1
kusano 2b45e8
	addpd	%xmm4,  %xmm3
kusano 2b45e8
kusano 2b45e8
	cmpeqpd	%xmm0, %xmm1
kusano 2b45e8
	cmpeqpd	%xmm0, %xmm3
kusano 2b45e8
kusano 2b45e8
	orpd	%xmm3, %xmm1
kusano 2b45e8
#ifndef C_SUN
kusano 2b45e8
	movmskpd %xmm1, %r11
kusano 2b45e8
#else
kusano 2b45e8
	.byte	0x66
kusano 2b45e8
	.long	0xd9500f4c
kusano 2b45e8
#endif
kusano 2b45e8
	testq	 $3, %r11
kusano 2b45e8
	jne	 .L33
kusano 2b45e8
kusano 2b45e8
	addq	$8 * SIZE, X
kusano 2b45e8
	addq	$4, RET
kusano 2b45e8
	decq	I
kusano 2b45e8
	jg	.L31
kusano 2b45e8
	jmp	.L35
kusano 2b45e8
	ALIGN_4
kusano 2b45e8
kusano 2b45e8
.L33:
kusano 2b45e8
	movsd	0 * SIZE(X), %xmm1
kusano 2b45e8
	movsd	1 * SIZE(X), %xmm2
kusano 2b45e8
	movsd	2 * SIZE(X), %xmm3
kusano 2b45e8
	movsd	3 * SIZE(X), %xmm4
kusano 2b45e8
	movsd	4 * SIZE(X), %xmm5
kusano 2b45e8
	movsd	5 * SIZE(X), %xmm6
kusano 2b45e8
	movsd	6 * SIZE(X), %xmm7
kusano 2b45e8
	movsd	7 * SIZE(X), %xmm8
kusano 2b45e8
	addq	$8 * SIZE, X
kusano 2b45e8
kusano 2b45e8
	andpd	%xmm15, %xmm1
kusano 2b45e8
	andpd	%xmm15, %xmm2
kusano 2b45e8
	andpd	%xmm15, %xmm3
kusano 2b45e8
	andpd	%xmm15, %xmm4
kusano 2b45e8
	andpd	%xmm15, %xmm5
kusano 2b45e8
	andpd	%xmm15, %xmm6
kusano 2b45e8
	andpd	%xmm15, %xmm7
kusano 2b45e8
	andpd	%xmm15, %xmm8
kusano 2b45e8
kusano 2b45e8
	addpd	%xmm2,  %xmm1
kusano 2b45e8
	addpd	%xmm4,  %xmm3
kusano 2b45e8
	addpd	%xmm6,  %xmm5
kusano 2b45e8
	addpd	%xmm8,  %xmm7
kusano 2b45e8
kusano 2b45e8
	incq	RET
kusano 2b45e8
	comisd	%xmm0, %xmm1
kusano 2b45e8
	je	.L999
kusano 2b45e8
	incq	RET
kusano 2b45e8
	comisd	%xmm0, %xmm3
kusano 2b45e8
	je	.L999
kusano 2b45e8
	incq	RET
kusano 2b45e8
	comisd	%xmm0, %xmm5
kusano 2b45e8
	je	.L999
kusano 2b45e8
	incq	RET
kusano 2b45e8
	comisd	%xmm0, %xmm7
kusano 2b45e8
	je	.L999
kusano 2b45e8
	ALIGN_3
kusano 2b45e8
kusano 2b45e8
.L35:
kusano 2b45e8
	testq	$2, M
kusano 2b45e8
	je	.L36
kusano 2b45e8
kusano 2b45e8
	movsd	0 * SIZE(X), %xmm1
kusano 2b45e8
	movsd	1 * SIZE(X), %xmm2
kusano 2b45e8
	movsd	2 * SIZE(X), %xmm3
kusano 2b45e8
	movsd	3 * SIZE(X), %xmm4
kusano 2b45e8
	addq	$4 * SIZE, X
kusano 2b45e8
kusano 2b45e8
	andpd	%xmm15, %xmm1
kusano 2b45e8
	andpd	%xmm15, %xmm2
kusano 2b45e8
	andpd	%xmm15, %xmm3
kusano 2b45e8
	andpd	%xmm15, %xmm4
kusano 2b45e8
kusano 2b45e8
	addpd	%xmm2,  %xmm1
kusano 2b45e8
	addpd	%xmm4,  %xmm3
kusano 2b45e8
	incq	RET
kusano 2b45e8
	comisd	%xmm0, %xmm1
kusano 2b45e8
	je	.L999
kusano 2b45e8
	incq	RET
kusano 2b45e8
	comisd	%xmm0, %xmm3
kusano 2b45e8
	je	.L999
kusano 2b45e8
	ALIGN_3	
kusano 2b45e8
kusano 2b45e8
.L36:
kusano 2b45e8
	incq	RET
kusano 2b45e8
	jmp	.L999
kusano 2b45e8
	ALIGN_3
kusano 2b45e8
kusano 2b45e8
.L60:
kusano 2b45e8
	movq	M,  I
kusano 2b45e8
	sarq	$3, I
kusano 2b45e8
	jle	.L65
kusano 2b45e8
	ALIGN_4
kusano 2b45e8
	
kusano 2b45e8
.L61:
kusano 2b45e8
#ifdef PREFETCH
kusano 2b45e8
	PREFETCH (PREFETCHSIZE +  0) - PREOFFSET(X)
kusano 2b45e8
#endif
kusano 2b45e8
kusano 2b45e8
	movsd	0 * SIZE(X), %xmm4
kusano 2b45e8
	movsd	1 * SIZE(X), %xmm5
kusano 2b45e8
	addq	INCX, X
kusano 2b45e8
	movhpd	0 * SIZE(X), %xmm4
kusano 2b45e8
	movhpd	1 * SIZE(X), %xmm5
kusano 2b45e8
	addq	INCX, X
kusano 2b45e8
	movsd	0 * SIZE(X), %xmm6
kusano 2b45e8
	movsd	1 * SIZE(X), %xmm7
kusano 2b45e8
	addq	INCX, X
kusano 2b45e8
	movhpd	0 * SIZE(X), %xmm6
kusano 2b45e8
	movhpd	1 * SIZE(X), %xmm7
kusano 2b45e8
	addq	INCX, X
kusano 2b45e8
kusano 2b45e8
	andpd	%xmm15, %xmm4
kusano 2b45e8
	andpd	%xmm15, %xmm5
kusano 2b45e8
	andpd	%xmm15, %xmm6
kusano 2b45e8
	andpd	%xmm15, %xmm7
kusano 2b45e8
	addpd	%xmm5, %xmm4
kusano 2b45e8
	addpd	%xmm7, %xmm6
kusano 2b45e8
	maxpd	%xmm4, %xmm0
kusano 2b45e8
	maxpd	%xmm6, %xmm1
kusano 2b45e8
kusano 2b45e8
#ifdef PREFETCH
kusano 2b45e8
	PREFETCH (PREFETCHSIZE + 64) - PREOFFSET(X)
kusano 2b45e8
#endif
kusano 2b45e8
kusano 2b45e8
	movsd	0 * SIZE(X), %xmm4
kusano 2b45e8
	movsd	1 * SIZE(X), %xmm5
kusano 2b45e8
	addq	INCX, X
kusano 2b45e8
	movhpd	0 * SIZE(X), %xmm4
kusano 2b45e8
	movhpd	1 * SIZE(X), %xmm5
kusano 2b45e8
	addq	INCX, X
kusano 2b45e8
	movsd	0 * SIZE(X), %xmm6
kusano 2b45e8
	movsd	1 * SIZE(X), %xmm7
kusano 2b45e8
	addq	INCX, X
kusano 2b45e8
	movhpd	0 * SIZE(X), %xmm6
kusano 2b45e8
	movhpd	1 * SIZE(X), %xmm7
kusano 2b45e8
	addq	INCX, X
kusano 2b45e8
kusano 2b45e8
	andpd	%xmm15, %xmm4
kusano 2b45e8
	andpd	%xmm15, %xmm5
kusano 2b45e8
	andpd	%xmm15, %xmm6
kusano 2b45e8
	andpd	%xmm15, %xmm7
kusano 2b45e8
	addpd	%xmm5, %xmm4
kusano 2b45e8
	addpd	%xmm7, %xmm6
kusano 2b45e8
	maxpd	%xmm4, %xmm2
kusano 2b45e8
	maxpd	%xmm6, %xmm3
kusano 2b45e8
kusano 2b45e8
	decq	I
kusano 2b45e8
	jg	.L61
kusano 2b45e8
	ALIGN_4
kusano 2b45e8
kusano 2b45e8
.L65:
kusano 2b45e8
	andq	$7,  M
kusano 2b45e8
	jle	.L70
kusano 2b45e8
kusano 2b45e8
	testq	$4, M
kusano 2b45e8
	je	.L66
kusano 2b45e8
kusano 2b45e8
	movsd	0 * SIZE(X), %xmm4
kusano 2b45e8
	movsd	1 * SIZE(X), %xmm5
kusano 2b45e8
	addq	INCX, X
kusano 2b45e8
	movhpd	0 * SIZE(X), %xmm4
kusano 2b45e8
	movhpd	1 * SIZE(X), %xmm5
kusano 2b45e8
	addq	INCX, X
kusano 2b45e8
	movsd	0 * SIZE(X), %xmm6
kusano 2b45e8
	movsd	1 * SIZE(X), %xmm7
kusano 2b45e8
	addq	INCX, X
kusano 2b45e8
	movhpd	0 * SIZE(X), %xmm6
kusano 2b45e8
	movhpd	1 * SIZE(X), %xmm7
kusano 2b45e8
	addq	INCX, X
kusano 2b45e8
kusano 2b45e8
	andpd	%xmm15, %xmm4
kusano 2b45e8
	andpd	%xmm15, %xmm5
kusano 2b45e8
	andpd	%xmm15, %xmm6
kusano 2b45e8
	andpd	%xmm15, %xmm7
kusano 2b45e8
	addpd	%xmm5, %xmm4
kusano 2b45e8
	addpd	%xmm7, %xmm6
kusano 2b45e8
	maxpd	%xmm4, %xmm0
kusano 2b45e8
	maxpd	%xmm6, %xmm1
kusano 2b45e8
	ALIGN_3
kusano 2b45e8
kusano 2b45e8
.L66:
kusano 2b45e8
	testq	$2, M
kusano 2b45e8
	je	.L67
kusano 2b45e8
kusano 2b45e8
	movsd	0 * SIZE(X), %xmm4
kusano 2b45e8
	movsd	1 * SIZE(X), %xmm5
kusano 2b45e8
	addq	INCX, X
kusano 2b45e8
	movhpd	0 * SIZE(X), %xmm4
kusano 2b45e8
	movhpd	1 * SIZE(X), %xmm5
kusano 2b45e8
	addq	INCX, X
kusano 2b45e8
	andpd	%xmm15, %xmm4
kusano 2b45e8
	andpd	%xmm15, %xmm5
kusano 2b45e8
	addpd	%xmm5, %xmm4
kusano 2b45e8
	maxpd	%xmm4, %xmm2
kusano 2b45e8
	ALIGN_3	
kusano 2b45e8
kusano 2b45e8
.L67:
kusano 2b45e8
	testq	$1, M
kusano 2b45e8
	je	.L70
kusano 2b45e8
kusano 2b45e8
	movsd	0 * SIZE(X), %xmm4
kusano 2b45e8
	movsd	1 * SIZE(X), %xmm5
kusano 2b45e8
	andpd	%xmm15, %xmm4
kusano 2b45e8
	andpd	%xmm15, %xmm5
kusano 2b45e8
	addpd	%xmm5, %xmm4
kusano 2b45e8
	maxsd	%xmm4, %xmm3
kusano 2b45e8
	ALIGN_3
kusano 2b45e8
kusano 2b45e8
.L70:
kusano 2b45e8
	movq	XX, X
kusano 2b45e8
	movq	MM, M
kusano 2b45e8
kusano 2b45e8
	maxpd	%xmm1, %xmm0
kusano 2b45e8
	maxpd	%xmm3, %xmm2
kusano 2b45e8
	maxpd	%xmm2, %xmm0
kusano 2b45e8
	movapd	%xmm0, %xmm1
kusano 2b45e8
	unpckhpd %xmm0, %xmm0
kusano 2b45e8
	maxsd	%xmm1, %xmm0
kusano 2b45e8
	unpcklpd %xmm0, %xmm0
kusano 2b45e8
kusano 2b45e8
	movq	M,  I
kusano 2b45e8
	sarq	$2, I
kusano 2b45e8
	jle	.L75
kusano 2b45e8
	ALIGN_4
kusano 2b45e8
kusano 2b45e8
.L71:
kusano 2b45e8
#if defined(OPTERON) || defined(BARCELONA) || defined(SHANGHAI)
kusano 2b45e8
	prefetch	PREFETCHSIZE * SIZE(X)
kusano 2b45e8
#endif
kusano 2b45e8
kusano 2b45e8
#ifdef PENTIUM4
kusano 2b45e8
	prefetchnta	PREFETCHSIZE * SIZE(X)
kusano 2b45e8
#endif
kusano 2b45e8
kusano 2b45e8
	movsd	0 * SIZE(X), %xmm1
kusano 2b45e8
	movsd	1 * SIZE(X), %xmm2
kusano 2b45e8
	addq	INCX, X
kusano 2b45e8
	movhpd	0 * SIZE(X), %xmm1
kusano 2b45e8
	movhpd	1 * SIZE(X), %xmm2
kusano 2b45e8
	addq	INCX, X
kusano 2b45e8
	movsd	0 * SIZE(X), %xmm3
kusano 2b45e8
	movsd	1 * SIZE(X), %xmm4
kusano 2b45e8
	addq	INCX, X
kusano 2b45e8
	movhpd	0 * SIZE(X), %xmm3
kusano 2b45e8
	movhpd	1 * SIZE(X), %xmm4
kusano 2b45e8
	addq	INCX, X
kusano 2b45e8
kusano 2b45e8
	andpd	%xmm15, %xmm1
kusano 2b45e8
	andpd	%xmm15, %xmm2
kusano 2b45e8
	andpd	%xmm15, %xmm3
kusano 2b45e8
	andpd	%xmm15, %xmm4
kusano 2b45e8
kusano 2b45e8
	addpd	%xmm2,  %xmm1
kusano 2b45e8
	addpd	%xmm4,  %xmm3
kusano 2b45e8
kusano 2b45e8
	cmpeqpd	%xmm0, %xmm1
kusano 2b45e8
	cmpeqpd	%xmm0, %xmm3
kusano 2b45e8
kusano 2b45e8
	orpd	%xmm3, %xmm1
kusano 2b45e8
#ifndef C_SUN
kusano 2b45e8
	movmskpd %xmm1, %r11
kusano 2b45e8
#else
kusano 2b45e8
	.byte	0x66
kusano 2b45e8
	.long	0xd9500f4c
kusano 2b45e8
#endif
kusano 2b45e8
	testq	 $3, %r11
kusano 2b45e8
	jne	 .L73
kusano 2b45e8
kusano 2b45e8
	addq	$4, RET
kusano 2b45e8
	decq	I
kusano 2b45e8
	jg	.L71
kusano 2b45e8
	jmp	.L75
kusano 2b45e8
	ALIGN_4
kusano 2b45e8
kusano 2b45e8
.L73:
kusano 2b45e8
	subq	INCX, X
kusano 2b45e8
	movsd	0 * SIZE(X), %xmm7
kusano 2b45e8
	movsd	1 * SIZE(X), %xmm8
kusano 2b45e8
	subq	INCX, X
kusano 2b45e8
	movsd	0 * SIZE(X), %xmm5
kusano 2b45e8
	movsd	1 * SIZE(X), %xmm6
kusano 2b45e8
	subq	INCX, X
kusano 2b45e8
	movsd	0 * SIZE(X), %xmm3
kusano 2b45e8
	movsd	1 * SIZE(X), %xmm4
kusano 2b45e8
	subq	INCX, X
kusano 2b45e8
	movsd	0 * SIZE(X), %xmm1
kusano 2b45e8
	movsd	1 * SIZE(X), %xmm2
kusano 2b45e8
kusano 2b45e8
	andpd	%xmm15, %xmm1
kusano 2b45e8
	andpd	%xmm15, %xmm2
kusano 2b45e8
	andpd	%xmm15, %xmm3
kusano 2b45e8
	andpd	%xmm15, %xmm4
kusano 2b45e8
	andpd	%xmm15, %xmm5
kusano 2b45e8
	andpd	%xmm15, %xmm6
kusano 2b45e8
	andpd	%xmm15, %xmm7
kusano 2b45e8
	andpd	%xmm15, %xmm8
kusano 2b45e8
kusano 2b45e8
	addpd	%xmm2,  %xmm1
kusano 2b45e8
	addpd	%xmm4,  %xmm3
kusano 2b45e8
	addpd	%xmm6,  %xmm5
kusano 2b45e8
	addpd	%xmm8,  %xmm7
kusano 2b45e8
kusano 2b45e8
	incq	RET
kusano 2b45e8
	comisd	%xmm0, %xmm1
kusano 2b45e8
	je	.L999
kusano 2b45e8
	incq	RET
kusano 2b45e8
	comisd	%xmm0, %xmm3
kusano 2b45e8
	je	.L999
kusano 2b45e8
	incq	RET
kusano 2b45e8
	comisd	%xmm0, %xmm5
kusano 2b45e8
	je	.L999
kusano 2b45e8
	incq	RET
kusano 2b45e8
	comisd	%xmm0, %xmm7
kusano 2b45e8
	je	.L999
kusano 2b45e8
	ALIGN_3
kusano 2b45e8
kusano 2b45e8
.L75:
kusano 2b45e8
	testq	$2, M
kusano 2b45e8
	je	.L76
kusano 2b45e8
kusano 2b45e8
	movsd	0 * SIZE(X), %xmm1
kusano 2b45e8
	movsd	1 * SIZE(X), %xmm2
kusano 2b45e8
	addq	INCX, X
kusano 2b45e8
	movsd	0 * SIZE(X), %xmm3
kusano 2b45e8
	movsd	1 * SIZE(X), %xmm4
kusano 2b45e8
	addq	INCX, X
kusano 2b45e8
kusano 2b45e8
	andpd	%xmm15, %xmm1
kusano 2b45e8
	andpd	%xmm15, %xmm2
kusano 2b45e8
	andpd	%xmm15, %xmm3
kusano 2b45e8
	andpd	%xmm15, %xmm4
kusano 2b45e8
kusano 2b45e8
	addpd	%xmm2,  %xmm1
kusano 2b45e8
	addpd	%xmm4,  %xmm3
kusano 2b45e8
	incq	RET
kusano 2b45e8
	comisd	%xmm0, %xmm1
kusano 2b45e8
	je	.L999
kusano 2b45e8
	incq	RET
kusano 2b45e8
	comisd	%xmm0, %xmm3
kusano 2b45e8
	je	.L999
kusano 2b45e8
	ALIGN_3	
kusano 2b45e8
kusano 2b45e8
.L76:
kusano 2b45e8
	incq	RET
kusano 2b45e8
	ALIGN_4
kusano 2b45e8
kusano 2b45e8
.L999:
kusano 2b45e8
	RESTOREREGISTERS
kusano 2b45e8
kusano 2b45e8
	ret
kusano 2b45e8
kusano 2b45e8
	EPILOGUE