Home
last modified time | relevance | path

Searched refs:movups (Results 1 – 25 of 39) sorted by relevance

12

/third_party/openssl/crypto/aes/asm/x86_64/
Daesni-x86_64.s8 movups (%rdi),%xmm2
10 movups (%rdx),%xmm0
11 movups 16(%rdx),%xmm1
17 movups (%rdx),%xmm1
23 movups %xmm2,(%rsi)
34 movups (%rdi),%xmm2
36 movups (%rdx),%xmm0
37 movups 16(%rdx),%xmm1
43 movups (%rdx),%xmm1
49 movups %xmm2,(%rsi)
[all …]
Daesni-sha1-x86_64.s94 movups -112(%r15),%xmm15
95 movups 16-112(%r15),%xmm0
100 movups 0(%r12),%xmm14
103 movups -80(%r15),%xmm1
130 movups -64(%r15),%xmm0
157 movups -48(%r15),%xmm1
186 movups -32(%r15),%xmm0
212 movups -16(%r15),%xmm1
241 movups 0(%r15),%xmm0
267 movups 16(%r15),%xmm1
[all …]
Daesni-mb-x86_64.s90 movups 16-120(%rsi),%xmm1
92 movups 32-120(%rsi),%xmm0
124 movups 48-120(%rsi),%xmm1
132 movups -56(%rsi),%xmm0
140 movups -40(%rsi),%xmm1
148 movups -24(%rsi),%xmm0
156 movups -8(%rsi),%xmm1
166 movups 128-120(%rsi),%xmm0
177 movups 144-120(%rsi),%xmm1
185 movups 160-120(%rsi),%xmm0
[all …]
Daesni-sha256-x86_64.s4093 movups (%rcx),%xmm15
4094 movups (%r8),%xmm6
4095 movups 16(%rcx),%xmm4
4120 movups 0(%rdi),%xmm14
4123 movups -80(%rcx),%xmm5
4127 movups -64(%rcx),%xmm4
4135 movups -48(%rcx),%xmm5
4139 movups -32(%rcx),%xmm4
4147 movups -16(%rcx),%xmm5
4154 movups 0(%rcx),%xmm4
[all …]
/third_party/openssl/crypto/aes/asm/
Daesni-x86.pl88 if ($PREFIX eq "aesni") { $movekey=\&movups; }
89 else { $movekey=\&movups; }
150 &movups ($rndkey0,&QWP(0,$key));
197 &movups ($inout0,&QWP(0,"eax"));
206 &movups (&QWP(0,"eax"),$inout0);
216 &movups ($inout0,&QWP(0,"eax"));
225 &movups (&QWP(0,"eax"),$inout0);
459 &movups (&QWP(0,$out),$inout0);
461 &movups (&QWP(0x10,$out),$inout1);
463 &movups (&QWP(0x20,$out),$inout2);
[all …]
/third_party/openssl/engines/asm/
De_padlock-x86.pl304 &movups ("xmm1",&QWP(0,$inp,$len));
307 &movups (&QWP(-16,$out,$len),"xmm1");
466 &movups ("xmm0",&QWP(0,"edi")); # copy-in context
482 &movups (&QWP(0,"edi"),"xmm0"); # copy-out context
497 &movups ("xmm0",&QWP(0,"edi")); # copy-in context
509 &movups (&QWP(0,"edi"),"xmm0"); # copy-out context
530 &movups ("xmm0",&QWP(0,"edi")); # copy-in context
532 &movups ("xmm1",&QWP(16,"edi"));
546 &movups (&QWP(0,"edi"),"xmm0"); # copy-out context
547 &movups (&QWP(16,"edi"),"xmm1");
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DXmmArith.cpp135 __ movups(Encoded_Xmm_##Dst(), dwordAddress(T0)); \ in TEST_F()
136 __ movups(Encoded_Xmm_##Src(), dwordAddress(T1)); \ in TEST_F()
160 __ movups(Encoded_Xmm_##Dst(), dwordAddress(T0)); \ in TEST_F()
181 __ movups(Encoded_Xmm_##Dst(), dwordAddress(T0)); \ in TEST_F()
204 __ movups(Encoded_Xmm_##Dst(), dwordAddress(T0)); \ in TEST_F()
205 __ movups(Encoded_Xmm_##Src(), dwordAddress(T1)); \ in TEST_F()
229 __ movups(Encoded_Xmm_##Dst(), dwordAddress(T0)); \ in TEST_F()
424 __ movups(Encoded_Xmm_##Dst(), dwordAddress(T0)); \ in TEST_F()
425 __ movups(Encoded_Xmm_##Src(), dwordAddress(T1)); \ in TEST_F()
448 __ movups(Encoded_Xmm_##Dst(), dwordAddress(T0)); \ in TEST_F()
[all …]
DTestUtil.h1087 __ movups(xmm0SlotAddress(), Encoded_Xmm_xmm0()); in addEpilogue()
1088 __ movups(xmm1SlotAddress(), Encoded_Xmm_xmm1()); in addEpilogue()
1089 __ movups(xmm2SlotAddress(), Encoded_Xmm_xmm2()); in addEpilogue()
1090 __ movups(xmm3SlotAddress(), Encoded_Xmm_xmm3()); in addEpilogue()
1091 __ movups(xmm4SlotAddress(), Encoded_Xmm_xmm4()); in addEpilogue()
1092 __ movups(xmm5SlotAddress(), Encoded_Xmm_xmm5()); in addEpilogue()
1093 __ movups(xmm6SlotAddress(), Encoded_Xmm_xmm6()); in addEpilogue()
1094 __ movups(xmm7SlotAddress(), Encoded_Xmm_xmm7()); in addEpilogue()
1095 __ movups(xmm8SlotAddress(), Encoded_Xmm_xmm8()); in addEpilogue()
1096 __ movups(xmm9SlotAddress(), Encoded_Xmm_xmm9()); in addEpilogue()
[all …]
DDataMov.cpp1144 __ movups(Encoded_Xmm_##Dst(), dwordAddress(T0)); \ in TEST_F()
1184 __ movups(Encoded_Xmm_##Src(), dwordAddress(T0)); \ in TEST_F()
1185 __ movups(dwordAddress(T1), Encoded_Xmm_##Src()); \ in TEST_F()
1226 __ movups(Encoded_Xmm_##Src(), dwordAddress(T0)); \ in TEST_F()
1227 __ movups(Encoded_Xmm_##Dst(), dwordAddress(T1)); \ in TEST_F()
1228 __ movups(Encoded_Xmm_##Dst(), Encoded_Xmm_##Src()); \ in TEST_F()
1269 __ movups(Encoded_Xmm_##Src(), dwordAddress(T0)); \ in TEST_F()
1270 __ movups(Encoded_Xmm_##Dst(), dwordAddress(T1)); \ in TEST_F()
1313 __ movups(Encoded_Xmm_##Dst(), dwordAddress(T0)); \ in TEST_F()
1314 __ movups(Encoded_Xmm_##Src(), dwordAddress(T1)); \ in TEST_F()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DXmmArith.cpp134 __ movups(XmmRegister::Encoded_Reg_##Dst, dwordAddress(T0)); \ in TEST_F()
135 __ movups(XmmRegister::Encoded_Reg_##Src, dwordAddress(T1)); \ in TEST_F()
160 __ movups(XmmRegister::Encoded_Reg_##Dst, dwordAddress(T0)); \ in TEST_F()
182 __ movups(XmmRegister::Encoded_Reg_##Dst, dwordAddress(T0)); \ in TEST_F()
205 __ movups(XmmRegister::Encoded_Reg_##Dst, dwordAddress(T0)); \ in TEST_F()
206 __ movups(XmmRegister::Encoded_Reg_##Src, dwordAddress(T1)); \ in TEST_F()
231 __ movups(XmmRegister::Encoded_Reg_##Dst, dwordAddress(T0)); \ in TEST_F()
419 __ movups(XmmRegister::Encoded_Reg_##Dst, dwordAddress(T0)); \ in TEST_F()
420 __ movups(XmmRegister::Encoded_Reg_##Src, dwordAddress(T1)); \ in TEST_F()
444 __ movups(XmmRegister::Encoded_Reg_##Dst, dwordAddress(T0)); \ in TEST_F()
[all …]
DTestUtil.h848 __ movups(xmm0SlotAddress(), XmmRegister::Encoded_Reg_xmm0); in addEpilogue()
849 __ movups(xmm1SlotAddress(), XmmRegister::Encoded_Reg_xmm1); in addEpilogue()
850 __ movups(xmm2SlotAddress(), XmmRegister::Encoded_Reg_xmm2); in addEpilogue()
851 __ movups(xmm3SlotAddress(), XmmRegister::Encoded_Reg_xmm3); in addEpilogue()
852 __ movups(xmm4SlotAddress(), XmmRegister::Encoded_Reg_xmm4); in addEpilogue()
853 __ movups(xmm5SlotAddress(), XmmRegister::Encoded_Reg_xmm5); in addEpilogue()
854 __ movups(xmm6SlotAddress(), XmmRegister::Encoded_Reg_xmm6); in addEpilogue()
855 __ movups(xmm7SlotAddress(), XmmRegister::Encoded_Reg_xmm7); in addEpilogue()
DDataMov.cpp796 __ movups(XmmRegister::Encoded_Reg_##Dst, dwordAddress(T0)); \ in TEST_F()
828 __ movups(XmmRegister::Encoded_Reg_##Src, dwordAddress(T0)); \ in TEST_F()
829 __ movups(dwordAddress(T1), XmmRegister::Encoded_Reg_##Src); \ in TEST_F()
862 __ movups(XmmRegister::Encoded_Reg_##Src, dwordAddress(T0)); \ in TEST_F()
863 __ movups(XmmRegister::Encoded_Reg_##Dst, dwordAddress(T1)); \ in TEST_F()
864 __ movups(XmmRegister::Encoded_Reg_##Dst, XmmRegister::Encoded_Reg_##Src); \ in TEST_F()
897 __ movups(XmmRegister::Encoded_Reg_##Src, dwordAddress(T0)); \ in TEST_F()
898 __ movups(XmmRegister::Encoded_Reg_##Dst, dwordAddress(T1)); \ in TEST_F()
933 __ movups(XmmRegister::Encoded_Reg_##Dst, dwordAddress(T0)); \ in TEST_F()
934 __ movups(XmmRegister::Encoded_Reg_##Src, dwordAddress(T1)); \ in TEST_F()
[all …]
/third_party/ffmpeg/libavcodec/x86/
Dopusdsp.asm87 movups m3, [dataq + periodq]
91 movups m4, [dataq + periodq + 4]
92 movups m5, [dataq + periodq + 8]
93 movups m6, [dataq + periodq + 12]
94 movups m7, [dataq + periodq + 16]
Dmdct15.asm175movups m0, [expq + offset_pq*8] ; exp[p0].re, exp[p0].im, exp[p1].re, exp[p1].im, exp[p2].re, …
176movups m1, [expq + offset_nq*8] ; exp[n3].re, exp[n3].im, exp[n2].re, exp[n2].im, exp[n1].re, …
204 movups [outq + offset_nq*8], m3
205 movups [outq + offset_pq*8], m5
/third_party/ffmpeg/libavfilter/x86/
Daf_anlmdn.asm49 movups m1, [f1q + xq]
50 movups m2, [f2q + xq]
Davf_showcqt.asm51 movups m%5, [srcq + 8 * iq - mmsize + 8]
52 movups m%7, [srcq + 8 * iq - 2*mmsize + 8]
/third_party/openssl/crypto/modes/asm/
Dghash-x86.pl986 &movups ($Hkey,&QWP(0,$Htbl));
988 &movups ($T2,&QWP(32,$Htbl));
1038 &movups ($Hkey,&QWP(16,$Htbl)); # load H^2
1054 &movups ($Hkey,&QWP(0,$Htbl)); # load H
1083 &movups ($T3,&QWP(32,$Htbl));
1096 &movups ($Hkey,&QWP(16,$Htbl)); # load H^2
1136 &movups ($Hkey,&QWP(0,$Htbl)); # load H
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djchuff-sse2.asm274 movups xmm3, XMMWORD [block + 0 * SIZEOF_WORD] ;D: w3 = xx 01 02 03 04 05 06 07
281 movups xmm1, XMMWORD [block + 8 * SIZEOF_WORD] ;B: w1 = 08 09 10 11 12 13 14 15
303 movups xmm3, XMMWORD [block + 0 * SIZEOF_WORD] ;D: w3 = xx 01 02 03 04 05 06 07
310 movups xmm1, XMMWORD [block + 8 * SIZEOF_WORD] ;B: w1 = 08 09 10 11 12 13 14 15
333 movups xmm5, XMMWORD [block + 48 * SIZEOF_WORD] ;H: w5 = 48 49 50 51 52 53 54 55
386 movups xmm0, XMMWORD [block + 56 * SIZEOF_WORD] ;H: w0 = 56 57 58 59 60 61 62 63
/third_party/openssl/crypto/bn/asm/
Dx86-gf2m.pl224 &movups ("xmm0",&QWP(8,"esp"));
228 &movups (&QWP(0,"eax"),"xmm0");
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/
Dsse.h423 #define movups_m2r(var, reg) sse_m2r(movups, var, reg)
424 #define movups_r2m(reg, var) sse_r2m(movups, reg, var)
425 #define movups_r2r(regs, regd) sse_r2r(movups, regs, regd)
426 #define movups(vars, vard) \ macro
/third_party/mesa3d/src/mesa/x86-64/
Dxform4.S90 movups (%rdx), %xmm8 /* ox | oy | oz | ow */
176 movups (%rdx), %xmm8 /* ox | oy | oz | ow */
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DREADME.SIMD.rst60 * Vector "mov" instructions can be diversified (eg. movdqu instead of movups)
DIceAssemblerX8632.h519 void movups(XmmRegister dst, XmmRegister src);
520 void movups(XmmRegister dst, const AsmAddress &src);
521 void movups(const AsmAddress &dst, XmmRegister src);
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/assembly/avx/
DConvDwFp32BorderAvx.S172 movups %xmm8, (%rdx)
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djchuff-sse2.asm365 movups xmm3, XMMWORD [block + 0 * SIZEOF_WORD] ;D: w3 = xx 01 02 03 04 05 06 07
371 movups xmm1, XMMWORD [block + 8 * SIZEOF_WORD] ;B: w1 = 08 09 10 11 12 13 14 15
389 movups xmm5, XMMWORD [block + 48 * SIZEOF_WORD] ;H: w5 = 48 49 50 51 52 53 54 55
443 movups xmm0, XMMWORD [block + 56 * SIZEOF_WORD] ;H: w0 = 56 57 58 59 60 61 62 63

12