HomeSort by relevance Sort by last modified time
    Searched refs:movq (Results 226 - 250 of 261) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/valgrind/main/VEX/test/
mmxtest.c 90 __asm__ __volatile__ ("movq %%" #reg ", %0" \
97 __asm__ __volatile__ ("movq %%" #reg ", %0" \
106 __asm__ __volatile__ ("movq %%" #reg ", %0" \
122 __asm__ __volatile__ ("movq %%" #regs ", %0" \
126 __asm__ __volatile__ ("movq %%" #regd ", %0" \
131 __asm__ __volatile__ ("movq %%" #regd ", %0" \
144 __asm__ __volatile__ ("movq %0, %%mm0\n\t" \
146 "movq %%mm0, %0" \
172 __asm__ __volatile__ ("movq %0, %%mm0\n\t" \
174 "movq %%mm0, %0"
188 #define movq macro
    [all...]
  /external/zlib/src/contrib/inflate86/
inffast.S 895 movq lmask_mm, lmask2_mm
897 movq dmask_mm, dmask2_mm
928 movq lmask2_mm, lmask_mm
977 movq dmask2_mm, dmask_mm
    [all...]
  /system/core/libcutils/arch-x86/
sse2-memset16-atom.S 651 movq %xmm0, -8(%edx)
672 movq %xmm0, -10(%edx)
694 movq %xmm0, -12(%edx)
716 movq %xmm0, -14(%edx)
sse2-memset32-atom.S 488 movq %xmm0, -8(%edx)
508 movq %xmm0, -12(%edx)
  /external/chromium_org/third_party/x86inc/
x86inc.asm 565 %define mova movq
566 %define movu movq
592 %define movh movq
760 %define %%regmov movq
990 ; MOVq %1 (xmm), %2 (reg)
991 ; MOVq %1 (reg), %2 (xmm)
994 %macro MOVq 2
996 movq %1, %2
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
ssewidth.asm 254 movq xmm1, xmm2 label
255 movq xmm1, qword [rbx] label
256 movq qword [rbx], xmm2 label
avx.asm 788 movq xmm1, rax label
789 movq xmm1, [rax] label
790 movq xmm1, qword [rax] label
794 movq rax, xmm2 label
795 movq [rax], xmm2 label
796 movq qword [rax], xmm2 label
801 movq xmm1, xmm2 label
802 movq xmm1, [rax] label
803 movq xmm1, qword [rax] label
807 movq [rax], xmm label
808 movq qword [rax], xmm1 label
    [all...]
  /dalvik/vm/compiler/codegen/x86/libenc/
encoder.h 518 ENCODER_DECLARE_EXPORT char * movq(char * stream, const RM_Opnd & rm, const XMM_Opnd & xmm);
519 ENCODER_DECLARE_EXPORT char * movq(char * stream, const XMM_Opnd & xmm, const RM_Opnd & rm);
encoder.inl 340 ENCODER_DECLARE_EXPORT char * movq(char * stream, const RM_Opnd & rm, const XMM_Opnd & xmm) {
347 ENCODER_DECLARE_EXPORT char * movq(char * stream, const XMM_Opnd & xmm, const RM_Opnd & rm) {
  /external/zlib/src/contrib/masmx86/
inffas32.asm 644 movq mm3,mm4
646 movq mm2,mm5
668 movq mm4,mm3
726 movq mm5,mm2
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 41 %macro movq 2
75 movq %1,%2
  /external/libyuv/files/source/
convert_from.cc 250 movq xmm2, qword ptr [esi] // U
251 movq xmm3, qword ptr [esi + edx] // V
289 movq xmm2, qword ptr [esi] // U
290 movq xmm3, qword ptr [esi + edx] // V
319 "movq (%1),%%xmm2 \n"
320 "movq (%1,%2,1),%%xmm3 \n"
355 "movq (%1),%%xmm2 \n"
356 "movq (%1,%2,1),%%xmm3 \n"
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.h 324 movq(kRootRegister, roots_array_start);
383 movq(kSmiConstantRegister,
723 movq(dst, constant);
    [all...]
  /external/valgrind/main/memcheck/tests/x86/
sse2_memory.stdout.exp     [all...]
  /external/chromium_org/v8/src/x64/
macro-assembler-x64.h 319 movq(kRootRegister, roots_array_start);
379 movq(kSmiConstantRegister,
719 movq(dst, constant);
    [all...]
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 721 %define mova movq
722 %define movu movq
749 %define movh movq
946 %define %%regmov movq
  /external/valgrind/main/memcheck/tests/amd64/
sse_memory.stdout.exp     [all...]
sse_memory.c 308 TEST_INSN( &AllMask, 8,movq)
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
bn-586.pl 344 &movq(&QWP(0,$r),"mm0"); # r[i] = a[i]*a[i]
modexp512-x86_64.pl 1167 movq \$1, (+8*2)(%rcx)
1237 movq \$505, (+$loop_idx_offset)(%rsp)
    [all...]
  /external/openssl/crypto/bn/asm/
bn-586.pl 344 &movq(&QWP(0,$r),"mm0"); # r[i] = a[i]*a[i]
modexp512-x86_64.pl 1167 movq \$1, (+8*2)(%rcx)
1237 movq \$505, (+$loop_idx_offset)(%rsp)
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-x86.S     [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
x86_64-xlate.pl 125 } elsif ($self->{op} =~ /movq/ && $line =~ /%xmm/) {
150 $epilogue = "movq 8(%rsp),%rdi\n\t" .
151 "movq 16(%rsp),%rsi\n\t";
275 $sz="q" if ($self->{asterisk} || opcode->mnemonic() eq "movq");
355 $func .= " movq %rdi,8(%rsp)\n";
356 $func .= " movq %rsi,16(%rsp)\n";
357 $func .= " movq %rsp,%rax\n";
361 $func .= " movq %rcx,%rdi\n" if ($narg>0);
362 $func .= " movq %rdx,%rsi\n" if ($narg>1);
363 $func .= " movq %r8,%rdx\n" if ($narg>2)
    [all...]
  /external/openssl/crypto/perlasm/
x86_64-xlate.pl 125 } elsif ($self->{op} =~ /movq/ && $line =~ /%xmm/) {
150 $epilogue = "movq 8(%rsp),%rdi\n\t" .
151 "movq 16(%rsp),%rsi\n\t";
275 $sz="q" if ($self->{asterisk} || opcode->mnemonic() eq "movq");
355 $func .= " movq %rdi,8(%rsp)\n";
356 $func .= " movq %rsi,16(%rsp)\n";
357 $func .= " movq %rsp,%rax\n";
361 $func .= " movq %rcx,%rdi\n" if ($narg>0);
362 $func .= " movq %rdx,%rsi\n" if ($narg>1);
363 $func .= " movq %r8,%rdx\n" if ($narg>2)
    [all...]

Completed in 883 milliseconds

1 2 3 4 5 6 7 8 91011