/external/libvpx/libvpx/vp8/common/x86/ |
loopfilter_block_sse2_x86_64.asm | 18 movdqa scratch1, %2 ; v2 31 movdqa scratch2, %3 ; save p1 68 movdqa scratch2, %6 ; save hev 72 movdqa scratch1, %1 78 movdqa scratch1, %3 85 movdqa scratch2, %5 90 movdqa scratch1, zero 101 movdqa scratch1, zero 113 movdqa scratch1, zero 199 movdqa xmm0, i [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
loopfilter_block_sse2.asm | 18 movdqa scratch1, %2 ; v2 31 movdqa scratch2, %3 ; save p1 68 movdqa scratch2, %6 ; save hev 72 movdqa scratch1, %1 78 movdqa scratch1, %3 85 movdqa scratch2, %5 90 movdqa scratch1, zero 101 movdqa scratch1, zero 113 movdqa scratch1, zero 199 movdqa xmm0, i [all...] |
/external/llvm/test/MC/X86/ |
cfi_def_cfa-crash.s | 22 movdqa %xmm0, -0x80(%rbp) 24 movdqa %xmm1, -0x70(%rbp) 26 movdqa %xmm2, -0x60(%rbp) 28 movdqa %xmm3, -0x50(%rbp) 30 movdqa %xmm4, -0x40(%rbp) 32 movdqa %xmm5, -0x30(%rbp) 34 movdqa %xmm6, -0x20(%rbp) 36 movdqa %xmm7, -0x10(%rbp) 41 movdqa -0x80(%rbp), %xmm0 43 movdqa -0x70(%rbp), %xmm [all...] |
/system/core/libcutils/arch-x86_64/ |
android_memset32.S | 184 movdqa %xmm0, (%rdi) 185 movdqa %xmm0, 0x10(%rdi) 186 movdqa %xmm0, 0x20(%rdi) 187 movdqa %xmm0, 0x30(%rdi) 188 movdqa %xmm0, 0x40(%rdi) 189 movdqa %xmm0, 0x50(%rdi) 190 movdqa %xmm0, 0x60(%rdi) 191 movdqa %xmm0, 0x70(%rdi) 197 movdqa %xmm0, (%rdi) 198 movdqa %xmm0, 0x10(%rdi [all...] |
android_memset16.S | 264 movdqa %xmm0, (%rdi) 265 movdqa %xmm0, 0x10(%rdi) 266 movdqa %xmm0, 0x20(%rdi) 267 movdqa %xmm0, 0x30(%rdi) 268 movdqa %xmm0, 0x40(%rdi) 269 movdqa %xmm0, 0x50(%rdi) 270 movdqa %xmm0, 0x60(%rdi) 271 movdqa %xmm0, 0x70(%rdi) 277 movdqa %xmm0, (%rdi) 278 movdqa %xmm0, 0x10(%rdi [all...] |
/external/lzma/Asm/x86/ |
AesOpt.asm | 23 movdqa [r4 + 8], xmm6
24 movdqa [r4 + 8 + 16], xmm7
35 movdqa reg, [r1]
45 movdqa xmm6, [r4 + 8]
46 movdqa xmm7, [r4 + 8 + 16]
68 movdqa xmm7, [r1 + r3 offs]
77 movdqa xmm6, [rD + offs]
78 movdqa [rD + offs], reg
101 OP_W movdqa, [rD + i * 16]
115 movdqa xmm1, [rD] [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
quantize_ssse3.asm | 55 movdqa xmm0, [rax] 56 movdqa xmm4, [rax + 16] 59 movdqa xmm2, [rcx] 60 movdqa xmm3, [rcx + 16] 62 movdqa xmm1, xmm0 63 movdqa xmm5, xmm4 83 movdqa xmm2, xmm1 ;store y for getting eob 84 movdqa xmm3, xmm5 91 movdqa [rax], xmm1 92 movdqa [rax + 16], xmm [all...] |
temporal_filter_apply_sse2.asm | 47 movdqa [rsp + strength], xmm6 ; where strength is used, all 16 bytes are read 54 movdqa xmm5, [GLOBAL(_const_top_bit)] 56 movdqa [rsp + rounding_bit], xmm5 67 movdqa [rsp + filter_weight], xmm0 87 movdqa xmm0, [rsi] ; src (frame1) 89 movdqa xmm1, xmm0 94 movdqa xmm2, [rdx] ; predictor (frame2) 95 movdqa xmm3, xmm2 121 movdqa xmm3, [GLOBAL(_const_16w)] 122 movdqa xmm2, [GLOBAL(_const_16w) [all...] |
subtract_sse2.asm | 90 movdqa xmm4, [GLOBAL(t80)] 96 movdqa xmm0, [rsi] ; src 97 movdqa xmm1, [rax] ; pred 99 movdqa xmm2, xmm0 106 movdqa xmm2, xmm0 110 movdqa xmm3, [rsi + rdx] 111 movdqa xmm5, [rax + rbx] 116 movdqa [rdi], xmm0 117 movdqa [rdi +16], xmm2 119 movdqa xmm1, xmm [all...] |
quantize_sse4.asm | 61 movdqa xmm0, [rax] 62 movdqa xmm1, [rax + 16] 68 movdqa xmm2, xmm0 69 movdqa xmm3, xmm1 84 movdqa xmm4, [rcx] 85 movdqa xmm5, [rcx + 16] 91 movdqa xmm6, xmm2 92 movdqa xmm7, xmm3 99 movdqa xmm4, [rdx] 100 movdqa xmm5, [rdx + 16 [all...] |
/bionic/libc/arch-x86/silvermont/string/ |
sse2-memset-slm.S | 276 movdqa %xmm0, (%edx) 289 movdqa %xmm0, (%edx) 312 movdqa %xmm0, (%edx) 337 movdqa %xmm0, (%edx) 507 movdqa %xmm0, -112(%edx) 509 movdqa %xmm0, -96(%edx) 511 movdqa %xmm0, -80(%edx) 513 movdqa %xmm0, -64(%edx) 515 movdqa %xmm0, -48(%edx) 517 movdqa %xmm0, -32(%edx [all...] |
/external/boringssl/win-x86_64/crypto/aes/ |
bsaes-x86_64.asm | 16 movdqa xmm8,XMMWORD[rax] 18 movdqa xmm7,XMMWORD[80+r11] 36 movdqa xmm7,XMMWORD[r11] 37 movdqa xmm8,XMMWORD[16+r11] 38 movdqa xmm9,xmm5 40 movdqa xmm10,xmm3 52 movdqa xmm9,xmm1 54 movdqa xmm10,xmm15 66 movdqa xmm7,XMMWORD[32+r11] 67 movdqa xmm9,xmm [all...] |
vpaes-x86_64.asm | 29 movdqa xmm1,xmm9 30 movdqa xmm2,XMMWORD[$L$k_ipt] 36 movdqa xmm0,XMMWORD[(($L$k_ipt+16))] 47 movdqa xmm4,xmm13 48 movdqa xmm0,xmm12 52 movdqa xmm5,xmm15 54 movdqa xmm1,XMMWORD[((-64))+r10*1+r11] 56 movdqa xmm4,XMMWORD[r10*1+r11] 57 movdqa xmm2,xmm14 59 movdqa xmm3,xmm [all...] |
/bionic/libc/arch-x86/atom/string/ |
sse2-memset-atom.S | 356 movdqa %xmm0, (%edx) 357 movdqa %xmm0, 0x10(%edx) 358 movdqa %xmm0, 0x20(%edx) 359 movdqa %xmm0, 0x30(%edx) 360 movdqa %xmm0, 0x40(%edx) 361 movdqa %xmm0, 0x50(%edx) 362 movdqa %xmm0, 0x60(%edx) 363 movdqa %xmm0, 0x70(%edx) 369 movdqa %xmm0, (%edx) 370 movdqa %xmm0, 0x10(%edx [all...] |
/external/libvpx/libvpx/vp8/encoder/x86/ |
temporal_filter_apply_sse2.asm | 47 movdqa [rsp + strength], xmm6 ; where strength is used, all 16 bytes are read 54 movdqa xmm5, [GLOBAL(_const_top_bit)] 56 movdqa [rsp + rounding_bit], xmm5 67 movdqa [rsp + filter_weight], xmm0 87 movdqa xmm0, [rsi] ; src (frame1) 89 movdqa xmm1, xmm0 94 movdqa xmm2, [rdx] ; predictor (frame2) 95 movdqa xmm3, xmm2 121 movdqa xmm3, [GLOBAL(_const_16w)] 122 movdqa xmm2, [GLOBAL(_const_16w) [all...] |
subtract_sse2.asm | 90 movdqa xmm4, [GLOBAL(t80)] 96 movdqa xmm0, [rsi] ; src 97 movdqa xmm1, [rax] ; pred 99 movdqa xmm2, xmm0 106 movdqa xmm2, xmm0 110 movdqa xmm3, [rsi + rdx] 111 movdqa xmm5, [rax + rbx] 116 movdqa [rdi], xmm0 117 movdqa [rdi +16], xmm2 119 movdqa xmm1, xmm [all...] |
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_temporal_filter_apply_sse2.asm | 51 movdqa [rsp + strength], xmm6 ; where strength is used, all 16 bytes are read 58 movdqa xmm5, [GLOBAL(_const_top_bit)] 60 movdqa [rsp + rounding_bit], xmm5 71 movdqa [rsp + filter_weight], xmm0 92 movdqa xmm0, [rsi] ; src (frame1) 94 movdqa xmm1, xmm0 99 movdqa xmm2, [rdx] ; predictor (frame2) 100 movdqa xmm3, xmm2 126 movdqa xmm3, [GLOBAL(_const_16w)] 127 movdqa xmm2, [GLOBAL(_const_16w) [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
vp9_temporal_filter_apply_sse2.asm | 47 movdqa [rsp + strength], xmm6 ; where strength is used, all 16 bytes are read 54 movdqa xmm5, [GLOBAL(_const_top_bit)] 56 movdqa [rsp + rounding_bit], xmm5 67 movdqa [rsp + filter_weight], xmm0 87 movdqa xmm0, [rsi] ; src (frame1) 89 movdqa xmm1, xmm0 94 movdqa xmm2, [rdx] ; predictor (frame2) 95 movdqa xmm3, xmm2 121 movdqa xmm3, [GLOBAL(_const_16w)] 122 movdqa xmm2, [GLOBAL(_const_16w) [all...] |
/external/boringssl/linux-x86/crypto/aes/ |
vpaes-x86.S | 66 movdqa -48(%ebp),%xmm7 67 movdqa -16(%ebp),%xmm6 76 movdqa %xmm6,%xmm1 77 movdqa (%ebp),%xmm2 82 movdqa 16(%ebp),%xmm0 92 movdqa 32(%ebp),%xmm4 93 movdqa 48(%ebp),%xmm0 97 movdqa 64(%ebp),%xmm5 99 movdqa -64(%ebx,%ecx,1),%xmm1 101 movdqa 80(%ebp),%xmm [all...] |
/external/boringssl/mac-x86/crypto/aes/ |
vpaes-x86.S | 65 movdqa -48(%ebp),%xmm7 66 movdqa -16(%ebp),%xmm6 73 movdqa %xmm6,%xmm1 74 movdqa (%ebp),%xmm2 79 movdqa 16(%ebp),%xmm0 89 movdqa 32(%ebp),%xmm4 90 movdqa 48(%ebp),%xmm0 94 movdqa 64(%ebp),%xmm5 96 movdqa -64(%ebx,%ecx,1),%xmm1 98 movdqa 80(%ebp),%xmm [all...] |
/external/boringssl/win-x86/crypto/aes/ |
vpaes-x86.asm | 77 movdqa xmm7,[ebp-48] 78 movdqa xmm6,[ebp-16] 84 movdqa xmm1,xmm6 85 movdqa xmm2,[ebp] 90 movdqa xmm0,[16+ebp] 100 movdqa xmm4,[32+ebp] 101 movdqa xmm0,[48+ebp] 105 movdqa xmm5,[64+ebp] 107 movdqa xmm1,[ecx*1+ebx-64] 109 movdqa xmm2,[80+ebp [all...] |
/external/boringssl/linux-x86_64/crypto/aes/ |
vpaes-x86_64.S | 25 movdqa %xmm9,%xmm1 26 movdqa .Lk_ipt(%rip),%xmm2 32 movdqa .Lk_ipt+16(%rip),%xmm0 43 movdqa %xmm13,%xmm4 44 movdqa %xmm12,%xmm0 48 movdqa %xmm15,%xmm5 50 movdqa -64(%r11,%r10,1),%xmm1 52 movdqa (%r11,%r10,1),%xmm4 53 movdqa %xmm14,%xmm2 55 movdqa %xmm0,%xmm [all...] |
/external/boringssl/mac-x86_64/crypto/aes/ |
vpaes-x86_64.S | 25 movdqa %xmm9,%xmm1 26 movdqa L$k_ipt(%rip),%xmm2 32 movdqa L$k_ipt+16(%rip),%xmm0 43 movdqa %xmm13,%xmm4 44 movdqa %xmm12,%xmm0 48 movdqa %xmm15,%xmm5 50 movdqa -64(%r11,%r10,1),%xmm1 52 movdqa (%r11,%r10,1),%xmm4 53 movdqa %xmm14,%xmm2 55 movdqa %xmm0,%xmm [all...] |
/external/libvpx/libvpx/third_party/libyuv/source/ |
rotate.cc | 102 movdqa xmm1, xmm0 107 movdqa xmm3, xmm2 113 movdqa xmm5, xmm4 119 movdqa xmm7, xmm6 124 movdqa xmm2, xmm0 125 movdqa xmm3, xmm1 130 movdqa xmm6, xmm4 131 movdqa xmm7, xmm5 138 movdqa xmm4, xmm0 143 movdqa xmm6, xmm 221 movdqa [esp], xmm5 \/\/ backup xmm5 local 243 movdqa [esp], xmm6 \/\/ backup xmm6 local [all...] |
/external/libyuv/files/source/ |
rotate.cc | 86 movdqa xmm1, xmm0 91 movdqa xmm3, xmm2 97 movdqa xmm5, xmm4 103 movdqa xmm7, xmm6 108 movdqa xmm2, xmm0 109 movdqa xmm3, xmm1 114 movdqa xmm6, xmm4 115 movdqa xmm7, xmm5 122 movdqa xmm4, xmm0 127 movdqa xmm6, xmm 205 movdqa [esp], xmm5 \/\/ backup xmm5 local 227 movdqa [esp], xmm6 \/\/ backup xmm6 local [all...] |