HomeSort by relevance Sort by last modified time
    Searched refs:xmm0 (Results 51 - 75 of 77) sorted by null

1 23 4

  /dalvik/vm/mterp/x86-atom/
OP_DIV_FLOAT_2ADDR.S 34 flds (rFP, %ecx, 4) # %xmm0<- vA
OP_SGET_WIDE.S 42 movq offStaticField_value(%ecx), %xmm0 # %xmm0<- field value
43 movq %xmm0, (rFP, rINST, 4) # vAA<- field value
OP_SPUT_WIDE.S 42 movq (rFP, rINST, 4), %xmm0 # %xmm0<- vAA
43 movq %xmm0, offStaticField_value(%ecx) # field value<- field value
OP_IGET_WIDE.S 72 movq (%ecx, %edx), %xmm0 # %xmm0<- object field
73 movq %xmm0, (rFP, rINST, 4) # vA<- %xmm0; object field
OP_IPUT_WIDE.S 72 movq (rFP, rINST, 4), %xmm0 # %xmm0<- vA
73 movq %xmm0, (%ecx, %edx) # object field<- %xmm0; vA
  /external/libvpx/vp8/common/x86/
subpixel_ssse3.asm 73 movq xmm0, MMWORD PTR [rsi - 2] ; -2 -1 0 1 2 3 4 5
77 punpcklbw xmm0, xmm2 ; -2 3 -1 4 0 5 1 6 2 7 3 8 4 9 5 10
79 movdqa xmm1, xmm0
80 pmaddubsw xmm0, xmm4
94 paddsw xmm0, xmm1
97 paddsw xmm0, xmm2
99 psraw xmm0, 7
101 packuswb xmm0, xmm0
103 movq MMWORD Ptr [rdi], xmm0
    [all...]
