/external/boringssl/linux-x86_64/crypto/aes/ |
aesni-x86_64.S | 10 movups (%rdi),%xmm2 12 movups (%rdx),%xmm0 13 movups 16(%rdx),%xmm1 19 movups (%rdx),%xmm1 25 movups %xmm2,(%rsi) 35 movups (%rdi),%xmm2 37 movups (%rdx),%xmm0 38 movups 16(%rdx),%xmm1 44 movups (%rdx),%xmm1 50 movups %xmm2,(%rsi [all...] |
/external/boringssl/mac-x86_64/crypto/aes/ |
aesni-x86_64.S | 9 movups (%rdi),%xmm2 11 movups (%rdx),%xmm0 12 movups 16(%rdx),%xmm1 18 movups (%rdx),%xmm1 24 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...] |
/external/boringssl/win-x86/crypto/aes/ |
aesni-x86.asm | 24 movups xmm2,[eax] 27 movups xmm0,[edx] 28 movups xmm1,[16+edx] 34 movups xmm1,[edx] 40 movups [eax],xmm2 49 movups xmm2,[eax] 52 movups xmm0,[edx] 53 movups xmm1,[16+edx] 59 movups xmm1,[edx] 65 movups [eax],xmm [all...] |
/external/boringssl/linux-x86/crypto/aes/ |
aesni-x86.S | 12 movups (%eax),%xmm2 15 movups (%edx),%xmm0 16 movups 16(%edx),%xmm1 22 movups (%edx),%xmm1 28 movups %xmm2,(%eax) 40 movups (%eax),%xmm2 43 movups (%edx),%xmm0 44 movups 16(%edx),%xmm1 50 movups (%edx),%xmm1 56 movups %xmm2,(%eax [all...] |
/external/boringssl/mac-x86/crypto/aes/ |
aesni-x86.S | 11 movups (%eax),%xmm2 14 movups (%edx),%xmm0 15 movups 16(%edx),%xmm1 21 movups (%edx),%xmm1 27 movups %xmm2,(%eax) 37 movups (%eax),%xmm2 40 movups (%edx),%xmm0 41 movups 16(%edx),%xmm1 47 movups (%edx),%xmm1 53 movups %xmm2,(%eax [all...] |
/external/boringssl/win-x86_64/crypto/aes/ |
aesni-x86_64.asm | 12 movups xmm2,XMMWORD[rcx] 14 movups xmm0,XMMWORD[r8] 15 movups xmm1,XMMWORD[16+r8] 21 movups xmm1,XMMWORD[r8] 27 movups XMMWORD[rdx],xmm2 36 movups xmm2,XMMWORD[rcx] 38 movups xmm0,XMMWORD[r8] 39 movups xmm1,XMMWORD[16+r8] 45 movups xmm1,XMMWORD[r8] 51 movups XMMWORD[rdx],xmm [all...] |
/external/boringssl/src/crypto/aes/asm/ |
aesni-x86.pl | 71 if ($PREFIX eq "aesni") { $movekey=\&movups; } 72 else { $movekey=\&movups; } 134 &movups ($rndkey0,&QWP(0,$key)); 182 &movups ($inout0,&QWP(0,"eax")); 191 &movups (&QWP(0,"eax"),$inout0); 201 &movups ($inout0,&QWP(0,"eax")); 210 &movups (&QWP(0,"eax"),$inout0); 445 &movups (&QWP(0,$out),$inout0); 447 &movups (&QWP(0x10,$out),$inout1); 449 &movups (&QWP(0x20,$out),$inout2) [all...] |
aesni-x86_64.pl | 193 $movkey = $PREFIX eq "aesni" ? "movups" : "movups"; 262 movups ($inp),$inout0 # load input 269 movups $inout0,($out) # output 278 movups ($inp),$inout0 # load input 285 movups $inout0,($out) # output 624 movups $inout0,($out) # store 8 output blocks 628 movups $inout1,0x10($out) 630 movups $inout2,0x20($out) 632 movups $inout3,0x30($out [all...] |
/external/llvm/test/MC/COFF/ |
seh.s | 133 movups %xmm8, (%rsp)
|
/external/llvm/test/tools/llvm-objdump/Inputs/ |
win64-unwind.exe.coff-x86_64.asm | 11 movups %xmm8, (%rsp)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
x86-64-avx-swap.s | 24 movups %xmm8,%xmm6 56 movups xmm6,xmm8
|
katmai.s | 92 movups %xmm3,%xmm2 93 movups %xmm4,(%edx) 94 movups 0x0(%ebp),%xmm4
|
opts.s | 148 movups %xmm4,%xmm6 149 movups.s %xmm4,%xmm6 264 movups xmm6,xmm4 265 movups.s xmm6,xmm4
|
x86-64-opts.s | 184 movups %xmm4,%xmm6 185 movups.s %xmm4,%xmm6 318 movups xmm6,xmm4 319 movups.s xmm6,xmm4
|
katmai.d | 96 15b: 0f 10 d3 [ ]*movups %xmm3,%xmm2 97 15e: 0f 11 22 [ ]*movups %xmm4,\(%edx\) 98 161: 0f 10 65 00 [ ]*movups 0x0\(%ebp\),%xmm4
|
/external/llvm/test/MC/AsmParser/ |
directive_seh.s | 17 movups %xmm8, (%rsp)
|
/development/perftests/panorama/feature_stab/db_vlvm/ |
db_feature_detection.cpp | [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_feature_detection.cpp | [all...] |
/external/valgrind/memcheck/tests/x86/ |
sse1_memory.stdout.exp | 291 r movups 96e291c4b34bd6f074b25975738c6874 25afd08bfe8072b1f3ff3df567ba7e1d 96e291c4b34bd6f074b25975738c6874 292 r movups 69ef3969c999dd1d2b5ebe969b9a4e7e 88f0472664fdbfe0addf9f3d58aa7c2e 69ef3969c999dd1d2b5ebe969b9a4e7e 293 r movups 9c2c1d7018c0da484d291a1d178ad205 3b3608e38dde674475a1361bd5f8ad64 9c2c1d7018c0da484d291a1d178ad205 294 r movups 22b485b85f011eb6e0fc4538b36ed3a0 54397a415705dcc46fcefa5ecc5510f4 22b485b85f011eb6e0fc4538b36ed3a0 295 r movups 50821a00ba7f5a8f48a277f89a3992c5 4595689eff34ee251fd243b3895508f7 50821a00ba7f5a8f48a277f89a3992c5 296 m movups 5735d08d1235385bb764129300c5c532 db6fe5e6a43d9dd94ac64a485bbeafca 5735d08d1235385bb764129300c5c532 297 m movups 712fa3228155837eed703569fe0c650b d6374ee9fb1e597a09f1b6fae0af2ce7 712fa3228155837eed703569fe0c650b 298 m movups f46598d14c90814e489664cd21689080 b8741d67fae35e3a0a9013ba779e6931 f46598d14c90814e489664cd21689080 299 m movups f39117184fcaa4b1ec60988d558c46c9 53a07c9e3f2fdcbd33ec1a17cdfe26a0 f39117184fcaa4b1ec60988d558c46c9 300 m movups e44ee857c7c4bc6e5f392958e70be7fb de16f1adc685648cc62fe380ed228309 e44ee857c7c4bc6e5f392958e70be7f [all...] |
/external/mesa3d/src/mesa/x86-64/ |
xform4.S | 82 movups (%rdx), %xmm8 /* ox | oy | oz | ow */ 168 movups (%rdx), %xmm8 /* ox | oy | oz | ow */
|
/external/boringssl/linux-x86/crypto/modes/ |
ghash-x86.S | 998 movups (%edx),%xmm2 1000 movups 32(%edx),%xmm4 1075 movups 16(%edx),%xmm2 1089 movups (%edx),%xmm2 1114 movups 32(%edx),%xmm5 1127 movups 16(%edx),%xmm2 1177 movups (%edx),%xmm2
|
/external/boringssl/mac-x86/crypto/modes/ |
ghash-x86.S | 987 movups (%edx),%xmm2 989 movups 32(%edx),%xmm4 1062 movups 16(%edx),%xmm2 1076 movups (%edx),%xmm2 1101 movups 32(%edx),%xmm5 1114 movups 16(%edx),%xmm2 1164 movups (%edx),%xmm2
|
/external/boringssl/src/crypto/modes/asm/ |
ghash-x86.pl | 985 &movups ($Hkey,&QWP(0,$Htbl)); 987 &movups ($T2,&QWP(32,$Htbl)); 1037 &movups ($Hkey,&QWP(16,$Htbl)); # load H^2 1053 &movups ($Hkey,&QWP(0,$Htbl)); # load H 1082 &movups ($T3,&QWP(32,$Htbl)); 1095 &movups ($Hkey,&QWP(16,$Htbl)); # load H^2 1135 &movups ($Hkey,&QWP(0,$Htbl)); # load H [all...] |
/external/boringssl/win-x86/crypto/modes/ |
ghash-x86.asm | 994 movups xmm2,[edx] 996 movups xmm4,[32+edx] 1068 movups xmm2,[16+edx] 1082 movups xmm2,[edx] 1107 movups xmm5,[32+edx] 1120 movups xmm2,[16+edx] 1170 movups xmm2,[edx]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/ |
x86-64-opts-intel.d | 183 [ ]*[a-f0-9]+: 0f 10 f4 movups xmm6,xmm4 184 [ ]*[a-f0-9]+: 0f 11 e6 movups.s xmm6,xmm4 305 [ ]*[a-f0-9]+: 0f 10 f4 movups xmm6,xmm4 306 [ ]*[a-f0-9]+: 0f 11 e6 movups.s xmm6,xmm4
|