Blame thirdparty/openblas/xianyi-OpenBLAS-e6e87a2/kernel/x86/nrm2_sse.S

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 STACK	 8
kusano 2b45e8
#define ARGS	 0
kusano 2b45e8
	
kusano 2b45e8
#define STACK_M		 4 + STACK + ARGS(%esp)
kusano 2b45e8
#define STACK_X		 8 + STACK + ARGS(%esp)
kusano 2b45e8
#define STACK_INCX	12 + STACK + ARGS(%esp)
kusano 2b45e8
kusano 2b45e8
#define M	%edx
kusano 2b45e8
#define X	%ecx
kusano 2b45e8
#define INCX	%esi
kusano 2b45e8
	
kusano 2b45e8
#define I	%eax
kusano 2b45e8
kusano 2b45e8
#include "l1param.h"
kusano 2b45e8
kusano 2b45e8
	PROLOGUE
kusano 2b45e8
	PROFCODE
kusano 2b45e8
kusano 2b45e8
	pushl	%esi
kusano 2b45e8
	pushl	%ebx
kusano 2b45e8
kusano 2b45e8
	movl	STACK_M,    M
kusano 2b45e8
	movl	STACK_X,    X
kusano 2b45e8
	movl	STACK_INCX, INCX
kusano 2b45e8
kusano 2b45e8
	pxor	%xmm0, %xmm0
kusano 2b45e8
	testl	M, M
kusano 2b45e8
	jle	.L999
kusano 2b45e8
	pxor	%xmm1, %xmm1
kusano 2b45e8
	testl	INCX, INCX
kusano 2b45e8
	jle	.L999
kusano 2b45e8
kusano 2b45e8
	leal	(, INCX, SIZE), INCX
kusano 2b45e8
	cmpl	$SIZE, INCX
kusano 2b45e8
	jne	.L40
kusano 2b45e8
kusano 2b45e8
	subl	$-32 * SIZE, X
kusano 2b45e8
kusano 2b45e8
	testl	$SIZE, X
kusano 2b45e8
	je	.L05
kusano 2b45e8
	
kusano 2b45e8
	movss	-32 * SIZE(X), %xmm0
kusano 2b45e8
	cvtss2sd %xmm0, %xmm0
kusano 2b45e8
	mulsd	 %xmm0, %xmm0
kusano 2b45e8
kusano 2b45e8
	addl	INCX, X
kusano 2b45e8
	decl	M
kusano 2b45e8
	jle	.L998
kusano 2b45e8
	ALIGN_3
kusano 2b45e8
kusano 2b45e8
.L05:
kusano 2b45e8
	movl	M,  I
kusano 2b45e8
	sarl	$4, I
kusano 2b45e8
	jle	.L13
kusano 2b45e8
	
kusano 2b45e8
	movsd	-32 * SIZE(X), %xmm4
kusano 2b45e8
	movsd	-30 * SIZE(X), %xmm5
kusano 2b45e8
	movsd	-28 * SIZE(X), %xmm6
kusano 2b45e8
	movsd	-26 * SIZE(X), %xmm7
kusano 2b45e8
kusano 2b45e8
	decl	I
kusano 2b45e8
	jle	.L12
kusano 2b45e8
	ALIGN_3
kusano 2b45e8
kusano 2b45e8
.L10:
kusano 2b45e8
#ifdef PREFETCH
kusano 2b45e8
	PREFETCH (PREFETCHSIZE +  0) - PREOFFSET(X)
kusano 2b45e8
#endif
kusano 2b45e8
kusano 2b45e8
	cvtps2pd %xmm4, %xmm2
kusano 2b45e8
	movsd	-24 * SIZE(X), %xmm4
kusano 2b45e8
	mulpd	 %xmm2, %xmm2
kusano 2b45e8
	addpd	 %xmm2, %xmm0
kusano 2b45e8
kusano 2b45e8
	cvtps2pd %xmm5, %xmm3
kusano 2b45e8
	movsd	-22 * SIZE(X), %xmm5
kusano 2b45e8
	mulpd	 %xmm3, %xmm3
