HomeSort by relevance Sort by last modified time
    Searched refs:movups (Results 1 - 14 of 14) sorted by null

  /external/openssl/crypto/aes/asm/
aesni-x86.pl 57 if ($PREFIX eq "aesni") { $movekey=*movups; }
58 else { $movekey=*movups; }
120 &movups ($rndkey0,&QWP(0,$key));
168 &movups ($inout0,&QWP(0,"eax"));
175 &movups (&QWP(0,"eax"),$inout0);
184 &movups ($inout0,&QWP(0,"eax"));
191 &movups (&QWP(0,"eax"),$inout0);
389 &movups (&QWP(0,$out),$inout0);
391 &movups (&QWP(0x10,$out),$inout1);
393 &movups (&QWP(0x20,$out),$inout2)
    [all...]
aesni-x86_64.pl 177 $movkey = $PREFIX eq "aesni" ? "movups" : "movups";
245 movups ($inp),$inout0 # load input
250 movups $inout0,($out) # output
258 movups ($inp),$inout0 # load input
263 movups $inout0,($out) # output
556 movups $inout0,($out)
560 movups $inout1,0x10($out)
562 movups $inout2,0x20($out)
564 movups $inout3,0x30($out
    [all...]
aesni-sha1-x86_64.pl 203 movups ($key),$rndkey0 # $key[0]
204 movups 16($key),$rndkey[0] # forward reference
213 movups `16*$n`($in0),$in # load input
217 movups $iv,`16*($n-1)`($out,$in0) # write output
222 movups `32+16*$k`($key),$rndkey[1]
229 movups `32+16*($k+0)`($key),$rndkey[1]
231 movups `32+16*($k+1)`($key),$rndkey[0]
234 movups `32+16*($k+2)`($key),$rndkey[1]
236 movups `32+16*($k+3)`($key),$rndkey[0]
240 movups 16($key),$rndkey[1] # forward referenc
    [all...]
  /external/llvm/test/MC/COFF/
seh.s 34 movups %xmm8, (%rsp)
  /external/llvm/test/MC/AsmParser/
directive_seh.s 30 movups %xmm8, (%rsp)
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp     [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp     [all...]
  /external/valgrind/main/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/openssl/crypto/bn/asm/
x86-gf2m.pl 214 &movups ("xmm0",&QWP(8,"esp"));
218 &movups (&QWP(0,"eax"),"xmm0");
x86_64-mont5.pl 989 movups %xmm0,512($context) # restore context->Xmm6
990 movups %xmm1,528($context) # restore context->Xmm7
  /external/openssl/crypto/modes/asm/
ghash-x86.pl 965 &movups ($Hkey,&QWP(0,$Htbl));
1008 &movups ($Hkey,&QWP(16,$Htbl)); # load H^2
1017 &movups ($Hkey,&QWP(0,$Htbl)); # load H
1058 &movups ($Hkey,&QWP(16,$Htbl)); # load H^2
1084 &movups ($Hkey,&QWP(0,$Htbl)); # load H
    [all...]
  /external/llvm/test/MC/X86/
x86-32-coverage.s 989 // CHECK: movups 3735928559(%ebx,%ecx,8), %xmm5
990 movups 0xdeadbeef(%ebx,%ecx,8),%xmm5
992 // CHECK: movups %xmm5, %xmm5
993 movups %xmm5,%xmm5
995 // CHECK: movups %xmm5, 3735928559(%ebx,%ecx,8)
996 movups %xmm5,0xdeadbeef(%ebx,%ecx,8)
998 // CHECK: movups %xmm5, %xmm5
999 movups %xmm5,%xmm5
    [all...]
  /external/valgrind/main/memcheck/tests/amd64/
sse_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...]
sse_memory.c 222 TEST_INSN( &AllMask, 16,movups)

Completed in 682 milliseconds