loopfilter_sse2.asm 54 movdqa xmm0, xmm5 ; q0
58 psubusb xmm3, xmm0 ; q1-=q0
128 movdqa xmm3, xmm0 ; q0
182 movdqa xmm0, [rdx+32] ; q0
192 pxor xmm0, [GLOBAL(t80)] ; offset to convert to signed values
194 movdqa xmm3, xmm0 ; q0
195 psubsb xmm0, xmm6 ; q0 - p0
197 paddsb xmm2, xmm0 ; 1 * (q0 - p0) + hvm(p1 - q1)
199 paddsb xmm2, xmm0 ; 2 * (q0 - p0) + hvm(p1 - q1)
201 paddsb xmm2, xmm0 ; 3 * (q0 - p0) + hvm(p1 - q1
    [all...]
postproc_sse2.asm 39 movdqa xmm0, [GLOBAL(rd42)]
41 movdqa [rsp], xmm0
58 pxor xmm0, xmm0 ; mm0 = 00000000
65 punpcklbw xmm3, xmm0 ; mm3 = p0..p3
70 punpcklbw xmm5, xmm0 ; mm5 = r1 p0..p3
81 punpcklbw xmm5, xmm0 ; mm5 = r2 p0..p3
95 punpcklbw xmm5, xmm0 ; mm5 = r-2 p0..p3
107 punpcklbw xmm4, xmm0 ; mm4 = r-1 p0..p3
126 packuswb xmm1, xmm0 ; pack to byte
    [all...]
postproc_mmx.c 431 pxor xmm0, xmm0 ; local
443 punpcklbw xmm3, xmm0 ;
451 punpcklbw xmm5, xmm0 ;
470 punpcklbw xmm5, xmm0 ;
493 punpcklbw xmm5, xmm0 ;
514 punpcklbw xmm4, xmm0 ;
546 packuswb xmm1, xmm0 ; local
576 punpcklbw xmm3, xmm0 ; local
585 punpcklbw xmm5, xmm0 ; local
604 punpcklbw xmm5, xmm0 ; local
678 packuswb xmm1, xmm0 ; local
895 pxor xmm0, xmm0 ; local
914 punpcklbw xmm1, xmm0 ; local
920 punpcklwd xmm1, xmm0 ; local
922 punpckhwd xmm2, xmm0 ; local
1196 pxor xmm0, xmm0 local
    [all...]
  /external/libvpx/vp8/encoder/x86/
encodeopt.asm 42 movdqa xmm0, xmm3
44 punpckldq xmm0, xmm7
47 paddd xmm0, xmm3
48 movdqa xmm3, xmm0
50 psrldq xmm0, 8
51 paddd xmm0, xmm3
53 movq rax, xmm0
253 movdqa xmm0, xmm2
254 punpckldq xmm0, xmm7
257 paddd xmm0, xmm
    [all...]
quantize_ssse3.asm 33 movdqa xmm0, [rdx]
39 movdqa xmm1, xmm0
42 psraw xmm0, 15 ;sign of z (aka sz)
58 pxor xmm1, xmm0
60 psubw xmm1, xmm0
quantize_sse2.asm 54 movdqa xmm0, OWORD PTR[rdx]
57 movdqa xmm1, xmm0
60 psraw xmm0, 15 ;sign of z (aka sz)
63 pxor xmm1, xmm0
70 psubw xmm1, xmm0 ;x = abs(z)
105 pxor xmm1, xmm0
108 psubw xmm1, xmm0
229 movdqa xmm0, OWORD PTR[rcx]
232 pmullw xmm0, xmm2
235 movdqa OWORD PTR[rsi], xmm0 ;store dqcoef
    [all...]
sad_sse2.asm 41 movq xmm0, QWORD PTR [rsi]
51 punpcklbw xmm0, xmm2
54 psadbw xmm0, xmm1
66 paddw xmm7, xmm0
72 movq xmm0, xmm7
75 paddw xmm0, xmm7
76 movq rax, xmm0
  /external/libffi/src/x86/
unix64.S 150 movss %xmm0, (%rdi)
154 movsd %xmm0, (%rdi)
169 movd %xmm0, %r10
194 movdqa 48(%r10), %xmm0
285 movss -24(%rsp), %xmm0
289 movsd -24(%rsp), %xmm0
298 /* There are four possibilities here, %rax/%rdx, %xmm0/%rax,
299 %rax/%xmm0, %xmm0/%xmm1. We collapse two by always loading
301 bit 8 set means xmm0 gets the second word, and bit 9 mean
    [all...]
darwin64.S 147 movss %xmm0, (%rdi)
151 movsd %xmm0, (%rdi)
165 movd %xmm0, %r10
190 movdqa 48(%r10), %xmm0
275 movss -24(%rsp), %xmm0
279 movsd -24(%rsp), %xmm0
287 /* There are four possibilities here, %rax/%rdx, %xmm0/%rax,
288 %rax/%xmm0, %xmm0/%xmm1. We collapse two by always loading
290 bit 8 set means xmm0 gets the second word, and bit 9 mean
    [all...]
  /bionic/libc/arch-x86/string/
ssse3-memcpy5.S 196 movdqu (%eax), %xmm0
228 movdqu %xmm0, (%esi)
235 movdqa (%eax, %edi), %xmm0
238 movdqa %xmm0, (%edx, %edi)
243 movdqa (%eax, %edi), %xmm0
246 movdqa %xmm0, (%edx, %edi)
251 movdqa (%eax, %edi), %xmm0
254 movdqa %xmm0, (%edx, %edi)
259 movdqa (%eax, %edi), %xmm0
262 movdqa %xmm0, (%edx, %edi
    [all...]
  /external/v8/test/cctest/
test-assembler-ia32.cc 268 __ movdbl(xmm0, Operand(esp, 1 * kPointerSize));
270 __ addsd(xmm0, xmm1);
271 __ mulsd(xmm0, xmm1);
272 __ subsd(xmm0, xmm1);
273 __ divsd(xmm0, xmm1);
274 // Copy xmm0 to st(0) using eight bytes of stack.
276 __ movdbl(Operand(esp, 0), xmm0); local
313 __ cvtsi2sd(xmm0, Operand(eax));
314 // Copy xmm0 to st(0) using eight bytes of stack.
316 __ movdbl(Operand(esp, 0), xmm0); local
    [all...]
test-disasm-ia32.cc 366 __ addsd(xmm1, xmm0);
367 __ mulsd(xmm1, xmm0);
368 __ subsd(xmm1, xmm0);
369 __ divsd(xmm1, xmm0);
372 __ comisd(xmm0, xmm1);
375 __ movdqa(xmm0, Operand(ebx, ecx, times_4, 10000));
376 __ movdqa(Operand(ebx, ecx, times_4, 10000), xmm0); local
377 __ movdqu(xmm0, Operand(ebx, ecx, times_4, 10000));
378 __ movdqu(Operand(ebx, ecx, times_4, 10000), xmm0); local
  /dalvik/vm/mterp/out/
InterpAsm-x86-atom.S 692 movq (rFP, %edx, 4), %xmm0 # %xmm0<- vB
693 movq %xmm0, (rFP, rINST, 4) # vA<- vB
730 movq (rFP, %edx, 4), %xmm0 # %xmm0<- vB
731 movq %xmm0, (rFP, rINST, 4) # vA<- vB
771 movq (rFP, %edx, 4), %xmm0 # %xmm0<- vB
772 movq %xmm0, (rFP, %ecx, 4) # vA<- vB; %xmm0
    [all...]
  /external/openssl/crypto/
x86_64cpuid.pl 182 pxor %xmm0,%xmm0
215 pxor %xmm0,%xmm0
  /external/v8/src/ia32/
codegen-ia32.cc 824 // into xmm0 and xmm1 if they are. Operands are in edx and eax.
828 // them into xmm0 and xmm1 if they are. Jump to label not_numbers if
902 __ movdbl(xmm0, FieldOperand(left_, HeapNumber::kValueOffset));
910 __ cvtsi2sd(xmm0, Operand(left_));
955 __ movdbl(FieldOperand(dst_, HeapNumber::kValueOffset), xmm0); local
7715 __ movdbl(FieldOperand(eax, HeapNumber::kValueOffset), xmm0); local
7767 __ movdbl(FieldOperand(ecx, HeapNumber::kValueOffset), xmm0); local
7858 __ movdbl(FieldOperand(eax, HeapNumber::kValueOffset), xmm0); local
7952 __ movdbl(FieldOperand(eax, HeapNumber::kValueOffset), xmm0); local
8803 __ movdbl(FieldOperand(eax, HeapNumber::kValueOffset), xmm0); local
    [all...]
assembler-ia32.h 105 const XMMRegister xmm0 = { 0 }; member in namespace:v8::internal
  /external/webkit/JavaScriptCore/jit/
JIT.h 210 static const FPRegisterID fpRegT0 = X86Registers::xmm0;
228 static const FPRegisterID fpRegT0 = X86Registers::xmm0;
    [all...]
  /external/v8/src/x64/
assembler-x64.h 161 const XMMRegister xmm0 = { 0 }; member in namespace:v8::internal
    [all...]
codegen-x64.cc     [all...]

Completed in 916 milliseconds

1 23 4