kusano 2b45e8
	addpd	 %xmm3, %xmm1
kusano 2b45e8
kusano 2b45e8
	cvtps2pd %xmm6, %xmm2
kusano 2b45e8
	movsd	-20 * SIZE(X), %xmm6
kusano 2b45e8
	mulpd	 %xmm2, %xmm2
kusano 2b45e8
	addpd	 %xmm2, %xmm0
kusano 2b45e8
kusano 2b45e8
	cvtps2pd %xmm7, %xmm3
kusano 2b45e8
	movsd	-18 * SIZE(X), %xmm7
kusano 2b45e8
	mulpd	 %xmm3, %xmm3
kusano 2b45e8
	addpd	 %xmm3, %xmm1
kusano 2b45e8
kusano 2b45e8
	cvtps2pd %xmm4, %xmm2
kusano 2b45e8
	movsd	-16 * SIZE(X), %xmm4
kusano 2b45e8
	mulpd	 %xmm2, %xmm2
kusano 2b45e8
	addpd	 %xmm2, %xmm0
kusano 2b45e8
kusano 2b45e8
	cvtps2pd %xmm5, %xmm3
kusano 2b45e8
	movsd	-14 * SIZE(X), %xmm5
kusano 2b45e8
	mulpd	 %xmm3, %xmm3
kusano 2b45e8
	addpd	 %xmm3, %xmm1
kusano 2b45e8
kusano 2b45e8
	cvtps2pd %xmm6, %xmm2
kusano 2b45e8
	movsd	-12 * SIZE(X), %xmm6
kusano 2b45e8
	mulpd	 %xmm2, %xmm2
kusano 2b45e8
	addpd	 %xmm2, %xmm0
kusano 2b45e8
kusano 2b45e8
	cvtps2pd %xmm7, %xmm3
kusano 2b45e8
	movsd	-10 * SIZE(X), %xmm7
kusano 2b45e8
	mulpd	 %xmm3, %xmm3
kusano 2b45e8
	addpd	 %xmm3, %xmm1
kusano 2b45e8
kusano 2b45e8
	subl	$-16 * SIZE, X
kusano 2b45e8
	decl	I
kusano 2b45e8
	jg	.L10
kusano 2b45e8
	ALIGN_3
kusano 2b45e8
kusano 2b45e8
.L12:
kusano 2b45e8
	cvtps2pd %xmm4, %xmm2
kusano 2b45e8
	movsd	-24 * SIZE(X), %xmm4
kusano 2b45e8
	mulpd	 %xmm2, %xmm2
kusano 2b45e8
	addpd	 %xmm2, %xmm0
kusano 2b45e8
kusano 2b45e8
	cvtps2pd %xmm5, %xmm3
kusano 2b45e8
	movsd	-22 * SIZE(X), %xmm5
kusano 2b45e8
	mulpd	 %xmm3, %xmm3
kusano 2b45e8
	addpd	 %xmm3, %xmm1
kusano 2b45e8
kusano 2b45e8
	cvtps2pd %xmm6, %xmm2
kusano 2b45e8
	movsd	-20 * SIZE(X), %xmm6
kusano 2b45e8
	mulpd	 %xmm2, %xmm2
kusano 2b45e8
	addpd	 %xmm2, %xmm0
kusano 2b45e8
kusano 2b45e8
	cvtps2pd %xmm7, %xmm3
kusano 2b45e8
	movsd	-18 * SIZE(X), %xmm7
kusano 2b45e8
	mulpd	 %xmm3, %xmm3
kusano 2b45e8
	addpd	 %xmm3, %xmm1
kusano 2b45e8
kusano 2b45e8
	cvtps2pd %xmm4, %xmm2
kusano 2b45e8
	mulpd	 %xmm2, %xmm2
kusano 2b45e8
	addpd	 %xmm2, %xmm0
kusano 2b45e8
kusano 2b45e8
	cvtps2pd %xmm5, %xmm3
kusano 2b45e8
	mulpd	 %xmm3, %xmm3
kusano 2b45e8
	addpd	 %xmm3, %xmm1
