⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 trsm_kernel_ln_4x4_sse3.s

📁 Optimized GotoBLAS libraries
💻 S
📖 第 1 页 / 共 5 页
字号:
/*********************************************************************//*                                                                   *//*             Optimized BLAS libraries                              *//*                     By Kazushige Goto <kgoto@tacc.utexas.edu>     *//*                                                                   *//* Copyright (c) The University of Texas, 2005. All rights reserved. *//* UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CONCERNING  *//* THIS SOFTWARE AND DOCUMENTATION, INCLUDING ANY WARRANTIES OF      *//* MERCHANTABILITY, FITNESS FOR ANY PARTICULAR PURPOSE,              *//* NON-INFRINGEMENT AND WARRANTIES OF PERFORMANCE, AND ANY WARRANTY  *//* THAT MIGHT OTHERWISE ARISE FROM COURSE OF DEALING OR USAGE OF     *//* TRADE. NO WARRANTY IS EITHER EXPRESS OR IMPLIED WITH RESPECT TO   *//* THE USE OF THE SOFTWARE OR DOCUMENTATION.                         *//* Under no circumstances shall University be liable for incidental, *//* special, indirect, direct or consequential damages or loss of     *//* profits, interruption of business, or related expenses which may  *//* arise from use of Software or Documentation, including but not    *//* limited to those resulting from defects in Software and/or        *//* Documentation, or loss or inaccuracy of data of any kind.         *//*********************************************************************/#define ASSEMBLER#include "common.h" #define M	%rdi#define N	%rsi#define K	%rdx#define A	%rcx#define B	%r8#define C	%r9#define LDC	%r10#define I	%r11#define AO	%r13#define BO	%r14#define	CO1	%r15#define CO2	%rbx#define KK	%rbp#define BB	%r12#ifndef WINDOWS_ABI#define STACKSIZE 128#define OLD_LDC		 8 + STACKSIZE(%rsp)#define OLD_OFFSET	16 + STACKSIZE(%rsp)#define OFFSET	 48(%rsp)#define J	 56(%rsp)#define KKK	 64(%rsp)#define AORIG	 72(%rsp)#else#define STACKSIZE 272#define OLD_A		40 + STACKSIZE(%rsp)#define OLD_B		48 + STACKSIZE(%rsp)#define OLD_C		56 + STACKSIZE(%rsp)#define OLD_LDC		64 + STACKSIZE(%rsp)#define OLD_OFFSET	72 + STACKSIZE(%rsp)#define OFFSET	 224(%rsp)#define J	 232(%rsp)#define KKK	 240(%rsp)#define AORIG	 248(%rsp)#endif#define PREFETCH     prefetcht1#define PREFETCHSIZE (16 * 12 + 3)#define PREFETCH_R    (4 *  4 + 0)#define KERNEL1(address) \	mulpd	%xmm8, %xmm9 ;\	PREFETCH  (PREFETCHSIZE +  0) * SIZE + (address) * 2 * SIZE(AO);\	addpd	%xmm9, %xmm0;\	movddup	 1 * SIZE + (address) * 2 * SIZE(BO), %xmm9;\	mulpd	%xmm8, %xmm9;\	addpd	%xmm9, %xmm1;\	movddup	 2 * SIZE + (address) * 2 * SIZE(BO), %xmm9;\	mulpd	%xmm8, %xmm9;\	addpd	%xmm9, %xmm2;\	movddup	 3 * SIZE + (address) * 2 * SIZE(BO), %xmm9;\	mulpd	%xmm8, %xmm9;\	movapd	 2 * SIZE + (address) * 2 * SIZE(AO), %xmm8;\	addpd	%xmm9, %xmm3;\	movddup	 0 * SIZE + (address) * 2 * SIZE(BO), %xmm9#define KERNEL2(address) \	mulpd	%xmm8, %xmm9;\	addpd	%xmm9, %xmm4;\	movddup	 1 * SIZE + (address) * 2 * SIZE(BO), %xmm9;\	mulpd	%xmm8, %xmm9;\	addpd	%xmm9, %xmm5;\	movddup	 2 * SIZE + (address) * 2 * SIZE(BO), %xmm9;\	mulpd	%xmm8, %xmm9;\	addpd	%xmm9, %xmm6;\	movddup	 3 * SIZE + (address) * 2 * SIZE(BO), %xmm9;\	mulpd	%xmm8, %xmm9;\	movapd	 4 * SIZE + (address) * 2 * SIZE(AO), %xmm8;\	addpd	%xmm9, %xmm7;\	movddup	 4 * SIZE + (address) * 2 * SIZE(BO), %xmm9#define KERNEL3(address) \	mulpd	%xmm8, %xmm9;\	addpd	%xmm9, %xmm0;\	movddup	 5 * SIZE + (address) * 2 * SIZE(BO), %xmm9;\	mulpd	%xmm8, %xmm9;\	addpd	%xmm9, %xmm1;\	movddup	 6 * SIZE + (address) * 2 * SIZE(BO), %xmm9;\	mulpd	%xmm8, %xmm9;\	addpd	%xmm9, %xmm2;\	movddup	 7 * SIZE + (address) * 2 * SIZE(BO), %xmm9;\	mulpd	%xmm8, %xmm9;\	movapd	 6 * SIZE + (address) * 2 * SIZE(AO), %xmm8;\	addpd	%xmm9, %xmm3;\	movddup	 4 * SIZE + (address) * 2 * SIZE(BO), %xmm9#define KERNEL4(address) \	mulpd	%xmm8, %xmm9;\	addpd	%xmm9, %xmm4;\	movddup	 5 * SIZE + (address) * 2 * SIZE(BO), %xmm9;\	mulpd	%xmm8, %xmm9;\	addpd	%xmm9, %xmm5;\	movddup	 6 * SIZE + (address) * 2 * SIZE(BO), %xmm9;\	mulpd	%xmm8, %xmm9;\	addpd	%xmm9, %xmm6;\	movddup	 7 * SIZE + (address) * 2 * SIZE(BO), %xmm9;\	mulpd	%xmm8, %xmm9;\	movapd	32 * SIZE + (address) * 2 * SIZE(AO), %xmm8;\	addpd	%xmm9, %xmm7;\	movddup	32 * SIZE + (address) * 2 * SIZE(BO), %xmm9#define KERNEL5(address) \	mulpd	%xmm10, %xmm11;\	addpd	%xmm11, %xmm0;\	movddup	 9 * SIZE + (address) * 2 * SIZE(BO), %xmm11;\	mulpd	%xmm10, %xmm11;\	addpd	%xmm11, %xmm1;\	movddup	10 * SIZE + (address) * 2 * SIZE(BO), %xmm11;\	mulpd	%xmm10, %xmm11;\	addpd	%xmm11, %xmm2;\	movddup	11 * SIZE + (address) * 2 * SIZE(BO), %xmm11;\	mulpd	%xmm10, %xmm11;\	movapd	10 * SIZE + (address) * 2 * SIZE(AO), %xmm10;\	addpd	%xmm11, %xmm3;\	movddup	 8 * SIZE + (address) * 2 * SIZE(BO), %xmm11#define KERNEL6(address) \	mulpd	%xmm10, %xmm11;\	addpd	%xmm11, %xmm4;\	movddup	 9 * SIZE + (address) * 2 * SIZE(BO), %xmm11;\	mulpd	%xmm10, %xmm11;\	addpd	%xmm11, %xmm5;\	movddup	10 * SIZE + (address) * 2 * SIZE(BO), %xmm11;\	mulpd	%xmm10, %xmm11;\	addpd	%xmm11, %xmm6;\	movddup	11 * SIZE + (address) * 2 * SIZE(BO), %xmm11;\	mulpd	%xmm10, %xmm11;\	movapd	12 * SIZE + (address) * 2 * SIZE(AO), %xmm10;\	addpd	%xmm11, %xmm7;\	movddup	12 * SIZE + (address) * 2 * SIZE(BO), %xmm11#define KERNEL7(address) \	mulpd	%xmm10, %xmm11;\	addpd	%xmm11, %xmm0;\	movddup	13 * SIZE + (address) * 2 * SIZE(BO), %xmm11;\	mulpd	%xmm10, %xmm11;\	addpd	%xmm11, %xmm1;\	movddup	14 * SIZE + (address) * 2 * SIZE(BO), %xmm11;\	mulpd	%xmm10, %xmm11;\	addpd	%xmm11, %xmm2;\	movddup	15 * SIZE + (address) * 2 * SIZE(BO), %xmm11;\	mulpd	%xmm10, %xmm11;\	movapd	14 * SIZE + (address) * 2 * SIZE(AO), %xmm10;\	addpd	%xmm11, %xmm3;\	movddup	12 * SIZE + (address) * 2 * SIZE(BO), %xmm11#define KERNEL8(address) \	mulpd	%xmm10, %xmm11;\	addpd	%xmm11, %xmm4;\	movddup	13 * SIZE + (address) * 2 * SIZE(BO), %xmm11;\	mulpd	%xmm10, %xmm11;\	addpd	%xmm11, %xmm5;\	movddup	14 * SIZE + (address) * 2 * SIZE(BO), %xmm11;\	mulpd	%xmm10, %xmm11;\	addpd	%xmm11, %xmm6;\	movddup	15 * SIZE + (address) * 2 * SIZE(BO), %xmm11;\	mulpd	%xmm10, %xmm11;\	movapd	40 * SIZE + (address) * 2 * SIZE(AO), %xmm10;\	addpd	%xmm11, %xmm7;\	movddup	40 * SIZE + (address) * 2 * SIZE(BO), %xmm11#define KERNEL9(address) \	mulpd	%xmm12, %xmm13;\	PREFETCH  (PREFETCHSIZE + 16) * SIZE + (address) * 2 * SIZE(AO);\	addpd	%xmm13, %xmm0;\	movddup	17 * SIZE + (address) * 2 * SIZE(BO), %xmm13;\	mulpd	%xmm12, %xmm13;\	addpd	%xmm13, %xmm1;\	movddup	18 * SIZE + (address) * 2 * SIZE(BO), %xmm13;\	mulpd	%xmm12, %xmm13;\	addpd	%xmm13, %xmm2;\	movddup	19 * SIZE + (address) * 2 * SIZE(BO), %xmm13;\	mulpd	%xmm12, %xmm13;\	movapd	18 * SIZE + (address) * 2 * SIZE(AO), %xmm12;\	addpd	%xmm13, %xmm3;\	movddup	16 * SIZE + (address) * 2 * SIZE(BO), %xmm13#define KERNEL10(address) \	mulpd	%xmm12, %xmm13;\	addpd	%xmm13, %xmm4;\	movddup	17 * SIZE + (address) * 2 * SIZE(BO), %xmm13;\	mulpd	%xmm12, %xmm13;\	addpd	%xmm13, %xmm5;\	movddup	18 * SIZE + (address) * 2 * SIZE(BO), %xmm13;\	mulpd	%xmm12, %xmm13;\	addpd	%xmm13, %xmm6;\	movddup	19 * SIZE + (address) * 2 * SIZE(BO), %xmm13;\	mulpd	%xmm12, %xmm13;\	movapd	20 * SIZE + (address) * 2 * SIZE(AO), %xmm12;\	addpd	%xmm13, %xmm7;\	movddup	20 * SIZE + (address) * 2 * SIZE(BO), %xmm13#define KERNEL11(address) \	mulpd	%xmm12, %xmm13;\	addpd	%xmm13, %xmm0;\	movddup	21 * SIZE + (address) * 2 * SIZE(BO), %xmm13;\	mulpd	%xmm12, %xmm13;\	addpd	%xmm13, %xmm1;\	movddup	22 * SIZE + (address) * 2 * SIZE(BO), %xmm13;\	mulpd	%xmm12, %xmm13;\	addpd	%xmm13, %xmm2;\	movddup	23 * SIZE + (address) * 2 * SIZE(BO), %xmm13;\	mulpd	%xmm12, %xmm13;\	movapd	22 * SIZE + (address) * 2 * SIZE(AO), %xmm12;\	addpd	%xmm13, %xmm3;\	movddup	20 * SIZE + (address) * 2 * SIZE(BO), %xmm13#define KERNEL12(address) \	mulpd	%xmm12, %xmm13;\	addpd	%xmm13, %xmm4;\	movddup 21 * SIZE + (address) * 2 * SIZE(BO), %xmm13;\	mulpd	%xmm12, %xmm13;\	addpd	%xmm13, %xmm5;\	movddup	22 * SIZE + (address) * 2 * SIZE(BO), %xmm13;\	mulpd	%xmm12, %xmm13;\	addpd	%xmm13, %xmm6;\	movddup	23 * SIZE + (address) * 2 * SIZE(BO), %xmm13;\	mulpd	%xmm12, %xmm13;\	movapd	48 * SIZE + (address) * 2 * SIZE(AO), %xmm12;\	addpd	%xmm13, %xmm7;\	movddup	48 * SIZE + (address) * 2 * SIZE(BO), %xmm13#define KERNEL13(address) \	mulpd	%xmm14, %xmm15;\	addpd	%xmm15, %xmm0;\	movddup	25 * SIZE + (address) * 2 * SIZE(BO), %xmm15;\	mulpd	%xmm14, %xmm15;\	addpd	%xmm15, %xmm1;\	movddup	26 * SIZE + (address) * 2 * SIZE(BO), %xmm15;\	mulpd	%xmm14, %xmm15;\	addpd	%xmm15, %xmm2;\	movddup	27 * SIZE + (address) * 2 * SIZE(BO), %xmm15;\	mulpd	%xmm14, %xmm15;\	movapd	26 * SIZE + (address) * 2 * SIZE(AO), %xmm14;\	addpd	%xmm15, %xmm3;\	movddup	24 * SIZE + (address) * 2 * SIZE(BO), %xmm15#define KERNEL14(address) \	mulpd	%xmm14, %xmm15;\	addpd	%xmm15, %xmm4;\	movddup	25 * SIZE + (address) * 2 * SIZE(BO), %xmm15;\	mulpd	%xmm14, %xmm15;\	addpd	%xmm15, %xmm5;\	movddup	26 * SIZE + (address) * 2 * SIZE(BO), %xmm15;\	mulpd	%xmm14, %xmm15;\	addpd	%xmm15, %xmm6;\	movddup	27 * SIZE + (address) * 2 * SIZE(BO), %xmm15;\	mulpd	%xmm14, %xmm15;\	movapd	28 * SIZE + (address) * 2 * SIZE(AO), %xmm14;\	addpd	%xmm15, %xmm7;\	movddup	28 * SIZE + (address) * 2 * SIZE(BO), %xmm15#define KERNEL15(address) \	mulpd	%xmm14, %xmm15;\	addpd	%xmm15, %xmm0;\	movddup	29 * SIZE + (address) * 2 * SIZE(BO), %xmm15;\	mulpd	%xmm14, %xmm15;\	addpd	%xmm15, %xmm1;\	movddup	30 * SIZE + (address) * 2 * SIZE(BO), %xmm15;\	mulpd	%xmm14, %xmm15;\	addpd	%xmm15, %xmm2;\	movddup	31 * SIZE + (address) * 2 * SIZE(BO), %xmm15;\	mulpd	%xmm14, %xmm15;\	movapd	30 * SIZE + (address) * 2 * SIZE(AO), %xmm14;\	addpd	%xmm15, %xmm3;\	movddup	28 * SIZE + (address) * 2 * SIZE(BO), %xmm15#define KERNEL16(address) \	mulpd	%xmm14, %xmm15;\	addpd	%xmm15, %xmm4;\	movddup	29 * SIZE + (address) * 2 * SIZE(BO), %xmm15;\	mulpd	%xmm14, %xmm15;\	addpd	%xmm15, %xmm5;\	movddup	30 * SIZE + (address) * 2 * SIZE(BO), %xmm15;\	mulpd	%xmm14, %xmm15;\	addpd	%xmm15, %xmm6;\	movddup	31 * SIZE + (address) * 2 * SIZE(BO), %xmm15;\	mulpd	%xmm14, %xmm15;\	movapd	56 * SIZE + (address) * 2 * SIZE(AO), %xmm14;\	addpd	%xmm15, %xmm7;\	movddup	56 * SIZE + (address) * 2 * SIZE(BO), %xmm15	PROLOGUE	PROFCODE		subq	$STACKSIZE, %rsp	movq	%rbx,  0(%rsp)	movq	%rbp,  8(%rsp)	movq	%r12, 16(%rsp)	movq	%r13, 24(%rsp)	movq	%r14, 32(%rsp)	movq	%r15, 40(%rsp)#ifdef WINDOWS_ABI	movq	%rdi,    48(%rsp)	movq	%rsi,    56(%rsp)	movups	%xmm6,   64(%rsp)	movups	%xmm7,   80(%rsp)	movups	%xmm8,   96(%rsp)	movups	%xmm9,  112(%rsp)	movups	%xmm10, 128(%rsp)	movups	%xmm11, 144(%rsp)	movups	%xmm12, 160(%rsp)	movups	%xmm13, 176(%rsp)	movups	%xmm14, 192(%rsp)	movups	%xmm15, 208(%rsp)	movq	ARG1,      M	movq	ARG2,      N	movq	ARG3,      K	movq	OLD_A,     A	movq	OLD_B,     B	movq	OLD_C,     C	movq	OLD_LDC,   LDC#endif	movq	OLD_LDC,   LDC	movq	OLD_OFFSET, KK	movq	KK, OFFSET	leaq	(, LDC, SIZE), LDC#ifdef LN       leaq	(, M, SIZE), %rax       addq	%rax, C       imulq	K, %rax       addq	%rax, A#endif#ifdef RT       leaq	(, N, SIZE), %rax       imulq	K, %rax       addq	%rax, B       movq	N, %rax       imulq	LDC, %rax       addq	%rax, C#endif#ifdef RN	negq	KK#endif	#ifdef RT       movq	N, %rax       subq	OFFSET, %rax       movq	%rax, KK#endif	movq	N,  J	sarq	$2, J		# j = (n >> 2)	jle	.L40	ALIGN_4	.L10:#if defined(LT) || defined(RN)	movq	A, AO#else	movq	A, AORIG#endif#ifdef RT       movq	K, %rax       salq	$2 + BASE_SHIFT, %rax       subq	%rax, B              leaq	(, LDC, 4), %rax       subq	%rax, C#endif	movq	C, CO1	leaq	(C, LDC, 1), CO2#ifndef RT	leaq	(C, LDC, 4), C#endif#ifdef LN	movq	OFFSET, %rax	addq	M, %rax	movq	%rax, KK#endif		movq	K, %rax	salq	$BASE_SHIFT + 2, %rax	leaq	(B, %rax), BB#ifdef LT	movq	OFFSET, %rax	movq	%rax, KK#endif	testq	$1, M	je	.L30	ALIGN_4.L31:#ifdef LN       movq	K, %rax       salq	$0 + BASE_SHIFT, %rax       subq	%rax, AORIG#endif#if defined(LN) || defined(RT)	movq	KK, %rax	leaq	(, %rax, SIZE), %rax	movq	AORIG, AO	leaq	(AO, %rax, 1), AO	leaq	(B,  %rax, 4), BO#else	movq	B, BO#endif		movddup	 0 * SIZE(AO), %xmm8	pxor	%xmm0, %xmm0	movapd	 0 * SIZE(BO), %xmm9	pxor	%xmm1, %xmm1	movddup	 4 * SIZE(AO), %xmm10	pxor	%xmm2, %xmm2	movapd	 8 * SIZE(BO), %xmm11	pxor	%xmm3, %xmm3#if defined(LT) || defined(RN)	movq	KK, %rax#else	movq	K, %rax	subq	KK, %rax#endif	sarq	$3, %rax	je	.L35	ALIGN_4.L32:	mulpd	%xmm8, %xmm9	PREFETCH  (PREFETCHSIZE +  0) * SIZE(AO)	addpd	%xmm9, %xmm0	movapd	 2 * SIZE(BO), %xmm9	mulpd	%xmm8, %xmm9	movddup	 1 * SIZE(AO), %xmm8	addpd	%xmm9, %xmm1	movapd	 4 * SIZE(BO), %xmm9	mulpd	%xmm8, %xmm9	addpd	%xmm9, %xmm0	movapd	 6 * SIZE(BO), %xmm9	mulpd	%xmm8, %xmm9	movddup	 2 * SIZE(AO), %xmm8	addpd	%xmm9, %xmm1	movapd	16 * SIZE(BO), %xmm9	mulpd	%xmm8, %xmm11	addpd	%xmm11, %xmm0	movapd	10 * SIZE(BO), %xmm11	mulpd	%xmm8, %xmm11	movddup	 3 * SIZE(AO), %xmm8	addpd	%xmm11, %xmm1	movapd	12 * SIZE(BO), %xmm11	mulpd	%xmm8, %xmm11	addpd	%xmm11, %xmm0	movapd	14 * SIZE(BO), %xmm11	mulpd	%xmm8, %xmm11	movddup	 8 * SIZE(AO), %xmm8	addpd	%xmm11, %xmm1	movapd	24 * SIZE(BO), %xmm11	mulpd	%xmm10, %xmm9	addpd	%xmm9, %xmm0	movapd	18 * SIZE(BO), %xmm9	mulpd	%xmm10, %xmm9	movddup	 5 * SIZE(AO), %xmm10	addpd	%xmm9, %xmm1	movapd	20 * SIZE(BO), %xmm9	mulpd	%xmm10, %xmm9	addpd	%xmm9, %xmm0	movapd	22 * SIZE(BO), %xmm9	mulpd	%xmm10, %xmm9	movddup	 6 * SIZE(AO), %xmm10	addpd	%xmm9, %xmm1	movapd	32 * SIZE(BO), %xmm9	mulpd	%xmm10, %xmm11	addpd	%xmm11, %xmm0	movapd	26 * SIZE(BO), %xmm11	mulpd	%xmm10, %xmm11	movddup	 7 * SIZE(AO), %xmm10	addpd	%xmm11, %xmm1	movapd	28 * SIZE(BO), %xmm11	mulpd	%xmm10, %xmm11	addpd	%xmm11, %xmm0	movapd	30 * SIZE(BO), %xmm11	mulpd	%xmm10, %xmm11	movddup	12 * SIZE(AO), %xmm10	addpd	%xmm11, %xmm1	movapd	40 * SIZE(BO), %xmm11	addq   $ 8 * SIZE, AO	addq   $32 * SIZE, BO	decq   %rax	jne    .L32	ALIGN_4.L35:#if defined(LT) || defined(RN)	movq	KK, %rax#else	movq	K, %rax	subq	KK, %rax#endif	andq	$7, %rax		# if (k & 1)	BRANCH	je .L38	ALIGN_4.L36:	mulpd	%xmm8, %xmm9	addpd	%xmm9, %xmm0	movapd	 2 * SIZE(BO), %xmm9	mulpd	%xmm8, %xmm9	movddup	 1 * SIZE(AO), %xmm8	addpd	%xmm9, %xmm1	movapd	 4 * SIZE(BO), %xmm9	addq	$1 * SIZE, AO		# aoffset  += 4	addq	$4 * SIZE, BO		# boffset1 += 8	decq	%rax	jg	.L36	ALIGN_4.L38:#if defined(LN) || defined(RT)	movq	KK, %rax#ifdef LN	subq	$1, %rax#else	subq	$4, %rax#endif	leaq	(, %rax, SIZE), %rax	movq	AORIG, AO	leaq	(AO, %rax, 1), AO	leaq	(B,  %rax, 4), BO#endif#if defined(LN) || defined(LT)	movapd	 0 * SIZE(BO), %xmm2	movapd	 2 * SIZE(BO), %xmm3	subpd	%xmm0,  %xmm2	subpd	%xmm1,  %xmm3#else	movapd	 0 * SIZE(AO), %xmm2	movapd	 2 * SIZE(AO), %xmm3	subpd	%xmm0, %xmm2	subpd	%xmm1, %xmm3#endif#ifdef LN	movddup	 0 * SIZE(AO), %xmm0	mulpd	 %xmm0, %xmm2	mulpd	 %xmm0, %xmm3#endif#ifdef LT	movddup	 0 * SIZE(AO), %xmm0	mulpd	 %xmm0, %xmm2	mulpd	 %xmm0, %xmm3#endif#ifdef RN	movapd	%xmm2, %xmm0        unpckhpd %xmm0, %xmm0	movapd	%xmm3, %xmm1        unpckhpd %xmm1, %xmm1	movsd	 0 * SIZE(BO), %xmm4	mulsd	 %xmm4, %xmm2	movsd	 1 * SIZE(BO), %xmm5	mulsd	 %xmm2, %xmm5	subsd	 %xmm5, %xmm0	movsd	 2 * SIZE(BO), %xmm6	mulsd	 %xmm2, %xmm6	subsd	 %xmm6, %xmm3	movsd	 3 * SIZE(BO), %xmm7	mulsd	 %xmm2, %xmm7	subsd	 %xmm7, %xmm1	movsd	 5 * SIZE(BO), %xmm4	mulsd	 %xmm4, %xmm0	movsd	 6 * SIZE(BO), %xmm5	mulsd	 %xmm0, %xmm5	subsd	 %xmm5, %xmm3	movsd	 7 * SIZE(BO), %xmm6	mulsd	 %xmm0, %xmm6	subsd	 %xmm6, %xmm1	movsd	10 * SIZE(BO), %xmm4	mulsd	 %xmm4, %xmm3	movsd	11 * SIZE(BO), %xmm5	mulsd	 %xmm3, %xmm5	subsd	 %xmm5, %xmm1	movsd	15 * SIZE(BO), %xmm4	mulsd	 %xmm4, %xmm1	unpcklpd %xmm0, %xmm2	unpcklpd %xmm1, %xmm3#endif#ifdef RT	movapd	%xmm2, %xmm0        unpckhpd %xmm0, %xmm0	movapd	%xmm3, %xmm1        unpckhpd %xmm1, %xmm1	movsd	15 * SIZE(BO), %xmm4	mulsd	 %xmm4, %xmm1	movsd	14 * SIZE(BO), %xmm5	mulsd	 %xmm1, %xmm5	subsd	 %xmm5, %xmm3	movsd	13 * SIZE(BO), %xmm6	mulsd	 %xmm1, %xmm6

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -