HomeSort by relevance Sort by last modified time
    Searched defs:movd (Results 1 - 12 of 12) sorted by null

  /external/llvm/test/MC/X86/
x86_64-encoding.s 85 // CHECK: movd %r8, %mm1
87 movd %r8, %mm1 label
89 // CHECK: movd %r8d, %mm1
91 movd %r8d, %mm1 label
93 // CHECK: movd %rdx, %mm1
95 movd %rdx, %mm1 label
97 // CHECK: movd %edx, %mm1
99 movd %edx, %mm1 label
101 // CHECK: movd %mm1, %r8
103 movd %mm1, %r label
107 movd %mm1, %r8d label
111 movd %mm1, %rdx label
115 movd %mm1, %edx label
    [all...]
x86-64.s 1027 movd %rax, %mm5 // CHECK: movd %rax, %mm5 # encoding: [0x48,0x0f,0x6e,0xe8] label
1028 movd %mm5, %rbx // CHECK: movd %mm5, %rbx # encoding: [0x48,0x0f,0x7e,0xeb] label
1029 movq %rax, %mm5 // CHECK: movd %rax, %mm5 # encoding: [0x48,0x0f,0x6e,0xe8]
1030 movq %mm5, %rbx // CHECK: movd %mm5, %rbx # encoding: [0x48,0x0f,0x7e,0xeb]
1207 // CHECK: movd %rdi, %xmm0
1211 // CHECK: movd %rdi, %xmm0
1213 movd %rdi,%xmm0
1215 // CHECK: movd %xmm0, %ra
1385 movd %xmm0, %eax label
1386 movd %xmm0, %rax label
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/
arith_insn.s 174 .global movd
175 movd: label
176 movd $-4 , r4 label
177 movd $0x236 , r5 label
178 movd $-0x80000000 , r5 label
179 movd r6 , r7 label
  /external/libvpx/libvpx/third_party/libyuv/source/
scale_win.cc 681 movd [edx + 8], xmm1 local
743 movd [edx], xmm6 // write 6 pixels local
745 movd [edx + 2], xmm6 local
788 movd [edx], xmm1 // write 6 pixels local
790 movd [edx + 2], xmm1 local
871 movd xmm2, [esp + 12 + 16] // x
872 movd xmm3, [esp + 12 + 20] // dx
874 movd xmm5, eax
893 movd xmm0, ebx
896 movd xmm4, eb
1285 movd [edi], xmm0 local
    [all...]
row_win.cc 473 movd xmm5, eax
476 movd xmm6, eax
532 movd xmm6, eax
583 movd xmm6, eax
670 movd xmm5, eax
673 movd xmm6, eax
723 movd xmm4, eax
878 movd xmm6, [esp + 12] // dither4
4083 movd [edx], xmm0 local
4178 movd [edx], xmm0 local
4806 movd [edx], xmm0 local
5494 movd [edx], xmm0 local
    [all...]
  /external/libyuv/files/source/
scale_win.cc 684 movd [edx + 8], xmm1 local
746 movd [edx], xmm6 // write 6 pixels local
748 movd [edx + 2], xmm6 local
791 movd [edx], xmm1 // write 6 pixels local
793 movd [edx + 2], xmm1 local
884 movd xmm2, [esp + 12 + 16] // x
885 movd xmm3, [esp + 12 + 20] // dx
887 movd xmm5, eax
908 movd xmm0, ebx
911 movd xmm4, eb
1305 movd [edi], xmm0 local
    [all...]
  /art/compiler/utils/x86/
assembler_x86.cc 380 void X86Assembler::movd(XmmRegister dst, Register src) { function in class:art::x86::X86Assembler
389 void X86Assembler::movd(Register dst, XmmRegister src) { function in class:art::x86::X86Assembler
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 435 void X86_64Assembler::movd(XmmRegister dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler
436 movd(dst, src, true);
439 void X86_64Assembler::movd(CpuRegister dst, XmmRegister src) { function in class:art::x86_64::X86_64Assembler
440 movd(dst, src, true);
443 void X86_64Assembler::movd(XmmRegister dst, CpuRegister src, bool is64bit) { function in class:art::x86_64::X86_64Assembler
452 void X86_64Assembler::movd(CpuRegister dst, XmmRegister src, bool is64bit) { function in class:art::x86_64::X86_64Assembler
    [all...]
  /external/valgrind/VEX/test/
mmxtest.c 200 #define movd_m2r(var, reg) mmx_m2r(movd, var, reg)
201 #define movd_r2m(reg, var) mmx_r2m(movd, reg, var)
202 #define movd_r2r(regs, regd) mmx_r2r(movd, regs, regd)
203 #define movd(vars, vard) \ macro
204 __asm__ __volatile__ ("movd %1, %%mm0\n\t" \
205 "movd %%mm0, %0" \
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
scale.c 824 movd dword ptr [edi], xmm0
891 movd dword ptr [edi], xmm0
1100 movd [edi + 8], xmm1 local
1162 movd [edi], xmm2 \/\/ write 6 pixels local
1205 movd [edi], xmm0 \/\/ write 6 pixels local
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 2500 void Assembler::movd(XMMRegister dst, const Operand& src) { function in class:v8::internal::Assembler
2509 void Assembler::movd(const Operand& dst, XMMRegister src) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 2707 void Assembler::movd(XMMRegister dst, Register src) { function in class:v8::internal::Assembler
2718 void Assembler::movd(XMMRegister dst, const Operand& src) { function in class:v8::internal::Assembler
2729 void Assembler::movd(Register dst, XMMRegister src) { function in class:v8::internal::Assembler
    [all...]

Completed in 924 milliseconds