kusano 2b45e8
kusano 2b45e8
	cvtps2pd %xmm6, %xmm2
kusano 2b45e8
	mulpd	 %xmm2, %xmm2
kusano 2b45e8
	addpd	 %xmm2, %xmm0
kusano 2b45e8
kusano 2b45e8
	cvtps2pd %xmm7, %xmm3
kusano 2b45e8
	mulpd	 %xmm3, %xmm3
kusano 2b45e8
	addpd	 %xmm3, %xmm1
kusano 2b45e8
kusano 2b45e8
	subl	$-16 * SIZE, X
kusano 2b45e8
	ALIGN_4
kusano 2b45e8
kusano 2b45e8
.L13:
kusano 2b45e8
	testl	$8,  M
kusano 2b45e8
	je	.L14
kusano 2b45e8
kusano 2b45e8
	movsd	-32 * SIZE(X), %xmm4
kusano 2b45e8
kusano 2b45e8
	cvtps2pd %xmm4, %xmm2
kusano 2b45e8
	mulpd	 %xmm2, %xmm2
kusano 2b45e8
	addpd	 %xmm2, %xmm0
kusano 2b45e8
kusano 2b45e8
	movsd	-30 * SIZE(X), %xmm5
kusano 2b45e8
kusano 2b45e8
	cvtps2pd %xmm5, %xmm3
kusano 2b45e8
	mulpd	 %xmm3, %xmm3
kusano 2b45e8
	addpd	 %xmm3, %xmm1
kusano 2b45e8
kusano 2b45e8
	movsd	-28 * SIZE(X), %xmm6
kusano 2b45e8
kusano 2b45e8
	cvtps2pd %xmm6, %xmm2
kusano 2b45e8
	mulpd	 %xmm2, %xmm2
kusano 2b45e8
	addpd	 %xmm2, %xmm0
kusano 2b45e8
kusano 2b45e8
	movsd	-26 * SIZE(X), %xmm7
kusano 2b45e8
kusano 2b45e8
	cvtps2pd %xmm7, %xmm3
kusano 2b45e8
	mulpd	 %xmm3, %xmm3
kusano 2b45e8
	addpd	 %xmm3, %xmm1
kusano 2b45e8
kusano 2b45e8
	addl	$8 * SIZE, X
kusano 2b45e8
	ALIGN_3
kusano 2b45e8
kusano 2b45e8
.L14:
kusano 2b45e8
	testl	$4,  M
kusano 2b45e8
	je	.L15
kusano 2b45e8
kusano 2b45e8
	movsd	-32 * SIZE(X), %xmm4
kusano 2b45e8
	cvtps2pd %xmm4, %xmm2
kusano 2b45e8
	mulpd	 %xmm2, %xmm2
kusano 2b45e8
	addpd	 %xmm2, %xmm0
kusano 2b45e8
kusano 2b45e8
	movsd	-30 * SIZE(X), %xmm5
kusano 2b45e8
	cvtps2pd %xmm5, %xmm3
kusano 2b45e8
	mulpd	 %xmm3, %xmm3
kusano 2b45e8
	addpd	 %xmm3, %xmm1
kusano 2b45e8
	addl	$4 * SIZE, X
kusano 2b45e8
	ALIGN_3
kusano 2b45e8
kusano 2b45e8
.L15:
kusano 2b45e8
	testl	$2,  M
kusano 2b45e8
	je	.L16
kusano 2b45e8
kusano 2b45e8
	movsd	-32 * SIZE(X), %xmm4
kusano 2b45e8
	cvtps2pd %xmm4, %xmm2
kusano 2b45e8
	mulpd	 %xmm2, %xmm2
kusano 2b45e8
	addpd	 %xmm2, %xmm0
kusano 2b45e8
	addl	$2 * SIZE, X
kusano 2b45e8
	ALIGN_3
kusano 2b45e8
kusano 2b45e8
.L16:
kusano 2b45e8
	testl	$1,  M
kusano 2b45e8
	je	.L998
kusano 2b45e8
kusano 2b45e8
	movss	-32 * SIZE(X), %xmm4
