/external/v8/src/ |
platform-openbsd.cc | 125 // that requires 16 byte alignment such as movdqa on x86.
|
platform-solaris.cc | 119 // GCC generates code that requires 16 byte alignment such as movdqa.
|
platform-linux.cc | 294 // that requires 16 byte alignment such as movdqa on x86. [all...] |
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_feature_matching.cpp | 872 movdqa [ecx+0*22],xmm7 \/* move short values to patch *\/ local 873 movdqa [ecx+0*22+16],xmm6 \/* move short values to patch *\/ local 1040 movdqa [ecx+8*22],xmm7 \/* move short values to patch *\/ local 1041 movdqa [ecx+8*22+16],xmm6 \/* move short values to patch *\/ local [all...] |
/packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/ |
db_feature_matching.cpp | 872 movdqa [ecx+0*22],xmm7 \/* move short values to patch *\/ local 873 movdqa [ecx+0*22+16],xmm6 \/* move short values to patch *\/ local 1040 movdqa [ecx+8*22],xmm7 \/* move short values to patch *\/ local 1041 movdqa [ecx+8*22+16],xmm6 \/* move short values to patch *\/ local [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_feature_matching.cpp | 872 movdqa [ecx+0*22],xmm7 \/* move short values to patch *\/ local 873 movdqa [ecx+0*22+16],xmm6 \/* move short values to patch *\/ local 1040 movdqa [ecx+8*22],xmm7 \/* move short values to patch *\/ local 1041 movdqa [ecx+8*22+16],xmm6 \/* move short values to patch *\/ local [all...] |
/external/llvm/lib/Target/X86/ |
X86InstrSSE.td | [all...] |
README.txt | [all...] |
/external/elfutils/libcpu/defs/ |
i386 | 746 01100110,00001111,01101111,{Mod}{xmmreg}{R_m}:movdqa {Mod}{R_m},{xmmreg} 766 01100110,00001111,01111111,{Mod}{xmmreg}{R_m}:movdqa {xmmreg},{Mod}{R_m} [all...] |
/external/v8/src/ia32/ |
assembler-ia32.cc | 2109 void Assembler::movdqa(const Operand& dst, XMMRegister src) { function in class:v8::internal::Assembler 2119 void Assembler::movdqa(XMMRegister dst, const Operand& src) { function in class:v8::internal::Assembler [all...] |
disasm-ia32.cc | [all...] |
/external/v8/src/x64/ |
assembler-x64.h | [all...] |
disasm-x64.cc | 1068 AppendToBuffer("movdqa %s,", [all...] |
assembler-x64.cc | 2571 void Assembler::movdqa(const Operand& dst, XMMRegister src) { function in class:v8::internal::Assembler 2581 void Assembler::movdqa(XMMRegister dst, const Operand& src) { function in class:v8::internal::Assembler [all...] |
/external/qemu/target-i386/ |
translate.c | [all...] |
/external/llvm/test/MC/X86/ |
x86-32-coverage.s | 1331 // CHECK: movdqa 3735928559(%ebx,%ecx,8), %xmm5 1332 movdqa 0xdeadbeef(%ebx,%ecx,8),%xmm5 1334 // CHECK: movdqa %xmm5, %xmm5 1335 movdqa %xmm5,%xmm5 1337 // CHECK: movdqa %xmm5, 3735928559(%ebx,%ecx,8) 1338 movdqa %xmm5,0xdeadbeef(%ebx,%ecx,8) 1340 // CHECK: movdqa %xmm5, %xmm5 1341 movdqa %xmm5,%xmm5 [all...] |
/external/valgrind/main/VEX/priv/ |
guest_x86_toIR.c | [all...] |
guest_amd64_toIR.c | [all...] |
/external/qemu/ |
i386-dis.c | [all...] |
/external/valgrind/main/ |
NEWS | 572 153699 Valgrind should report unaligned reads with movdqa [all...] |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/bin/ |
i686-linux-android-as | |
i686-linux-android-objdump | |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/i686-linux-android/bin/ |
as | |
objdump | |