|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446 |
- /*********************************************************************/
- /* Copyright 2009, 2010 The University of Texas at Austin. */
- /* All rights reserved. */
- /* */
- /* Redistribution and use in source and binary forms, with or */
- /* without modification, are permitted provided that the following */
- /* conditions are met: */
- /* */
- /* 1. Redistributions of source code must retain the above */
- /* copyright notice, this list of conditions and the following */
- /* disclaimer. */
- /* */
- /* 2. Redistributions in binary form must reproduce the above */
- /* copyright notice, this list of conditions and the following */
- /* disclaimer in the documentation and/or other materials */
- /* provided with the distribution. */
- /* */
- /* THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY OF TEXAS AT */
- /* AUSTIN ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, */
- /* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF */
- /* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE */
- /* DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OF TEXAS AT */
- /* AUSTIN OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, */
- /* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES */
- /* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE */
- /* GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR */
- /* BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF */
- /* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT */
- /* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT */
- /* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE */
- /* POSSIBILITY OF SUCH DAMAGE. */
- /* */
- /* The views and conclusions contained in the software and */
- /* documentation are those of the authors and should not be */
- /* interpreted as representing official policies, either expressed */
- /* or implied, of The University of Texas at Austin. */
- /*********************************************************************/
-
- #define ASSEMBLER
- #include "common.h"
-
- #ifndef WINDOWS_ABI
- #define M ARG1
- #define X ARG4
- #define INCX ARG5
- #else
- #define M ARG1
- #define X ARG2
- #define INCX ARG3
- #endif
-
- #define XX %r10
- #define I %rax
-
- #include "l1param.h"
-
- PROLOGUE
- PROFCODE
-
- #ifdef WINDOWS_ABI
- movq 40(%rsp), X
- movq 48(%rsp), INCX
-
- movaps %xmm3, %xmm0
- #endif
-
- SAVEREGISTERS
-
- testq M, M
- jle .L999
-
- pxor %xmm1, %xmm1
- lea (, INCX, SIZE), INCX
- comisd %xmm0, %xmm1
- jne .L100
-
- /* Alpha == ZERO */
- cmpq $SIZE, INCX
- jne .L50
-
- movq M, I
- sarq $3, I
- jle .L12
- ALIGN_4
-
- .L11:
- movsd %xmm1, 0 * SIZE(X)
- movsd %xmm1, 1 * SIZE(X)
- movsd %xmm1, 2 * SIZE(X)
- movsd %xmm1, 3 * SIZE(X)
-
- movsd %xmm1, 4 * SIZE(X)
- movsd %xmm1, 5 * SIZE(X)
- movsd %xmm1, 6 * SIZE(X)
- movsd %xmm1, 7 * SIZE(X)
-
- addq $8 * SIZE, X
- decq I
- jg .L11
- ALIGN_4
-
- .L12:
- testq $4, M
- je .L14
-
- movsd %xmm1, 0 * SIZE(X)
- movsd %xmm1, 1 * SIZE(X)
- movsd %xmm1, 2 * SIZE(X)
- movsd %xmm1, 3 * SIZE(X)
-
- addq $4 * SIZE, X
- ALIGN_3
-
- .L14:
- testq $2, M
- je .L15
-
- movsd %xmm1, 0 * SIZE(X)
- movsd %xmm1, 1 * SIZE(X)
-
- addq $2 * SIZE, X
- ALIGN_3
-
- .L15:
- testq $1, M
- je .L999
-
- movsd %xmm1, 0 * SIZE(X)
- jmp .L999
- ALIGN_4
-
- .L50:
- movq M, I
- sarq $3, I
- jle .L52
- ALIGN_4
-
- .L51:
- movsd %xmm1, 0 * SIZE(X)
- addq INCX, X
- movsd %xmm1, 0 * SIZE(X)
- addq INCX, X
- movsd %xmm1, 0 * SIZE(X)
- addq INCX, X
- movsd %xmm1, 0 * SIZE(X)
- addq INCX, X
- movsd %xmm1, 0 * SIZE(X)
- addq INCX, X
- movsd %xmm1, 0 * SIZE(X)
- addq INCX, X
- movsd %xmm1, 0 * SIZE(X)
- addq INCX, X
- movsd %xmm1, 0 * SIZE(X)
- addq INCX, X
-
- decq I
- jg .L51
- ALIGN_4
-
- .L52:
- testq $7, M
- je .L999
-
- testq $4, M
- je .L53
-
- movsd %xmm1, 0 * SIZE(X)
- addq INCX, X
- movsd %xmm1, 0 * SIZE(X)
- addq INCX, X
- movsd %xmm1, 0 * SIZE(X)
- addq INCX, X
- movsd %xmm1, 0 * SIZE(X)
- addq INCX, X
- ALIGN_3
-
- .L53:
- testq $2, M
- je .L54
-
- movsd %xmm1, 0 * SIZE(X)
- addq INCX, X
- movsd %xmm1, 0 * SIZE(X)
- addq INCX, X
- ALIGN_3
-
- .L54:
- testq $1, M
- je .L999
-
- movsd %xmm1, 0 * SIZE(X)
- jmp .L999
- ALIGN_4
-
- /* Alpha != ZERO */
-
- .L100:
- cmpq $SIZE, INCX
- jne .L150
-
- unpcklpd %xmm0, %xmm0
-
- movq M, I
- sarq $3, I
- jle .L113
-
- movsd 0 * SIZE(X), %xmm1
- movsd 1 * SIZE(X), %xmm2
- movsd 2 * SIZE(X), %xmm3
- movsd 3 * SIZE(X), %xmm4
- movsd 4 * SIZE(X), %xmm5
- movsd 5 * SIZE(X), %xmm6
- movsd 6 * SIZE(X), %xmm7
- movsd 7 * SIZE(X), %xmm8
-
- mulsd %xmm0, %xmm1
- mulsd %xmm0, %xmm2
- mulsd %xmm0, %xmm3
- mulsd %xmm0, %xmm4
-
- decq I
- jle .L112
- ALIGN_4
-
- .L111:
- #ifdef PREFETCHW
- PREFETCHW (PREFETCHSIZE + 0) - PREOFFSET(X)
- #endif
-
- movsd %xmm1, 0 * SIZE(X)
- movsd %xmm2, 1 * SIZE(X)
- movsd %xmm3, 2 * SIZE(X)
- movsd %xmm4, 3 * SIZE(X)
-
- movsd 8 * SIZE(X), %xmm1
- mulsd %xmm0, %xmm5
- movsd 9 * SIZE(X), %xmm2
- mulsd %xmm0, %xmm6
- movsd 10 * SIZE(X), %xmm3
- mulsd %xmm0, %xmm7
- movsd 11 * SIZE(X), %xmm4
- mulsd %xmm0, %xmm8
-
- movsd %xmm5, 4 * SIZE(X)
- movsd %xmm6, 5 * SIZE(X)
- movsd %xmm7, 6 * SIZE(X)
- movsd %xmm8, 7 * SIZE(X)
-
- movsd 12 * SIZE(X), %xmm5
- mulsd %xmm0, %xmm1
- movsd 13 * SIZE(X), %xmm6
- mulsd %xmm0, %xmm2
- movsd 14 * SIZE(X), %xmm7
- mulsd %xmm0, %xmm3
- movsd 15 * SIZE(X), %xmm8
- mulsd %xmm0, %xmm4
-
- addq $8 * SIZE, X
- decq I
- jg .L111
- ALIGN_4
-
- .L112:
- movsd %xmm1, 0 * SIZE(X)
- mulsd %xmm0, %xmm5
- movsd %xmm2, 1 * SIZE(X)
- mulsd %xmm0, %xmm6
- movsd %xmm3, 2 * SIZE(X)
- mulsd %xmm0, %xmm7
- movsd %xmm4, 3 * SIZE(X)
- mulsd %xmm0, %xmm8
-
- movsd %xmm5, 4 * SIZE(X)
- movsd %xmm6, 5 * SIZE(X)
- movsd %xmm7, 6 * SIZE(X)
- movsd %xmm8, 7 * SIZE(X)
- addq $8 * SIZE, X
- ALIGN_3
-
- .L113:
- testq $4, M
- je .L115
-
- movsd 0 * SIZE(X), %xmm1
- movsd 1 * SIZE(X), %xmm2
- movsd 2 * SIZE(X), %xmm3
- movsd 3 * SIZE(X), %xmm4
-
- mulsd %xmm0, %xmm1
- mulsd %xmm0, %xmm2
- mulsd %xmm0, %xmm3
- mulsd %xmm0, %xmm4
-
- movsd %xmm1, 0 * SIZE(X)
- movsd %xmm2, 1 * SIZE(X)
- movsd %xmm3, 2 * SIZE(X)
- movsd %xmm4, 3 * SIZE(X)
-
- addq $4 * SIZE, X
- ALIGN_3
-
- .L115:
- testq $2, M
- je .L116
-
- movsd 0 * SIZE(X), %xmm1
- movsd 1 * SIZE(X), %xmm2
-
- mulsd %xmm0, %xmm1
- mulsd %xmm0, %xmm2
-
- movsd %xmm1, 0 * SIZE(X)
- movsd %xmm2, 1 * SIZE(X)
-
- addq $2 * SIZE, X
- ALIGN_3
-
- .L116:
- testq $1, M
- je .L999
-
- movsd 0 * SIZE(X), %xmm1
- mulsd %xmm0, %xmm1
- movsd %xmm1, 0 * SIZE(X)
- jmp .L999
- ALIGN_3
-
- /* incx != 1 */
-
- .L150:
- movq X, XX
- movq M, I # rcx = n
- sarq $3, I # (n >> 3)
- jle .L152
- ALIGN_4
-
- .L151:
- movsd 0 * SIZE(X), %xmm1
- addq INCX, X
- movsd 0 * SIZE(X), %xmm2
- addq INCX, X
- mulsd %xmm0, %xmm1
- movsd 0 * SIZE(X), %xmm3
- addq INCX, X
- mulsd %xmm0, %xmm2
- movsd 0 * SIZE(X), %xmm4
- addq INCX, X
- mulsd %xmm0, %xmm3
- movsd 0 * SIZE(X), %xmm5
- addq INCX, X
- mulsd %xmm0, %xmm4
- movsd 0 * SIZE(X), %xmm6
- addq INCX, X
- mulsd %xmm0, %xmm5
- movsd 0 * SIZE(X), %xmm7
- addq INCX, X
- mulsd %xmm0, %xmm6
- movsd 0 * SIZE(X), %xmm8
- addq INCX, X
- mulsd %xmm0, %xmm7
-
- movsd %xmm1, 0 * SIZE(XX)
- addq INCX, XX
- mulsd %xmm0, %xmm8
- movsd %xmm2, 0 * SIZE(XX)
- addq INCX, XX
- movsd %xmm3, 0 * SIZE(XX)
- addq INCX, XX
- movsd %xmm4, 0 * SIZE(XX)
- addq INCX, XX
- movsd %xmm5, 0 * SIZE(XX)
- addq INCX, XX
- movsd %xmm6, 0 * SIZE(XX)
- addq INCX, XX
- movsd %xmm7, 0 * SIZE(XX)
- addq INCX, XX
- movsd %xmm8, 0 * SIZE(XX)
- addq INCX, XX
- decq I
- jg .L151
- ALIGN_4
-
- .L152:
- testq $7, M
- je .L999
-
- testq $4, M
- je .L153
-
- movsd 0 * SIZE(X), %xmm1
- addq INCX, X
- movsd 0 * SIZE(X), %xmm2
- addq INCX, X
- mulsd %xmm0, %xmm1
- movsd 0 * SIZE(X), %xmm3
- addq INCX, X
- mulsd %xmm0, %xmm2
- movsd 0 * SIZE(X), %xmm4
- addq INCX, X
- mulsd %xmm0, %xmm3
-
- movsd %xmm1, 0 * SIZE(XX)
- addq INCX, XX
- mulsd %xmm0, %xmm4
- movsd %xmm2, 0 * SIZE(XX)
- addq INCX, XX
- movsd %xmm3, 0 * SIZE(XX)
- addq INCX, XX
- movsd %xmm4, 0 * SIZE(XX)
- addq INCX, XX
- ALIGN_3
-
- .L153:
- testq $2, M
- je .L154
-
- movsd 0 * SIZE(X), %xmm1
- addq INCX, X
- mulsd %xmm0, %xmm1
- movsd 0 * SIZE(X), %xmm2
- addq INCX, X
- mulsd %xmm0, %xmm2
-
- movsd %xmm1, 0 * SIZE(XX)
- addq INCX, XX
- movsd %xmm2, 0 * SIZE(XX)
- addq INCX, XX
- ALIGN_3
-
- .L154:
- testq $1, M
- je .L999
-
- movsd 0 * SIZE(X), %xmm1
- mulsd %xmm0, %xmm1
- movsd %xmm1, 0 * SIZE(X)
- ALIGN_4
-
- .L999:
- xorq %rax, %rax
-
- RESTOREREGISTERS
-
- ret
-
- EPILOGUE
|