kusano 2b45e8
	cvtss2sd %xmm4, %xmm2
kusano 2b45e8
	mulsd	 %xmm2, %xmm2
kusano 2b45e8
	addsd	 %xmm2, %xmm1
kusano 2b45e8
	jmp	.L998
kusano 2b45e8
	ALIGN_4
kusano 2b45e8
kusano 2b45e8
.L40:
kusano 2b45e8
	movl	M,  I
kusano 2b45e8
	sarl	$3, I
kusano 2b45e8
	jle	.L44
kusano 2b45e8
	ALIGN_4
kusano 2b45e8
	
kusano 2b45e8
.L41:
kusano 2b45e8
	movss	(X), %xmm4
kusano 2b45e8
	addl	INCX, X
kusano 2b45e8
kusano 2b45e8
	cvtss2sd %xmm4, %xmm2
kusano 2b45e8
	mulsd	 %xmm2, %xmm2
kusano 2b45e8
	addsd	 %xmm2, %xmm0
kusano 2b45e8
kusano 2b45e8
	movss	(X), %xmm5
kusano 2b45e8
	addl	INCX, X
kusano 2b45e8
kusano 2b45e8
	cvtss2sd %xmm5, %xmm2
kusano 2b45e8
	mulsd	 %xmm2, %xmm2
kusano 2b45e8
	addsd	 %xmm2, %xmm1
kusano 2b45e8
kusano 2b45e8
	movss	(X), %xmm6
kusano 2b45e8
	addl	INCX, X
kusano 2b45e8
kusano 2b45e8
	cvtss2sd %xmm6, %xmm2
kusano 2b45e8
	mulsd	 %xmm2, %xmm2
kusano 2b45e8
	addsd	 %xmm2, %xmm0
kusano 2b45e8
kusano 2b45e8
	movss	(X), %xmm7
kusano 2b45e8
	addl	INCX, X
kusano 2b45e8
kusano 2b45e8
	cvtss2sd %xmm7, %xmm2
kusano 2b45e8
	mulsd	 %xmm2, %xmm2
kusano 2b45e8
	addsd	 %xmm2, %xmm1
kusano 2b45e8
kusano 2b45e8
	movss	(X), %xmm4
kusano 2b45e8
	addl	INCX, X
kusano 2b45e8
kusano 2b45e8
	cvtss2sd %xmm4, %xmm2
kusano 2b45e8
	mulsd	 %xmm2, %xmm2
kusano 2b45e8
	addsd	 %xmm2, %xmm0
kusano 2b45e8
kusano 2b45e8
	movss	(X), %xmm5
kusano 2b45e8
	addl	INCX, X
kusano 2b45e8
kusano 2b45e8
	cvtss2sd %xmm5, %xmm2
kusano 2b45e8
	mulsd	 %xmm2, %xmm2
kusano 2b45e8
	addsd	 %xmm2, %xmm1
kusano 2b45e8
kusano 2b45e8
	movss	(X), %xmm6
kusano 2b45e8
	addl	INCX, X
kusano 2b45e8
kusano 2b45e8
	cvtss2sd %xmm6, %xmm2
kusano 2b45e8
	mulsd	 %xmm2, %xmm2
kusano 2b45e8
	addsd	 %xmm2, %xmm0
kusano 2b45e8
kusano 2b45e8
	movss	(X), %xmm7
kusano 2b45e8
	addl	INCX, X
kusano 2b45e8
kusano 2b45e8
	cvtss2sd %xmm7, %xmm2
kusano 2b45e8
	mulsd	 %xmm2, %xmm2
kusano 2b45e8
	addsd	 %xmm2, %xmm1
kusano 2b45e8
kusano 2b45e8
	decl	I
kusano 2b45e8
	jg	.L41
kusano 2b45e8
	ALIGN_3
kusano 2b45e8
kusano 2b45e8
.L44:
kusano 2b45e8
	testl	$4,  M
kusano 2b45e8
	je	.L45
kusano 2b45e8
kusano 2b45e8
	movss	(X), %xmm4
kusano 2b45e8
	addl	INCX, X
