/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/openssl/crypto/bn/asm/ |
x86-gf2m.pl | 214 &movups ("xmm0",&QWP(8,"esp")); 218 &movups (&QWP(0,"eax"),"xmm0");
|
x86_64-mont5.pl | 990 movups %xmm0,512($context) # restore context->Xmm6 991 movups %xmm1,528($context) # restore context->Xmm7
|
/external/flac/libFLAC/ia32/ |
lpc_asm.nasm | 482 movups [edx], xmm5 540 movups [edx], xmm5 541 movups [edx + 16], xmm6 613 movups [edx], xmm5 614 movups [edx + 16], xmm6 615 movups [edx + 32], xmm7 [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
sse_xform1.S | 86 MOVUPS( XMM2, D(0) )
|
assyntax.h | [all...] |
/external/llvm/test/CodeGen/X86/ |
memcpy-2.ll | 23 ; SSE2-Mingw32: movups %xmm0
|
MergeConsecutiveStores.ll | 254 ;CHECK: movups 256 ;CHECK: movups
|
/external/mesa3d/src/mesa/x86/ |
sse_xform1.S | 86 MOVUPS( XMM2, D(0) )
|
/external/llvm/test/MC/Disassembler/X86/ |
x86-32.txt | 241 # CHECK: movups %xmm1, %xmm0 244 # CHECK: movups %xmm0, %xmm1
|
simple-tests.txt | 209 # CHECK: movups %xmm1, %xmm0 212 # CHECK: movups %xmm0, %xmm1
|
/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/none/tests/amd64/ |
insn_sse.def | 85 movups xmm.ps[12.34,56.78,43.21,87.65] xmm.ps[11.11,22.22,33.33,44.44] => 1.ps[12.34,56.78,43.21,87.65] 86 movups m128.ps[12.34,56.78,43.21,87.65] xmm.ps[11.11,22.22,33.33,44.44] => 1.ps[12.34,56.78,43.21,87.65]
|
/external/valgrind/main/none/tests/x86/ |
insn_sse.def | 85 movups xmm.ps[12.34,56.78,43.21,87.65] xmm.ps[11.11,22.22,33.33,44.44] => 1.ps[12.34,56.78,43.21,87.65] 86 movups m128.ps[12.34,56.78,43.21,87.65] xmm.ps[11.11,22.22,33.33,44.44] => 1.ps[12.34,56.78,43.21,87.65]
|
/external/chromium_org/third_party/openssl/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/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
avx.asm | 1006 movups xmm1, xmm2 label 1007 movups xmm1, [rax] label 1008 movups xmm1, dqword [rax] label 1012 movups [rax], xmm2 label 1013 movups dqword [rax], xmm2 label [all...] |
/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/valgrind/main/memcheck/tests/amd64/ |
sse_memory.c | 222 TEST_INSN( &AllMask, 16,movups)
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
x86_64-mont5.pl | 990 movups %xmm0,512($context) # restore context->Xmm6 991 movups %xmm1,528($context) # restore context->Xmm7
|
/external/elfutils/libcpu/defs/ |
i386 | 620 00001111,00010000,{Mod}{xmmreg}{R_m}:movups {Mod}{R_m},{xmmreg} 624 00001111,00010001,{Mod}{xmmreg}{R_m}:movups {xmmreg},{Mod}{R_m} [all...] |
/art/runtime/ |
disassembler_x86.cc | 240 opcode << "movups";
|
/external/llvm/lib/Target/X86/ |
X86InstrSSE.td | [all...] |
/external/libvpx/libvpx/third_party/x86inc/ |
x86inc.asm | 691 %define movu movups
|
/external/qemu/target-i386/ |
translate.c | [all...] |
/external/chromium_org/sandbox/win/src/sidestep/ |
ia32_opcode_map.cpp | [all...] |