/external/llvm/test/CodeGen/X86/ |
small-byval-memcpy.ll | 2 ; RUN: llc < %s -mtriple=i386-apple-darwin -mcpu=nehalem | grep movups | count 2
|
swizzle.ll | 3 ; RUN: llc < %s -march=x86 -mattr=+sse2 | not grep movups
|
2008-07-19-movups-spills.ll | 4 ; Verify that movups is still generated with an aligned stack for the globals 44 ; CHECK: movups 45 ; CHECK: movups 46 ; CHECK: movups 47 ; CHECK: movups 48 ; CHECK: movups 49 ; CHECK: movups 50 ; CHECK: movups 51 ; CHECK: movups 52 ; CHECK: movups [all...] |
2011-10-18-FastISel-VectorParams.ll | 23 ; CHECK: movups {{%xmm[0-7]}}, (%esp)
|
unaligned-load.ll | 30 ; COREI7: movups _.str3
|
fast-isel-store.ll | 37 ; CHECK: movups
|
sse-align-12.ll | 20 ; CHECK: movups
|
vec_shuffle.ll | 16 ; CHECK: movups 8(%esp)
|
sse2.ll | 119 ; CHECK: movups (%eax), %xmm0 129 ; CHECK: movups 8(%esp), %xmm0
|
/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/Camera2/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/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
ssewidth.asm | 278 movups xmm1, xmm2 label 279 movups xmm1, dqword [rbx] label 280 movups dqword [rbx], xmm2 label
|
/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/ |
aesni-sha1-x86_64.pl | 204 movups ($key),$rndkey0 # $key[0] 205 movups 16($key),$rndkey[0] # forward reference 214 movups `16*$n`($in0),$in # load input 218 movups $iv,`16*($n-1)`($out,$in0) # write output 223 movups `32+16*$k`($key),$rndkey[1] 230 movups `32+16*($k+0)`($key),$rndkey[1] 232 movups `32+16*($k+1)`($key),$rndkey[0] 235 movups `32+16*($k+2)`($key),$rndkey[1] 237 movups `32+16*($k+3)`($key),$rndkey[0] 241 movups 16($key),$rndkey[1] # forward referenc [all...] |
/external/openssl/crypto/aes/asm/ |
aesni-sha1-x86_64.pl | 204 movups ($key),$rndkey0 # $key[0] 205 movups 16($key),$rndkey[0] # forward reference 214 movups `16*$n`($in0),$in # load input 218 movups $iv,`16*($n-1)`($out,$in0) # write output 223 movups `32+16*$k`($key),$rndkey[1] 230 movups `32+16*($k+0)`($key),$rndkey[1] 232 movups `32+16*($k+1)`($key),$rndkey[0] 235 movups `32+16*($k+2)`($key),$rndkey[1] 237 movups `32+16*($k+3)`($key),$rndkey[0] 241 movups 16($key),$rndkey[1] # forward referenc [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
common_x86_asm.S | 204 MOVUPS ( REGIND( ESP ), XMM1 )
|
/external/llvm/test/MC/COFF/ |
seh.s | 114 movups %xmm8, (%rsp)
|
/external/llvm/test/tools/llvm-objdump/ |
win64-unwind-data.s | 64 movups %xmm8, (%rsp)
|
/external/mesa3d/src/mesa/x86/ |
common_x86_asm.S | 204 MOVUPS ( REGIND( ESP ), XMM1 )
|
/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...] |
/external/elfutils/tests/ |
testfile44.expect.bz2 | |
/external/chromium_org/third_party/mesa/src/src/mesa/x86-64/ |
xform4.S | 82 movups (%rdx), %xmm8 /* ox | oy | oz | ow */ 168 movups (%rdx), %xmm8 /* ox | oy | oz | ow */
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
x86-gf2m.pl | 214 &movups ("xmm0",&QWP(8,"esp")); 218 &movups (&QWP(0,"eax"),"xmm0");
|