kusano 2b45e8
kusano 2b45e8
	cvtss2sd %xmm4, %xmm2
kusano 2b45e8
	mulsd	 %xmm2, %xmm2
kusano 2b45e8
	addsd	 %xmm2, %xmm0
kusano 2b45e8
kusano 2b45e8
	movss	(X), %xmm5
kusano 2b45e8
	addl	INCX, X
kusano 2b45e8
kusano 2b45e8
	cvtss2sd %xmm5, %xmm2
kusano 2b45e8
	mulsd	 %xmm2, %xmm2
kusano 2b45e8
	addsd	 %xmm2, %xmm1
kusano 2b45e8
kusano 2b45e8
	movss	(X), %xmm6
kusano 2b45e8
	addl	INCX, X
kusano 2b45e8
kusano 2b45e8
	cvtss2sd %xmm6, %xmm2
kusano 2b45e8
	mulsd	 %xmm2, %xmm2
kusano 2b45e8
	addsd	 %xmm2, %xmm0
kusano 2b45e8
kusano 2b45e8
	movss	(X), %xmm7
kusano 2b45e8
	addl	INCX, X
kusano 2b45e8
kusano 2b45e8
	cvtss2sd %xmm7, %xmm2
kusano 2b45e8
	mulsd	 %xmm2, %xmm2
kusano 2b45e8
	addsd	 %xmm2, %xmm1
kusano 2b45e8
	ALIGN_3
kusano 2b45e8
kusano 2b45e8
.L45:
kusano 2b45e8
	testl	$2,  M
kusano 2b45e8
	je	.L46
kusano 2b45e8
kusano 2b45e8
	movss	(X), %xmm4
kusano 2b45e8
	addl	INCX, X
kusano 2b45e8
kusano 2b45e8
	cvtss2sd %xmm4, %xmm2
kusano 2b45e8
	mulsd	 %xmm2, %xmm2
kusano 2b45e8
	addsd	 %xmm2, %xmm0
kusano 2b45e8
kusano 2b45e8
	movss	(X), %xmm5
kusano 2b45e8
	addl	INCX, X
kusano 2b45e8
kusano 2b45e8
	cvtss2sd %xmm5, %xmm2
kusano 2b45e8
	mulsd	 %xmm2, %xmm2
kusano 2b45e8
	addsd	 %xmm2, %xmm1
kusano 2b45e8
	ALIGN_3
kusano 2b45e8
kusano 2b45e8
.L46:
kusano 2b45e8
	testl	$1,  M
kusano 2b45e8
	je	.L998
kusano 2b45e8
kusano 2b45e8
	movss	(X), %xmm4
kusano 2b45e8
	cvtss2sd %xmm4, %xmm2
kusano 2b45e8
	mulsd	 %xmm2, %xmm2
kusano 2b45e8
	addsd	 %xmm2, %xmm0
kusano 2b45e8
	ALIGN_4
kusano 2b45e8
kusano 2b45e8
.L998:
kusano 2b45e8
	addpd	%xmm1, %xmm0
kusano 2b45e8
kusano 2b45e8
#ifndef HAVE_SSE3
kusano 2b45e8
	movapd	%xmm0, %xmm1
kusano 2b45e8
	unpckhpd	%xmm0, %xmm0
kusano 2b45e8
	addsd	%xmm1, %xmm0
kusano 2b45e8
#else
kusano 2b45e8
	haddpd	%xmm0, %xmm0
kusano 2b45e8
#endif
kusano 2b45e8
	ALIGN_4
kusano 2b45e8
kusano 2b45e8
.L999:
kusano 2b45e8
	sqrtsd	%xmm0,  %xmm0
kusano 2b45e8
kusano 2b45e8
	cvtsd2ss %xmm0, %xmm0
kusano 2b45e8
kusano 2b45e8
	movss	 %xmm0, STACK_M
kusano 2b45e8
	flds	 STACK_M
kusano 2b45e8
kusano 2b45e8
	popl	%ebx
kusano 2b45e8
	popl	%esi
kusano 2b45e8
	ret
kusano 2b45e8
kusano 2b45e8
	EPILOGUE