id stringlengths 22 129 | text stringlengths 60 19.5k | arch stringclasses 9
values | syntax stringclasses 5
values | kind stringclasses 4
values | repo stringclasses 32
values | path stringlengths 7 108 | license stringclasses 10
values | commit stringlengths 40 40 | source_host stringclasses 1
value | category stringclasses 15
values | source_url stringlengths 85 192 | line_start int64 1 5.48k | line_end int64 4 5.5k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
webmproject/libvpx:vp8/common/ppc/loopfilter_filters_altivec.asm:21 | Fil v20, v21, v22, v23, v24, v25, v26, v27
Fil v24, v25, v26, v27, v28, v29, v30, v31
Transpose16x16
addi r9, r3, 0
WL v16, r9, r4
WL v17, r9, r4
WL v18, r9, r4
WL v19, r9, r4
WL v20, r9, r4
WL v21, r9, r4
WL v22, r9, r4
WL v23, ... | powerpc | masm-like | macro-heavy | webmproject/libvpx | vp8/common/ppc/loopfilter_filters_altivec.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/ppc/loopfilter_filters_altivec.asm | 801 | 860 |
webmproject/libvpx:vp8/common/ppc/loopfilter_filters_altivec.asm:22 | lvx \V, \Offs, r4
vperm \Dest, \U, \V, \VMask ;# Dest = active part of U then V
.endm
.macro hwrite_uv New, U, V, Offs, Umask, Vmask
vperm \U, \New, \U, \Umask ;# Combine new pels with siblings
vperm \V, \New, \V, \Vmask
stvx \U, \Offs, r3 ;# Write to frame buffer
stvx ... | powerpc | masm-like | macro-heavy | webmproject/libvpx | vp8/common/ppc/loopfilter_filters_altivec.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/ppc/loopfilter_filters_altivec.asm | 841 | 900 |
webmproject/libvpx:vp8/common/ppc/loopfilter_filters_altivec.asm:23 | .macro vresult_sel V
load_g \V, 8(r7)
.endm
;# always write P1,P0,Q0,Q1
.macro store_chroma_h
uresult_sel v11
vresult_sel v12
hwrite_uv v2, v18, v19, r8, v11, v12
hwrite_uv v3, v20, v21, r9, v11, v12
hwrite_uv v4, v22, v23, 0, v11, v12
hwrite_uv v5, v24, v25, r5, v11, v12
.endm
.ali... | powerpc | masm-like | macro-heavy | webmproject/libvpx | vp8/common/ppc/loopfilter_filters_altivec.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/ppc/loopfilter_filters_altivec.asm | 881 | 940 |
webmproject/libvpx:vp8/common/ppc/loopfilter_filters_altivec.asm:24 | blr
.align 2
;# r3 unsigned char *u
;# r4 unsigned char *v
;# r5 int p
;# r6 const signed char *flimit
;# r7 const signed char *limit
;# r8 const signed char *thresh
loop_filter_horizontal_edge_uv_ppc:
mfspr r11, 256 ;# get old VRSAVE
oris r12, r11, 0xffff
ori r12, r12, 0xffff... | powerpc | masm-like | macro-heavy | webmproject/libvpx | vp8/common/ppc/loopfilter_filters_altivec.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/ppc/loopfilter_filters_altivec.asm | 921 | 980 |
webmproject/libvpx:vp8/common/ppc/loopfilter_filters_altivec.asm:25 | .macro W V, R
stvx \V, 0, \R
lwz r0,12(\R)
stwux r0, r4, r5
lwz r0, 8(\R)
stw r0,-4(r4)
lwz r0, 4(\R)
stwux r0, r3, r5
lwz r0, 0(\R)
stw r0,-4(r3)
.endm
.macro chroma_vread R
sub r3, r3, r5 ;# back up one line for simplicity
sub r4, r4... | powerpc | masm-like | macro-heavy | webmproject/libvpx | vp8/common/ppc/loopfilter_filters_altivec.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/ppc/loopfilter_filters_altivec.asm | 961 | 1,020 |
webmproject/libvpx:vp8/common/ppc/loopfilter_filters_altivec.asm:26 | W v13, \R
W v12, \R
W v11, \R
W v10, \R
.endm
.align 2
;# r3 unsigned char *u
;# r4 unsigned char *v
;# r5 int p
;# r6 const signed char *flimit
;# r7 const signed char *limit
;# r8 const signed char *thresh
mbloop_filter_vertical_edge_uv_ppc:
mfspr r11, 256 ;# get old VRSAVE
... | powerpc | masm-like | macro-heavy | webmproject/libvpx | vp8/common/ppc/loopfilter_filters_altivec.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/ppc/loopfilter_filters_altivec.asm | 1,001 | 1,060 |
webmproject/libvpx:vp8/common/ppc/loopfilter_filters_altivec.asm:27 | loop_filter_vertical_edge_uv_ppc:
mfspr r11, 256 ;# get old VRSAVE
oris r12, r11, 0xffff
ori r12, r12, 0xc000
mtspr 256, r12 ;# set VRSAVE
la r9, -48(r1) ;# temporary space for reading in vectors
chroma_vread r9
build_constants r6, r7, r8, v8,... | powerpc | masm-like | macro-heavy | webmproject/libvpx | vp8/common/ppc/loopfilter_filters_altivec.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/ppc/loopfilter_filters_altivec.asm | 1,041 | 1,100 |
webmproject/libvpx:vp8/common/ppc/loopfilter_filters_altivec.asm:28 | lvx v3, r8, r7
lis r12, _B_hihi@ha
la r0, _B_hihi@l(r12)
lvx v16, 0, r0
lis r12, _B_lolo@ha
la r0, _B_lolo@l(r12)
lvx v17, 0, r0
Transpose4times4x4 v16, v17
vp8_simple_filter
vxor v0, v0, v11
vxor v3, v3, v11 ;# cvt Q0, P0 back to pels
... | powerpc | masm-like | macro-heavy | webmproject/libvpx | vp8/common/ppc/loopfilter_filters_altivec.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/ppc/loopfilter_filters_altivec.asm | 1,081 | 1,140 |
webmproject/libvpx:vp8/common/ppc/loopfilter_filters_altivec.asm:29 | neg r5, r4 ;# r5 = -1 * stride
add r6, r5, r5 ;# r6 = -2 * stride
lvx v0, r6, r3 ;# v0 = P1 = 16 pels two rows above edge
lvx v1, r5, r3 ;# v1 = P0 = 16 pels one row above edge
lvx v2, 0, r3 ;# v2 = Q0 = 16 pels one row below edge
... | powerpc | masm-like | macro-heavy | webmproject/libvpx | vp8/common/ppc/loopfilter_filters_altivec.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/ppc/loopfilter_filters_altivec.asm | 1,121 | 1,180 |
webmproject/libvpx:vp8/common/ppc/loopfilter_filters_altivec.asm:31 | WLV 12
WLV 1
WLV 5
WLV 9
WLV 13
WLV 2
WLV 6
WLV 10
WLV 14
WLV 3
WLV 7
WLV 11
WLV 15
mtspr 256, r11 ;# reset old VRSAVE
blr
.data
_chromaSelectors:
.long _B_hihi
.long _B_Ures0
.long _B_Vres0
.long 0
.long _B_lolo
... | powerpc | masm-like | macro-heavy | webmproject/libvpx | vp8/common/ppc/loopfilter_filters_altivec.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/ppc/loopfilter_filters_altivec.asm | 1,201 | 1,252 |
webmproject/libvpx:vp8/common/ppc/loopfilter_filters_altivec.asm:32 | .byte 8, 9, 10, 11, 12, 13, 14, 15, 24, 25, 26, 27, 28, 29, 30, 31
.align 4
_B_Vres0:
.byte 8, 9, 10, 11, 12, 13, 14, 15, 24, 25, 26, 27, 28, 29, 30, 31
.align 4
_B_Ures0:
.byte 0, 1, 2, 3, 4, 5, 6, 7, 24, 25, 26, 27, 28, 29, 30, 31
.align 4
_B_hihi:
.byte 0, 1, 2, 3, ... | powerpc | masm-like | macro-heavy | webmproject/libvpx | vp8/common/ppc/loopfilter_filters_altivec.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/ppc/loopfilter_filters_altivec.asm | 1,241 | 1,252 |
webmproject/libvpx:vp8/common/ppc/platform_altivec.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | powerpc | nasm-like | macro-heavy | webmproject/libvpx | vp8/common/ppc/platform_altivec.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/ppc/platform_altivec.asm | 1 | 59 |
webmproject/libvpx:vp8/common/ppc/platform_altivec.asm:1 | ;
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing projec... | powerpc | nasm-like | macro-heavy | webmproject/libvpx | vp8/common/ppc/platform_altivec.asm | BSD-3-Clause | 94c52e4da8a3532989c84f6b0da695dfaeb18449 | github | media | https://github.com/webmproject/libvpx/blob/94c52e4da8a3532989c84f6b0da695dfaeb18449/vp8/common/ppc/platform_altivec.asm | 1 | 59 |
webmproject/libvpx:vp8/common/ppc/platform_altivec.asm:1 | ;
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license and patent
; grant that can be found in the LICENSE file in the root of the source
; tree. All contributing project authors may be found in the AUTHORS
; file in the root of the sourc... | powerpc | nasm-like | macro-heavy | webmproject/libvpx | vp8/common/ppc/platform_altivec.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/ppc/platform_altivec.asm | 1 | 58 |
webmproject/libvpx:vp8/common/ppc/recon_altivec.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | powerpc | nasm-like | macro-heavy | webmproject/libvpx | vp8/common/ppc/recon_altivec.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/ppc/recon_altivec.asm | 1 | 60 |
webmproject/libvpx:vp8/common/ppc/recon_altivec.asm:2 | mtspr 256,r0 ;# set VRSAVE
vxor v0, v0, v0
li r8, 16
row_of16 r3, r4, r5, r6
row_of16 r3, r4, r5, r6
row_of16 r3, r4, r5, r6
row_of16 r3, r4, r5, r6
lwz r12, -8(r1) ;# restore old VRSAVE from stack
mtspr 256, r12 ... | powerpc | nasm-like | macro-heavy | webmproject/libvpx | vp8/common/ppc/recon_altivec.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/ppc/recon_altivec.asm | 41 | 100 |
webmproject/libvpx:vp8/common/ppc/recon_altivec.asm:3 | ;# r3 = short *diff_ptr,
;# r4 = unsigned char *pred_ptr,
;# r5 = unsigned char *dst_ptr,
;# r6 = int stride
recon2b_ppc:
mfspr r0, 256 ;# get old VRSAVE
stw r0, -8(r1) ;# save old VRSAVE to stack
oris r0, r0, 0xf000
mtspr 256,r0 ... | powerpc | nasm-like | macro-heavy | webmproject/libvpx | vp8/common/ppc/recon_altivec.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/ppc/recon_altivec.asm | 81 | 140 |
webmproject/libvpx:vp8/common/ppc/recon_altivec.asm:4 | ;# r3 = short *diff_ptr,
;# r4 = unsigned char *pred_ptr,
;# r5 = unsigned char *dst_ptr,
;# r6 = int stride
recon_b_ppc:
mfspr r0, 256 ;# get old VRSAVE
stw r0, -8(r1) ;# save old VRSAVE to stack
oris r0, r0, 0xf000
mtspr 256,r0 ;... | powerpc | nasm-like | macro-heavy | webmproject/libvpx | vp8/common/ppc/recon_altivec.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/ppc/recon_altivec.asm | 121 | 175 |
webmproject/libvpx:vp8/common/ppc/recon_altivec.asm:5 | stvx v2, 0, r10; ;# 16 pels to dst from buf
lwz r0, 0(r10)
stw r0, 0(r5)
lwz r0, 4(r10)
stwux r0, r5, r6
lwz r0, 8(r10)
stwux r0, r5, r6
lwz r0, 12(r10)
stwx r0, r5, r6
lwz r12, -8(r1) ;# restore old VRSAVE from stack
mtspr ... | powerpc | nasm-like | macro-heavy | webmproject/libvpx | vp8/common/ppc/recon_altivec.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/ppc/recon_altivec.asm | 161 | 175 |
webmproject/libvpx:vp8/common/ppc/recon_altivec.asm:1 | ;
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing projec... | powerpc | nasm-like | macro-heavy | webmproject/libvpx | vp8/common/ppc/recon_altivec.asm | BSD-3-Clause | 94c52e4da8a3532989c84f6b0da695dfaeb18449 | github | media | https://github.com/webmproject/libvpx/blob/94c52e4da8a3532989c84f6b0da695dfaeb18449/vp8/common/ppc/recon_altivec.asm | 1 | 60 |
webmproject/libvpx:vp8/common/ppc/recon_altivec.asm:1 | ;
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license and patent
; grant that can be found in the LICENSE file in the root of the source
; tree. All contributing project authors may be found in the AUTHORS
; file in the root of the sourc... | powerpc | nasm-like | macro-heavy | webmproject/libvpx | vp8/common/ppc/recon_altivec.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/ppc/recon_altivec.asm | 1 | 60 |
webmproject/libvpx:vp8/common/ppc/recon_altivec.asm:2 | vxor v0, v0, v0
li r8, 16
row_of16 r3, r4, r5, r6
row_of16 r3, r4, r5, r6
row_of16 r3, r4, r5, r6
row_of16 r3, r4, r5, r6
lwz r12, -8(r1) ;# restore old VRSAVE from stack
mtspr 256, r12 ;# reset old VRSAVE
blr
.macro two_rows_of8 Diff ... | powerpc | nasm-like | macro-heavy | webmproject/libvpx | vp8/common/ppc/recon_altivec.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/ppc/recon_altivec.asm | 41 | 100 |
webmproject/libvpx:vp8/common/ppc/recon_altivec.asm:3 | ;# r4 = unsigned char *pred_ptr,
;# r5 = unsigned char *dst_ptr,
;# r6 = int stride
recon2b_ppc:
mfspr r0, 256 ;# get old VRSAVE
stw r0, -8(r1) ;# save old VRSAVE to stack
oris r0, r0, 0xf000
mtspr 256,r0 ;# set VRSAVE
vxor ... | powerpc | nasm-like | macro-heavy | webmproject/libvpx | vp8/common/ppc/recon_altivec.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/ppc/recon_altivec.asm | 81 | 140 |
webmproject/libvpx:vp8/common/ppc/recon_altivec.asm:4 | ;# r4 = unsigned char *pred_ptr,
;# r5 = unsigned char *dst_ptr,
;# r6 = int stride
recon_b_ppc:
mfspr r0, 256 ;# get old VRSAVE
stw r0, -8(r1) ;# save old VRSAVE to stack
oris r0, r0, 0xf000
mtspr 256,r0 ;# set VRSAVE
vxor ... | powerpc | nasm-like | macro-heavy | webmproject/libvpx | vp8/common/ppc/recon_altivec.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/ppc/recon_altivec.asm | 121 | 174 |
webmproject/libvpx:vp8/common/ppc/recon_altivec.asm:5 | lwz r0, 0(r10)
stw r0, 0(r5)
lwz r0, 4(r10)
stwux r0, r5, r6
lwz r0, 8(r10)
stwux r0, r5, r6
lwz r0, 12(r10)
stwx r0, r5, r6
lwz r12, -8(r1) ;# restore old VRSAVE from stack
mtspr 256, r12 ;# reset old VRSAVE
b... | powerpc | nasm-like | macro-heavy | webmproject/libvpx | vp8/common/ppc/recon_altivec.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/ppc/recon_altivec.asm | 161 | 174 |
webmproject/libvpx:vp8/common/x86/copy_sse2.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/copy_sse2.asm | BSD-3-Clause | bdbecea1baba853b86b1647d116c284c86df723f | github | media | https://github.com/webmproject/libvpx/blob/bdbecea1baba853b86b1647d116c284c86df723f/vp8/common/x86/copy_sse2.asm | 1 | 60 |
webmproject/libvpx:vp8/common/x86/copy_sse2.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/copy_sse2.asm | BSD-3-Clause | d5d92898001064c74548a7fa04b0f624de4afb40 | github | media | https://github.com/webmproject/libvpx/blob/d5d92898001064c74548a7fa04b0f624de4afb40/vp8/common/x86/copy_sse2.asm | 1 | 60 |
webmproject/libvpx:vp8/common/x86/copy_sse2.asm:2 | movdqu xmm2, XMMWORD PTR [rsi + rax]
movdqu xmm3, XMMWORD PTR [rsi + rax + 16]
lea rsi, [rsi+rax*2]
movdqu xmm4, XMMWORD PTR [rsi]
movdqu xmm5, XMMWORD PTR [rsi + 16]
movdqu xmm6, XMMW... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/copy_sse2.asm | BSD-3-Clause | d5d92898001064c74548a7fa04b0f624de4afb40 | github | media | https://github.com/webmproject/libvpx/blob/d5d92898001064c74548a7fa04b0f624de4afb40/vp8/common/x86/copy_sse2.asm | 41 | 93 |
webmproject/libvpx:vp8/common/x86/copy_sse2.asm:3 | lea rdi, [rdi+rdx]
sub rcx, 1
jne .block_copy_sse2_loop
.copy_is_done:
; begin epilog
pop rdi
pop rsi
RESTORE_XMM
UNSHADOW_ARGS
pop rbp
ret | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/copy_sse2.asm | BSD-3-Clause | d5d92898001064c74548a7fa04b0f624de4afb40 | github | media | https://github.com/webmproject/libvpx/blob/d5d92898001064c74548a7fa04b0f624de4afb40/vp8/common/x86/copy_sse2.asm | 81 | 93 |
webmproject/libvpx:vp8/common/x86/copy_sse3.asm:2 | %define ref_stride r9
%define end_ptr r10
%define ret_var r11
%define result_ptr [rsp+xmm_stack_space+8+4*8]
%define max_sad [rsp+xmm_stack_space+8+4*8]
%define height dword ptr [rsp+xmm_stack_space+8+4*8]
%else
%define src_ptr rdi
%define... | x86_64 | nasm-like | macro-heavy | webmproject/libvpx | vp8/common/x86/copy_sse3.asm | BSD-3-Clause | bdbecea1baba853b86b1647d116c284c86df723f | github | media | https://github.com/webmproject/libvpx/blob/bdbecea1baba853b86b1647d116c284c86df723f/vp8/common/x86/copy_sse3.asm | 41 | 100 |
webmproject/libvpx:vp8/common/x86/copy_sse3.asm:3 | %endif
%endif
ret
%endmacro
SECTION .text
;void vp8_copy32xn_sse3(
; unsigned char *src_ptr,
; int src_stride,
; unsigned char *dst_ptr,
; int dst_stride,
; int height);
global sym(vp8_copy32xn_sse3) PRIVATE
sym(vp8_copy32xn_sse3):
STACK_FRAME_CREATE_X3
.block_copy_sse3_loopx4:
lea ... | x86_64 | nasm-like | macro-heavy | webmproject/libvpx | vp8/common/x86/copy_sse3.asm | BSD-3-Clause | bdbecea1baba853b86b1647d116c284c86df723f | github | media | https://github.com/webmproject/libvpx/blob/bdbecea1baba853b86b1647d116c284c86df723f/vp8/common/x86/copy_sse3.asm | 81 | 140 |
webmproject/libvpx:vp8/common/x86/copy_sse3.asm:2 | %define ref_stride r9
%define end_ptr r10
%define ret_var r11
%define result_ptr [rsp+xmm_stack_space+8+4*8]
%define max_sad [rsp+xmm_stack_space+8+4*8]
%define height dword ptr [rsp+xmm_stack_space+8+4*8]
%else
%define src_ptr rdi
%define... | x86_64 | nasm-like | macro-heavy | webmproject/libvpx | vp8/common/x86/copy_sse3.asm | BSD-3-Clause | d5d92898001064c74548a7fa04b0f624de4afb40 | github | media | https://github.com/webmproject/libvpx/blob/d5d92898001064c74548a7fa04b0f624de4afb40/vp8/common/x86/copy_sse3.asm | 41 | 100 |
webmproject/libvpx:vp8/common/x86/copy_sse3.asm:3 | %endif
%endif
ret
%endmacro
;void vp8_copy32xn_sse3(
; unsigned char *src_ptr,
; int src_stride,
; unsigned char *dst_ptr,
; int dst_stride,
; int height);
global sym(vp8_copy32xn_sse3) PRIVATE
sym(vp8_copy32xn_sse3):
STACK_FRAME_CREATE_X3
.block_copy_sse3_loopx4:
lea en... | x86_64 | nasm-like | macro-heavy | webmproject/libvpx | vp8/common/x86/copy_sse3.asm | BSD-3-Clause | d5d92898001064c74548a7fa04b0f624de4afb40 | github | media | https://github.com/webmproject/libvpx/blob/d5d92898001064c74548a7fa04b0f624de4afb40/vp8/common/x86/copy_sse3.asm | 81 | 140 |
webmproject/libvpx:vp8/common/x86/copy_sse3.asm:4 | movdqa XMMWORD PTR [end_ptr + ref_stride + 16], xmm7
lea ref_ptr, [ref_ptr+ref_stride*4]
sub height, 4
cmp height, 4
jge .block_copy_sse3_loopx4
;Check to see if there is more rows need to be copied.
c... | x86_64 | nasm-like | macro-heavy | webmproject/libvpx | vp8/common/x86/copy_sse3.asm | BSD-3-Clause | d5d92898001064c74548a7fa04b0f624de4afb40 | github | media | https://github.com/webmproject/libvpx/blob/d5d92898001064c74548a7fa04b0f624de4afb40/vp8/common/x86/copy_sse3.asm | 121 | 146 |
webmproject/libvpx:vp8/common/x86/dequantize_mmx.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/dequantize_mmx.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vp8/common/x86/dequantize_mmx.asm | 1 | 60 |
webmproject/libvpx:vp8/common/x86/dequantize_mmx.asm:2 | movq mm1, [rsi+24]
pmullw mm1, [rax+24] ; mm4 *= kernel 0 modifiers.
movq [rdi+24], mm1
; begin epilog
pop rdi
pop rsi
UNSHADOW_ARGS
pop rbp
ret
;void dequant_idct_add_mmx(
;short *input, 0
;short *dq, 1
;unsigned char *... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/dequantize_mmx.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vp8/common/x86/dequantize_mmx.asm | 41 | 100 |
webmproject/libvpx:vp8/common/x86/dequantize_mmx.asm:3 | movq mm3, [rax+24]
pmullw mm3, [rdx+24]
mov rdx, arg(2) ;dest
pxor mm7, mm7
movq [rax], mm7
movq [rax+8], mm7
movq [rax+16],mm7
movq [rax+24],mm7
movsxd rdi, dword ... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/dequantize_mmx.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vp8/common/x86/dequantize_mmx.asm | 81 | 140 |
webmproject/libvpx:vp8/common/x86/dequantize_mmx.asm:4 | paddw mm3, mm5 ; d1
movq mm6, mm2 ; a1
movq mm4, mm0 ; b1
paddw mm2, mm3 ;0
paddw mm4, mm7 ;1
psubw mm0, mm7 ... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/dequantize_mmx.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vp8/common/x86/dequantize_mmx.asm | 121 | 180 |
webmproject/libvpx:vp8/common/x86/dequantize_mmx.asm:5 | movq mm7, mm3 ;
pmulhw mm7, [GLOBAL(x_c1sqr2less1)];
paddw mm7, mm3 ; ip3 * cos(pi/8) * sqrt(2)
psubw mm7, mm5 ; c1
movq mm5, mm1
movq mm4, ... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/dequantize_mmx.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vp8/common/x86/dequantize_mmx.asm | 161 | 220 |
webmproject/libvpx:vp8/common/x86/dequantize_mmx.asm:6 | punpckhwd mm2, mm0 ; 13 03 12 02
punpcklwd mm3, mm6 ; 31 21 30 20
punpckhwd mm4, mm6 ; 33 23 32 22
movq mm0, mm1 ; 11 01 10 00
movq mm5, mm2 ; 13 03 12... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/dequantize_mmx.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vp8/common/x86/dequantize_mmx.asm | 201 | 259 |
webmproject/libvpx:vp8/common/x86/dequantize_mmx.asm:7 | movd [rdx+rdi*2], mm5
; begin epilog
pop rdi
RESTORE_GOT
UNSHADOW_ARGS
pop rbp
ret
SECTION_RODATA
align 16
x_s1sqr2:
times 4 dw 0x8A8C
align 16
x_c1sqr2less1:
times 4 dw 0x4E7B
align 16
fours:
times 4 dw 0x0004 | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/dequantize_mmx.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vp8/common/x86/dequantize_mmx.asm | 241 | 259 |
webmproject/libvpx:vp8/common/x86/dequantize_mmx.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/dequantize_mmx.asm | BSD-3-Clause | e8be64983a9a12acbf23d1d8f78a261bc23d8765 | github | media | https://github.com/webmproject/libvpx/blob/e8be64983a9a12acbf23d1d8f78a261bc23d8765/vp8/common/x86/dequantize_mmx.asm | 1 | 60 |
webmproject/libvpx:vp8/common/x86/dequantize_mmx.asm:2 | movq mm1, [rsi+24]
pmullw mm1, [rax+24] ; mm4 *= kernel 0 modifiers.
movq [rdi+24], mm1
; begin epilog
pop rdi
pop rsi
UNSHADOW_ARGS
pop rbp
ret
;void dequant_idct_add_mmx(
;short *input, 0
;short *dq, 1
;unsigned char *... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/dequantize_mmx.asm | BSD-3-Clause | e8be64983a9a12acbf23d1d8f78a261bc23d8765 | github | media | https://github.com/webmproject/libvpx/blob/e8be64983a9a12acbf23d1d8f78a261bc23d8765/vp8/common/x86/dequantize_mmx.asm | 41 | 100 |
webmproject/libvpx:vp8/common/x86/dequantize_mmx.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/dequantize_mmx.asm | BSD-3-Clause | bdbecea1baba853b86b1647d116c284c86df723f | github | media | https://github.com/webmproject/libvpx/blob/bdbecea1baba853b86b1647d116c284c86df723f/vp8/common/x86/dequantize_mmx.asm | 1 | 60 |
webmproject/libvpx:vp8/common/x86/dequantize_mmx.asm:2 | movq mm1, [rsi+24]
pmullw mm1, [rax+24] ; mm4 *= kernel 0 modifiers.
movq [rdi+24], mm1
; begin epilog
pop rdi
pop rsi
UNSHADOW_ARGS
pop rbp
ret
;void dequant_idct_add_mmx(
;short *input, 0
;short *dq, 1
;unsigned char *... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/dequantize_mmx.asm | BSD-3-Clause | bdbecea1baba853b86b1647d116c284c86df723f | github | media | https://github.com/webmproject/libvpx/blob/bdbecea1baba853b86b1647d116c284c86df723f/vp8/common/x86/dequantize_mmx.asm | 41 | 100 |
webmproject/libvpx:vp8/common/x86/dequantize_mmx.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/dequantize_mmx.asm | BSD-3-Clause | 0f7e4665ae6f3850c681b29e6318ed4e556d70fb | github | media | https://github.com/webmproject/libvpx/blob/0f7e4665ae6f3850c681b29e6318ed4e556d70fb/vp8/common/x86/dequantize_mmx.asm | 1 | 60 |
webmproject/libvpx:vp8/common/x86/dequantize_mmx.asm:2 | movq mm1, [rsi+24]
pmullw mm1, [rax+24] ; mm4 *= kernel 0 modifiers.
movq [rdi+24], mm1
; begin epilog
pop rdi
pop rsi
UNSHADOW_ARGS
pop rbp
ret
;void dequant_idct_add_mmx(
;short *input, 0
;short *dq, 1
;unsigned char *... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/dequantize_mmx.asm | BSD-3-Clause | 0f7e4665ae6f3850c681b29e6318ed4e556d70fb | github | media | https://github.com/webmproject/libvpx/blob/0f7e4665ae6f3850c681b29e6318ed4e556d70fb/vp8/common/x86/dequantize_mmx.asm | 41 | 100 |
webmproject/libvpx:vp8/common/x86/dequantize_mmx.asm:3 | pmullw mm3, [rdx+24]
mov rdx, arg(2) ;dest
pxor mm7, mm7
movq [rax], mm7
movq [rax+8], mm7
movq [rax+16],mm7
movq [rax+24],mm7
movsxd rdi, dword ptr arg(3) ;stride
psubw ... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/dequantize_mmx.asm | BSD-3-Clause | 0f7e4665ae6f3850c681b29e6318ed4e556d70fb | github | media | https://github.com/webmproject/libvpx/blob/0f7e4665ae6f3850c681b29e6318ed4e556d70fb/vp8/common/x86/dequantize_mmx.asm | 81 | 140 |
webmproject/libvpx:vp8/common/x86/dequantize_mmx.asm:4 | paddw mm3, mm5 ; d1
movq mm6, mm2 ; a1
movq mm4, mm0 ; b1
paddw mm2, mm3 ;0
paddw mm4, mm7 ;1
psubw mm0, mm7 ... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/dequantize_mmx.asm | BSD-3-Clause | 0f7e4665ae6f3850c681b29e6318ed4e556d70fb | github | media | https://github.com/webmproject/libvpx/blob/0f7e4665ae6f3850c681b29e6318ed4e556d70fb/vp8/common/x86/dequantize_mmx.asm | 121 | 180 |
webmproject/libvpx:vp8/common/x86/dequantize_mmx.asm:5 | movq mm7, mm3 ;
pmulhw mm7, [GLOBAL(x_c1sqr2less1)];
paddw mm7, mm3 ; ip3 * cos(pi/8) * sqrt(2)
psubw mm7, mm5 ; c1
movq mm5, mm1
movq mm4, ... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/dequantize_mmx.asm | BSD-3-Clause | 0f7e4665ae6f3850c681b29e6318ed4e556d70fb | github | media | https://github.com/webmproject/libvpx/blob/0f7e4665ae6f3850c681b29e6318ed4e556d70fb/vp8/common/x86/dequantize_mmx.asm | 161 | 220 |
webmproject/libvpx:vp8/common/x86/dequantize_mmx.asm:6 | punpcklwd mm3, mm6 ; 31 21 30 20
punpckhwd mm4, mm6 ; 33 23 32 22
movq mm0, mm1 ; 11 01 10 00
movq mm5, mm2 ; 13 03 12 02
punpckldq mm0, mm3 ; 30 20 10... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/dequantize_mmx.asm | BSD-3-Clause | 0f7e4665ae6f3850c681b29e6318ed4e556d70fb | github | media | https://github.com/webmproject/libvpx/blob/0f7e4665ae6f3850c681b29e6318ed4e556d70fb/vp8/common/x86/dequantize_mmx.asm | 201 | 258 |
webmproject/libvpx:vp8/common/x86/dequantize_mmx.asm:7 | ; begin epilog
pop rdi
RESTORE_GOT
UNSHADOW_ARGS
pop rbp
ret
SECTION_RODATA
align 16
x_s1sqr2:
times 4 dw 0x8A8C
align 16
x_c1sqr2less1:
times 4 dw 0x4E7B
align 16
fours:
times 4 dw 0x0004 | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/dequantize_mmx.asm | BSD-3-Clause | 0f7e4665ae6f3850c681b29e6318ed4e556d70fb | github | media | https://github.com/webmproject/libvpx/blob/0f7e4665ae6f3850c681b29e6318ed4e556d70fb/vp8/common/x86/dequantize_mmx.asm | 241 | 258 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vp8/common/x86/idctllm_mmx.asm | 1 | 60 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:2 | mov rbp, rsp
SHADOW_ARGS_TO_STACK 5
GET_GOT rbx
push rsi
push rdi
; end prolog
mov rax, arg(0) ;input
mov rsi, arg(1) ;pred
movq mm0, [rax ]
movq mm1, [rax+ 8]
movq mm2, [r... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vp8/common/x86/idctllm_mmx.asm | 41 | 100 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:3 | psubw mm7, mm5 ; c1
movq mm5, mm1
movq mm4, mm3
pmulhw mm5, [GLOBAL(x_c1sqr2less1)]
paddw mm5, mm1
pmulhw mm3, [GLOBAL(x_s1sqr2)]
paddw mm3, mm4
paddw ... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vp8/common/x86/idctllm_mmx.asm | 81 | 140 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:4 | movq mm3, mm5 ; 33 23 13 03
psubw mm0, mm2 ; b1= 0-2
paddw mm2, mm2 ;
movq mm5, mm1
paddw mm2, mm0 ; a1 =0+2
pmulhw mm5, [GLOBAL(x_s1sqr2)];
p... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vp8/common/x86/idctllm_mmx.asm | 121 | 180 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:5 | psraw mm0, 3
psraw mm4, 3
psraw mm6, 3
movq mm1, mm2 ; 03 02 01 00
movq mm3, mm4 ; 23 22 21 20
punpcklwd mm1, mm0 ; 11 01 10 00
punpckhwd mm2, m... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vp8/common/x86/idctllm_mmx.asm | 161 | 220 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:6 | paddsw mm2, mm4
packuswb mm2, mm7
movd [rdx+rdi*2], mm2
add rdx, rdi
add rsi, rax
movd mm4, [rsi+2*rax]
punpcklbw mm4, mm7
paddsw mm5, mm4
packuswb mm5, ... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vp8/common/x86/idctllm_mmx.asm | 201 | 260 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:7 | paddw mm5, [GLOBAL(fours)]
lea rcx, [rdx + rdx*2]
psraw mm5, 3
punpcklwd mm5, mm5
punpckldq mm5, mm5
movd mm1, [rax]
movd mm2, [rax+rdx]
movd ... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vp8/common/x86/idctllm_mmx.asm | 241 | 296 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:8 | ; begin epilog
RESTORE_GOT
UNSHADOW_ARGS
pop rbp
ret
SECTION_RODATA
align 16
x_s1sqr2:
times 4 dw 0x8A8C
align 16
x_c1sqr2less1:
times 4 dw 0x4E7B
align 16
fours:
times 4 dw 0x0004 | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 5024f4f191678a2a776b466815178fe985d2b967 | github | media | https://github.com/webmproject/libvpx/blob/5024f4f191678a2a776b466815178fe985d2b967/vp8/common/x86/idctllm_mmx.asm | 281 | 296 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | e8be64983a9a12acbf23d1d8f78a261bc23d8765 | github | media | https://github.com/webmproject/libvpx/blob/e8be64983a9a12acbf23d1d8f78a261bc23d8765/vp8/common/x86/idctllm_mmx.asm | 1 | 60 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:6 | paddsw mm2, mm4
packuswb mm2, mm7
movd [rdx+rdi*2], mm2
add rdx, rdi
add rsi, rax
movd mm4, [rsi+2*rax]
punpcklbw mm4, mm7
paddsw mm5, mm4
packuswb mm5, ... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | e8be64983a9a12acbf23d1d8f78a261bc23d8765 | github | media | https://github.com/webmproject/libvpx/blob/e8be64983a9a12acbf23d1d8f78a261bc23d8765/vp8/common/x86/idctllm_mmx.asm | 201 | 260 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | bdbecea1baba853b86b1647d116c284c86df723f | github | media | https://github.com/webmproject/libvpx/blob/bdbecea1baba853b86b1647d116c284c86df723f/vp8/common/x86/idctllm_mmx.asm | 1 | 60 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:6 | paddsw mm2, mm4
packuswb mm2, mm7
movd [rdx+rdi*2], mm2
add rdx, rdi
add rsi, rax
movd mm4, [rsi+2*rax]
punpcklbw mm4, mm7
paddsw mm5, mm4
packuswb mm5, ... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | bdbecea1baba853b86b1647d116c284c86df723f | github | media | https://github.com/webmproject/libvpx/blob/bdbecea1baba853b86b1647d116c284c86df723f/vp8/common/x86/idctllm_mmx.asm | 201 | 260 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:1 | ;
; Copyright (c) 2012 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 9c9d6743d460da1bfb88af66bf43597ae6927af3 | github | media | https://github.com/webmproject/libvpx/blob/9c9d6743d460da1bfb88af66bf43597ae6927af3/vp8/common/x86/idctllm_mmx.asm | 1 | 60 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:2 | ; *
; **************************************************************************/
INIT_MMX
;void short_idct4x4llm_mmx(short *input, short *output, int pitch)
cglobal short_idct4x4llm_mmx, 3,3,0, inp, out, pit
mova m0, [inpq +0]
mova m1, [inpq +8]
mova m2, [inp... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 9c9d6743d460da1bfb88af66bf43597ae6927af3 | github | media | https://github.com/webmproject/libvpx/blob/9c9d6743d460da1bfb88af66bf43597ae6927af3/vp8/common/x86/idctllm_mmx.asm | 41 | 100 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:3 | mova m4, m0 ; b1
paddw m2, m3 ;0
paddw m4, m7 ;1
psubw m0, m7 ;2
psubw m6, m3 ;3
mova m1, m2 ; 03 02 01 00
mova m3, ... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 9c9d6743d460da1bfb88af66bf43597ae6927af3 | github | media | https://github.com/webmproject/libvpx/blob/9c9d6743d460da1bfb88af66bf43597ae6927af3/vp8/common/x86/idctllm_mmx.asm | 81 | 140 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:4 | paddw m7, m3 ; ip3 * cos(pi/8) * sqrt(2)
psubw m7, m5 ; c1
mova m5, m1
mova m4, m3
pmulhw m5, [x_c1sqr2less1]
paddw m5, m1
pmulhw m3, [x_s1sqr2]
paddw m... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 9c9d6743d460da1bfb88af66bf43597ae6927af3 | github | media | https://github.com/webmproject/libvpx/blob/9c9d6743d460da1bfb88af66bf43597ae6927af3/vp8/common/x86/idctllm_mmx.asm | 121 | 180 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:5 | mova m0, m1 ; 11 01 10 00
mova m5, m2 ; 13 03 12 02
punpckldq m0, m3 ; 30 20 10 00
punpckhdq m1, m3 ; 31 21 11 01
punpckldq m2, m4 ; 32 22 12 02
punpckhdq m5, m4 ... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 9c9d6743d460da1bfb88af66bf43597ae6927af3 | github | media | https://github.com/webmproject/libvpx/blob/9c9d6743d460da1bfb88af66bf43597ae6927af3/vp8/common/x86/idctllm_mmx.asm | 161 | 220 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:6 | movsxd strideq, dword stridem
%else
mov strideq, stridem
%endif
pxor m0, m0
movh m5, in_dcq ; dc
paddw m5, [pw_16]
psraw m5, 5
punpcklwd m5, m5
punpckldq m5, ... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 9c9d6743d460da1bfb88af66bf43597ae6927af3 | github | media | https://github.com/webmproject/libvpx/blob/9c9d6743d460da1bfb88af66bf43597ae6927af3/vp8/common/x86/idctllm_mmx.asm | 201 | 240 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:5 | mova m0, m1 ; 11 01 10 00
mova m5, m2 ; 13 03 12 02
punpckldq m0, m3 ; 30 20 10 00
punpckhdq m1, m3 ; 31 21 11 01
punpckldq m2, m4 ; 32 22 12 02
punpckhdq m5, m4 ... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 31fd84d80ba058e8c5d400e8f10c6f7420900ab6 | github | media | https://github.com/webmproject/libvpx/blob/31fd84d80ba058e8c5d400e8f10c6f7420900ab6/vp8/common/x86/idctllm_mmx.asm | 161 | 220 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:6 | movh m5, in_dcq ; dc
paddw m5, [pw_16]
psraw m5, 5
punpcklwd m5, m5
punpckldq m5, m5
movh m1, [predq]
punpcklbw m1, m0
paddsw m1, m5
packuswb ... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 31fd84d80ba058e8c5d400e8f10c6f7420900ab6 | github | media | https://github.com/webmproject/libvpx/blob/31fd84d80ba058e8c5d400e8f10c6f7420900ab6/vp8/common/x86/idctllm_mmx.asm | 201 | 235 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:1 | ;
; Copyright (c) 2012 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 7a000715767c3765575977d77e3d22d2e763450b | github | media | https://github.com/webmproject/libvpx/blob/7a000715767c3765575977d77e3d22d2e763450b/vp8/common/x86/idctllm_mmx.asm | 1 | 60 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 0f7e4665ae6f3850c681b29e6318ed4e556d70fb | github | media | https://github.com/webmproject/libvpx/blob/0f7e4665ae6f3850c681b29e6318ed4e556d70fb/vp8/common/x86/idctllm_mmx.asm | 1 | 60 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:2 | SHADOW_ARGS_TO_STACK 5
GET_GOT rbx
push rsi
push rdi
; end prolog
mov rax, arg(0) ;input
mov rsi, arg(1) ;pred
movq mm0, [rax ]
movq mm1, [rax+ 8]
movq mm2, [rax+16]
movq mm... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 0f7e4665ae6f3850c681b29e6318ed4e556d70fb | github | media | https://github.com/webmproject/libvpx/blob/0f7e4665ae6f3850c681b29e6318ed4e556d70fb/vp8/common/x86/idctllm_mmx.asm | 41 | 100 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:3 | movq mm5, mm1
movq mm4, mm3
pmulhw mm5, [GLOBAL(x_c1sqr2less1)]
paddw mm5, mm1
pmulhw mm3, [GLOBAL(x_s1sqr2)]
paddw mm3, mm4
paddw mm3, mm5 ; d1
movq m... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 0f7e4665ae6f3850c681b29e6318ed4e556d70fb | github | media | https://github.com/webmproject/libvpx/blob/0f7e4665ae6f3850c681b29e6318ed4e556d70fb/vp8/common/x86/idctllm_mmx.asm | 81 | 140 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:4 | psubw mm0, mm2 ; b1= 0-2
paddw mm2, mm2 ;
movq mm5, mm1
paddw mm2, mm0 ; a1 =0+2
pmulhw mm5, [GLOBAL(x_s1sqr2)];
paddw mm5, mm1 ; ip1 * sin(pi/8) * ... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 0f7e4665ae6f3850c681b29e6318ed4e556d70fb | github | media | https://github.com/webmproject/libvpx/blob/0f7e4665ae6f3850c681b29e6318ed4e556d70fb/vp8/common/x86/idctllm_mmx.asm | 121 | 180 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:6 | packuswb mm2, mm7
movd [rdx+rdi*2], mm2
add rdx, rdi
add rsi, rax
movd mm4, [rsi+2*rax]
punpcklbw mm4, mm7
paddsw mm5, mm4
packuswb mm5, mm7
movd [rdx+rdi*2... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 0f7e4665ae6f3850c681b29e6318ed4e556d70fb | github | media | https://github.com/webmproject/libvpx/blob/0f7e4665ae6f3850c681b29e6318ed4e556d70fb/vp8/common/x86/idctllm_mmx.asm | 201 | 260 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:8 | RESTORE_GOT
UNSHADOW_ARGS
pop rbp
ret
SECTION_RODATA
align 16
x_s1sqr2:
times 4 dw 0x8A8C
align 16
x_c1sqr2less1:
times 4 dw 0x4E7B
align 16
fours:
times 4 dw 0x0004 | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 0f7e4665ae6f3850c681b29e6318ed4e556d70fb | github | media | https://github.com/webmproject/libvpx/blob/0f7e4665ae6f3850c681b29e6318ed4e556d70fb/vp8/common/x86/idctllm_mmx.asm | 281 | 295 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | ed9c66f5844cd6fd28c7f92e84a769170a56462e | github | media | https://github.com/webmproject/libvpx/blob/ed9c66f5844cd6fd28c7f92e84a769170a56462e/vp8/common/x86/idctllm_mmx.asm | 1 | 60 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:6 | packuswb mm2, mm7
movd [rdx+rdi*2], mm2
add rdx, rdi
add rsi, rax
movd mm4, [rsi+2*rax]
punpcklbw mm4, mm7
paddsw mm5, mm4
packuswb mm5, mm7
movd [rdx+rdi*2... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | ed9c66f5844cd6fd28c7f92e84a769170a56462e | github | media | https://github.com/webmproject/libvpx/blob/ed9c66f5844cd6fd28c7f92e84a769170a56462e/vp8/common/x86/idctllm_mmx.asm | 201 | 260 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 8942f70cdf823e79b703985b8ae35c6af029dab8 | github | media | https://github.com/webmproject/libvpx/blob/8942f70cdf823e79b703985b8ae35c6af029dab8/vp8/common/x86/idctllm_mmx.asm | 1 | 60 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:2 | GET_GOT rbx
; end prolog
mov rax, arg(0) ;input
mov rdx, arg(1) ;output
movq mm0, [rax ]
movq mm1, [rax+ 8]
movq mm2, [rax+16]
movq mm3, [rax+24]
... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 8942f70cdf823e79b703985b8ae35c6af029dab8 | github | media | https://github.com/webmproject/libvpx/blob/8942f70cdf823e79b703985b8ae35c6af029dab8/vp8/common/x86/idctllm_mmx.asm | 41 | 100 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:3 | movq mm4, mm0 ; b1
paddw mm2, mm3 ;0
paddw mm4, mm7 ;1
psubw mm0, mm7 ;2
psubw mm6, mm3 ;3
movq mm1, mm2 ... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 8942f70cdf823e79b703985b8ae35c6af029dab8 | github | media | https://github.com/webmproject/libvpx/blob/8942f70cdf823e79b703985b8ae35c6af029dab8/vp8/common/x86/idctllm_mmx.asm | 81 | 140 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:4 | paddw mm7, mm3 ; ip3 * cos(pi/8) * sqrt(2)
psubw mm7, mm5 ; c1
movq mm5, mm1
movq mm4, mm3
pmulhw mm5, [GLOBAL(x_c1sqr2less1)]
paddw mm5, mm1
... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 8942f70cdf823e79b703985b8ae35c6af029dab8 | github | media | https://github.com/webmproject/libvpx/blob/8942f70cdf823e79b703985b8ae35c6af029dab8/vp8/common/x86/idctllm_mmx.asm | 121 | 180 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:5 | punpckhwd mm4, mm6 ; 33 23 32 22
movq mm0, mm1 ; 11 01 10 00
movq mm5, mm2 ; 13 03 12 02
punpckldq mm0, mm3 ; 30 20 10 00
punpckhdq mm1, mm3 ; 31 21 11... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 8942f70cdf823e79b703985b8ae35c6af029dab8 | github | media | https://github.com/webmproject/libvpx/blob/8942f70cdf823e79b703985b8ae35c6af029dab8/vp8/common/x86/idctllm_mmx.asm | 161 | 220 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:6 | psraw mm0, 3
movsxd rax, dword ptr arg(2) ;pitch
punpcklwd mm0, mm0
punpckldq mm0, mm0
movq [rdx], mm0
movq [rdx+rax], mm0
movq [rdx+rax*2], mm0
add rdx, ... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 8942f70cdf823e79b703985b8ae35c6af029dab8 | github | media | https://github.com/webmproject/libvpx/blob/8942f70cdf823e79b703985b8ae35c6af029dab8/vp8/common/x86/idctllm_mmx.asm | 201 | 260 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:7 | paddw mm5, [GLOBAL(fours)]
psraw mm5, 3
punpcklwd mm5, mm5
punpckldq mm5, mm5
movd mm1, [rsi]
punpcklbw mm1, mm0
paddsw mm1, mm5
packuswb mm1, ... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 8942f70cdf823e79b703985b8ae35c6af029dab8 | github | media | https://github.com/webmproject/libvpx/blob/8942f70cdf823e79b703985b8ae35c6af029dab8/vp8/common/x86/idctllm_mmx.asm | 241 | 292 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:8 | ret
SECTION_RODATA
align 16
x_s1sqr2:
times 4 dw 0x8A8C
align 16
x_c1sqr2less1:
times 4 dw 0x4E7B
align 16
fours:
times 4 dw 0x0004 | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 8942f70cdf823e79b703985b8ae35c6af029dab8 | github | media | https://github.com/webmproject/libvpx/blob/8942f70cdf823e79b703985b8ae35c6af029dab8/vp8/common/x86/idctllm_mmx.asm | 281 | 292 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:1 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 5cdc3a4c29c5da43a4c346d57932c1c46068abec | github | media | https://github.com/webmproject/libvpx/blob/5cdc3a4c29c5da43a4c346d57932c1c46068abec/vp8/common/x86/idctllm_mmx.asm | 1 | 60 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:2 | GET_GOT rbx
; end prolog
mov rax, arg(0) ;input
mov rdx, arg(1) ;output
movq mm0, [rax ]
movq mm1, [rax+ 8]
movq mm2, [rax+16]
movq mm3, [rax+24]
... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/x86/idctllm_mmx.asm | 41 | 100 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:3 | movq mm4, mm0 ; b1
paddw mm2, mm3 ;0
paddw mm4, mm7 ;1
psubw mm0, mm7 ;2
psubw mm6, mm3 ;3
movq mm1, mm2 ... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/x86/idctllm_mmx.asm | 81 | 140 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:4 | paddw mm7, mm3 ; ip3 * cos(pi/8) * sqrt(2)
psubw mm7, mm5 ; c1
movq mm5, mm1
movq mm4, mm3
pmulhw mm5, [x_c1sqr2less1 GLOBAL]
paddw mm5, mm1
p... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/x86/idctllm_mmx.asm | 121 | 180 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:5 | punpckhwd mm4, mm6 ; 33 23 32 22
movq mm0, mm1 ; 11 01 10 00
movq mm5, mm2 ; 13 03 12 02
punpckldq mm0, mm3 ; 30 20 10 00
punpckhdq mm1, mm3 ; 31 21 11... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/x86/idctllm_mmx.asm | 161 | 220 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:6 | psraw mm0, 3
movsxd rax, dword ptr arg(2) ;pitch
punpcklwd mm0, mm0
punpckldq mm0, mm0
movq [rdx], mm0
movq [rdx+rax], mm0
movq [rdx+rax*2], mm0
add rdx, ... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/x86/idctllm_mmx.asm | 201 | 260 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:7 | paddw mm5, [fours GLOBAL]
psraw mm5, 3
punpcklwd mm5, mm5
punpckldq mm5, mm5
movd mm1, [rsi]
punpcklbw mm1, mm0
paddsw mm1, mm5
packuswb mm1, ... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | c2140b8af169a6d93a70efc403a5956f5ec84dba | github | media | https://github.com/webmproject/libvpx/blob/c2140b8af169a6d93a70efc403a5956f5ec84dba/vp8/common/x86/idctllm_mmx.asm | 241 | 292 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:1 | ;
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing projec... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 98fcccfe9751894ace9693a39ba0609fe5ea904d | github | media | https://github.com/webmproject/libvpx/blob/98fcccfe9751894ace9693a39ba0609fe5ea904d/vp8/common/x86/idctllm_mmx.asm | 1 | 60 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:6 | psraw mm0, 3
movsxd rax, dword ptr arg(2) ;pitch
punpcklwd mm0, mm0
punpckldq mm0, mm0
movq [rdx], mm0
movq [rdx+rax], mm0
movq [rdx+rax*2], mm0
add rdx, ... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 94c52e4da8a3532989c84f6b0da695dfaeb18449 | github | media | https://github.com/webmproject/libvpx/blob/94c52e4da8a3532989c84f6b0da695dfaeb18449/vp8/common/x86/idctllm_mmx.asm | 201 | 260 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:7 | punpckldq mm0, mm0
movq [rdx], mm0
movq [rdx+rax], mm0
movq [rdx+rax*2], mm0
add rdx, rax
movq [rdx+rax*2], mm0
; begin epilog
RESTORE_GOT
UNSHADOW_ARGS
pop rbp
ret
SE... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 94c52e4da8a3532989c84f6b0da695dfaeb18449 | github | media | https://github.com/webmproject/libvpx/blob/94c52e4da8a3532989c84f6b0da695dfaeb18449/vp8/common/x86/idctllm_mmx.asm | 241 | 266 |
webmproject/libvpx:vp8/common/x86/idctllm_mmx.asm:1 | ;
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license and patent
; grant that can be found in the LICENSE file in the root of the source
; tree. All contributing project authors may be found in the AUTHORS
; file in the root of the sourc... | x86_64 | nasm-like | handwritten | webmproject/libvpx | vp8/common/x86/idctllm_mmx.asm | BSD-3-Clause | 0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 | github | media | https://github.com/webmproject/libvpx/blob/0ea50ce9cb4b65eee6afa1d041fe8beb5abda667/vp8/common/x86/idctllm_mmx.asm | 1 | 60 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.