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

1 2 3 4 5 6 7 891011

  /external/valgrind/main/none/tests/amd64/
insn_mmx.def 19 movq m64.uq[0x012345678abcdef] mm.uq[0x1212121234343434] => 1.uq[0x012345678abcdef]
20 movq mm.uq[0x012345678abcdef] m64.uq[0x1212121234343434] => 1.uq[0x012345678abcdef]
24 movq mm.uq[0x012345678abcdef] mm.uq[0x1212121234343434] => 1.uq[0x012345678abcdef]
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.c 732 movq qword ptr [edi], xmm0
790 movq qword ptr [edi], xmm0
931 movq qword ptr [edi], xmm0
932 movq qword ptr [edi + 8], xmm1
933 movq qword ptr [edi + 16], xmm2
    [all...]
  /external/libyuv/files/source/
row_win.cc 136 movq xmm0, qword ptr [eax]
575 movq qword ptr [edx], xmm0 // store 4 pixels of ARGB1555
618 movq qword ptr [edx], xmm0 // store 4 pixels of ARGB1555
648 movq qword ptr [edx], xmm0 // store 4 pixels of ARGB4444
    [all...]
scale.cc 371 movq qword ptr [edx], xmm0
430 movq qword ptr [edx], xmm0
575 movq qword ptr [edx], xmm0
576 movq qword ptr [edx + 8], xmm1
577 movq qword ptr [edx + 16], xmm2
629 movq qword ptr [edx], xmm0
638 movq qword ptr [edx + 8], xmm0
650 movq qword ptr [edx + 16], xmm0
689 movq qword ptr [edx], xmm0
699 movq qword ptr [edx + 8], xmm
    [all...]
scale_argb.cc 161 movq xmm0, qword ptr [eax] // row0 4 pairs
163 movq xmm1, qword ptr [eax + ebx * 2]
166 movq xmm2, qword ptr [esi] // row1 4 pairs
168 movq xmm3, qword ptr [esi + ebx * 2]
475 "movq (%0),%%xmm0 \n"
477 "movq (%0,%1,2),%%xmm1 \n"
480 "movq (%5),%%xmm2 \n"
482 "movq (%5,%1,2),%%xmm3 \n"
    [all...]
  /external/chromium_org/v8/src/x64/
assembler-x64.cc 87 __ movq(rbp, rsp);
92 __ movq(rdx, rax);
119 __ movq(rax, 0x80000001, RelocInfo::NONE64);
135 __ movq(rsp, rbp);
179 patcher.masm()->movq(r10, target, RelocInfo::NONE64);
917 movq(dst, src);
935 movq(dst, src);
1483 void Assembler::movq(Register dst, const Operand& src) { function in class:v8::internal::Assembler
1491 void Assembler::movq(Register dst, Register src) { function in class:v8::internal::Assembler
1505 void Assembler::movq(Register dst, Immediate value) { function in class:v8::internal::Assembler
1514 void Assembler::movq(const Operand& dst, Register src) { function in class:v8::internal::Assembler
1522 void Assembler::movq(Register dst, void* value, RelocInfo::Mode rmode) { function in class:v8::internal::Assembler
1533 void Assembler::movq(Register dst, int64_t value, RelocInfo::Mode rmode) { function in class:v8::internal::Assembler
1553 void Assembler::movq(Register dst, ExternalReference ref) { function in class:v8::internal::Assembler
1559 void Assembler::movq(const Operand& dst, Immediate value) { function in class:v8::internal::Assembler
1591 void Assembler::movq(Register dst, Handle<Object> value, RelocInfo::Mode mode) { function in class:v8::internal::Assembler
2547 void Assembler::movq(XMMRegister dst, Register src) { function in class:v8::internal::Assembler
2557 void Assembler::movq(Register dst, XMMRegister src) { function in class:v8::internal::Assembler
2567 void Assembler::movq(XMMRegister dst, XMMRegister src) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 80 __ movq(rbp, rsp);
85 __ movq(rdx, rax);
112 __ movq(rax, 0x80000001, RelocInfo::NONE);
128 __ movq(rsp, rbp);
174 patcher.masm()->movq(r10, target, RelocInfo::NONE);
941 movq(dst, src);
959 movq(dst, src);
1479 void Assembler::movq(Register dst, const Operand& src) { function in class:v8::internal::Assembler
1487 void Assembler::movq(Register dst, Register src) { function in class:v8::internal::Assembler
1501 void Assembler::movq(Register dst, Immediate value) { function in class:v8::internal::Assembler
1510 void Assembler::movq(const Operand& dst, Register src) { function in class:v8::internal::Assembler
1518 void Assembler::movq(Register dst, void* value, RelocInfo::Mode rmode) { function in class:v8::internal::Assembler
1529 void Assembler::movq(Register dst, int64_t value, RelocInfo::Mode rmode) { function in class:v8::internal::Assembler
1550 void Assembler::movq(Register dst, ExternalReference ref) { function in class:v8::internal::Assembler
1556 void Assembler::movq(const Operand& dst, Immediate value) { function in class:v8::internal::Assembler
1588 void Assembler::movq(Register dst, Handle<Object> value, RelocInfo::Mode mode) { function in class:v8::internal::Assembler
2533 void Assembler::movq(XMMRegister dst, Register src) { function in class:v8::internal::Assembler
2543 void Assembler::movq(Register dst, XMMRegister src) { function in class:v8::internal::Assembler
2553 void Assembler::movq(XMMRegister dst, XMMRegister src) { function in class:v8::internal::Assembler
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aesni-sha1-x86_64.S 17 movq 8(%rsp),%r10
29 movq %rdi,%r12
30 movq %rsi,%r13
31 movq %rdx,%r14
32 movq %rcx,%r15
34 movq %r8,88(%rsp)
1363 movq 88(%rsp),%r8
1377 movq 0(%rsi),%r15
1378 movq 8(%rsi),%r14
1379 movq 16(%rsi),%r1
    [all...]
vpaes-x86_64.S 21 movq %rdx,%r9
22 movq $16,%r11
111 movq %rdx,%r9
116 movq %rax,%r11
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha256-x86_64.S 13 movq %rsp,%r11
18 movq %rdi,64+0(%rsp)
19 movq %rsi,64+8(%rsp)
20 movq %rdx,64+16(%rsp)
21 movq %r11,64+24(%rsp)
1725 movq 64+0(%rsp),%rdi
1749 movq 64+24(%rsp),%rsi
1750 movq (%rsi),%r15
1751 movq 8(%rsi),%r14
1752 movq 16(%rsi),%r1
    [all...]
sha1-x86_64.S 20 movq %rsp,%r11
21 movq %rdi,%r8
23 movq %rsi,%r9
25 movq %rdx,%r10
26 movq %r11,64(%rsp)
1282 movq 64(%rsp),%rsi
1283 movq (%rsi),%r13
1284 movq 8(%rsi),%r12
1285 movq 16(%rsi),%rbp
1286 movq 24(%rsi),%rb
    [all...]
  /external/openssl/crypto/aes/asm/
aesni-sha1-x86_64.S 17 movq 8(%rsp),%r10
29 movq %rdi,%r12
30 movq %rsi,%r13
31 movq %rdx,%r14
32 movq %rcx,%r15
34 movq %r8,88(%rsp)
1363 movq 88(%rsp),%r8
1377 movq 0(%rsi),%r15
1378 movq 8(%rsi),%r14
1379 movq 16(%rsi),%r1
    [all...]
vpaes-x86_64.S 21 movq %rdx,%r9
22 movq $16,%r11
111 movq %rdx,%r9
116 movq %rax,%r11
  /external/openssl/crypto/sha/asm/
sha256-x86_64.S 13 movq %rsp,%r11
18 movq %rdi,64+0(%rsp)
19 movq %rsi,64+8(%rsp)
20 movq %rdx,64+16(%rsp)
21 movq %r11,64+24(%rsp)
1725 movq 64+0(%rsp),%rdi
1749 movq 64+24(%rsp),%rsi
1750 movq (%rsi),%r15
1751 movq 8(%rsi),%r14
1752 movq 16(%rsi),%r1
    [all...]
sha1-x86_64.S 20 movq %rsp,%r11
21 movq %rdi,%r8
23 movq %rsi,%r9
25 movq %rdx,%r10
26 movq %r11,64(%rsp)
1282 movq 64(%rsp),%rsi
1283 movq (%rsi),%r13
1284 movq 8(%rsi),%r12
1285 movq 16(%rsi),%rbp
1286 movq 24(%rsi),%rb
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
x86asm.pl 73 sub ::movq
77 # movq between mmx registers can sink Intel CPUs
80 { &::generic("movq",@_); }
x86masm.pl 21 elsif ($opcode !~ /movq/)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/
gas-macho64.asm 10 # TODO: movq _foo@GOTPCREL(%rip), %rax
  /external/openssl/crypto/perlasm/
x86asm.pl 73 sub ::movq
77 # movq between mmx registers can sink Intel CPUs
80 { &::generic("movq",@_); }
x86masm.pl 21 elsif ($opcode !~ /movq/)
  /external/llvm/test/MC/X86/
x86-32-coverage.s 536 // CHECK: movq 3735928559(%ebx,%ecx,8), %mm3
537 movq 0xdeadbeef(%ebx,%ecx,8),%mm3
539 // CHECK: movq %mm3, %mm3
540 movq %mm3,%mm3
542 // CHECK: movq %mm3, %mm3
543 movq %mm3,%mm3
545 // CHECK: movq %xmm5, %xmm5
546 movq %xmm5,%xmm5
548 // CHECK: movq %xmm5, %xmm5
549 movq %xmm5,%xmm
    [all...]
  /external/libvpx/libvpx/vp8/encoder/x86/
ssim_opt.asm 180 movq xmm3, [rsi]
181 movq xmm4, [rdi]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_ssim_opt.asm 180 movq xmm3, [rsi]
181 movq xmm4, [rdi]
  /external/qemu/distrib/sdl-1.2.15/src/video/
mmx.h 246 __asm__ __volatile__ ("movq %%" #reg ", %0" \
254 __asm__ __volatile__ ("movq %%" #reg ", %0" \
267 __asm__ __volatile__ ("movq %%" #reg ", %0" \
275 __asm__ __volatile__ ("movq %%" #reg ", %0" \
285 __asm__ __volatile__ ("movq %%" #reg ", %0" \
304 __asm__ __volatile__ ("movq %%" #regs ", %0" \
309 __asm__ __volatile__ ("movq %%" #regd ", %0" \
315 __asm__ __volatile__ ("movq %%" #regd ", %0" \
331 __asm__ __volatile__ ("movq %0, %%mm0\n\t" \
333 "movq %%mm0, %0"
381 #define movq macro
    [all...]
  /external/qemu/target-i386/
helper.h 200 DEF_HELPER_2(movq, void, ptr, ptr)

Completed in 1118 milliseconds

1 2 3 4 5 6 7 891011