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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
xiph/theora:lib/arm/armbits.s:5 | RSB r14,r10,#32 ; r14 = 32-n
MOV r14,r4,LSR r14 ; r14 = bits=window>>32-n
ADD r12,r12,r14 ;
LDRSH r12,[r12,r14] ; r12 = node=_tree[node+1+bits]
; Stall...
; Stall...
RSBS r14,r12,#0 ; r14 = -node, node>0 => MI
BMI oc_huff_token_decode_continue
MOV r10,r14,LSR #8 ; r10 = n=node>>8... | arm | gas-like | handwritten | xiph/theora | lib/arm/armbits.s | BSD-3-Clause | 3ceb8c59e0ff5977a9c9db1b68f985e2e5218732 | github | media | https://github.com/xiph/theora/blob/3ceb8c59e0ff5977a9c9db1b68f985e2e5218732/lib/arm/armbits.s | 161 | 220 |
xiph/theora:lib/arm/armbits.s:6 | ; (HI) Stall...
ORRHI r4,r14,LSL r5 ; r4 = window|=r14<<32-available
CMP r2,r3 ; ptr<stop => HI
MOVLS r5,#-1<<30 ; (LS) available = OC_LOTS_OF_BITS+32
CMPHI r5,#7 ; (HI) available<=24 => HI
LDRHIB r14,[r3],#1 ; (HI) r14 = *ptr++
SUBHI r5,#8 ; (HI) availa... | arm | gas-like | handwritten | xiph/theora | lib/arm/armbits.s | BSD-3-Clause | 3ceb8c59e0ff5977a9c9db1b68f985e2e5218732 | github | media | https://github.com/xiph/theora/blob/3ceb8c59e0ff5977a9c9db1b68f985e2e5218732/lib/arm/armbits.s | 201 | 227 |
xiph/theora:lib/arm/armencfrag.s:1 | ;********************************************************************
;* *
;* THIS FILE IS PART OF THE OggTheora SOFTWARE CODEC SOURCE CODE. *
;* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
;* GOVERNED BY A BSD-STYLE SOURCE LICENS... | arm | gas-like | handwritten | xiph/theora | lib/arm/armencfrag.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armencfrag.s | 1 | 60 |
xiph/theora:lib/arm/armencfrag.s:2 | VSUBL.U8 Q10,D20,D2
VLD1.64 {D22},[r1@64],r3
VLD1.64 {D3}, [r2],r3
VSUBL.U8 Q11,D22,D3
VLD1.64 {D24},[r1@64],r3
VLD1.64 {D4}, [r2],r3
VSUBL.U8 Q12,D24,D4
VLD1.64 {D26},[r1@64],r3
VLD1.64 {D5}, [r2],r3
VSUBL.U8 Q13,D26,D5
VLD1.64 {D28},[r1@64],r3
VLD1.64 {D6}, [r2],r3
VSUBL.U8 Q14,D28,D6
VLD1.64 {D... | arm | gas-like | handwritten | xiph/theora | lib/arm/armencfrag.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armencfrag.s | 41 | 100 |
xiph/theora:lib/arm/armencfrag.s:3 | VSUB.I16 Q11,Q0, Q11
VTRN.16 Q10,Q11
VADD.I16 Q12,Q2, Q13
VTRN.32 Q8, Q10
VSUB.I16 Q13,Q2, Q13
VTRN.32 Q9, Q11
VSUB.I16 Q15,Q14,Q1
VTRN.16 Q12,Q13
VADD.I16 Q14,Q14,Q1
VTRN.16 Q14,Q15
VTRN.32 Q12,Q14
VSWP D17,D24
; Hadamard Stage A & Finish 8x8 Transpose
VADD.I16 Q0, Q8, Q12
VTRN.32 Q13,Q15
VSUB.I... | arm | gas-like | handwritten | xiph/theora | lib/arm/armencfrag.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armencfrag.s | 81 | 140 |
xiph/theora:lib/arm/armencfrag.s:4 | VST1.32 D20[0],[r0]
; Remove the (abs) DC component from the total.
MOV r3,#0
VMOV.I16 D24[0],r3
VABA.S16 Q12,Q13,Q2
VABA.S16 Q15,Q14,Q1
VNEG.S16 Q0, Q0
VNEG.S16 Q2, Q2
VNEG.S16 Q1, Q1
VABA.S16 Q12,Q8, Q3
VABA.S16 Q15,Q11,Q0
VABA.S16 Q12,Q13,Q2
VABA.S16 Q15,Q14,Q1
; We're now using all 16 bits of each val... | arm | gas-like | handwritten | xiph/theora | lib/arm/armencfrag.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armencfrag.s | 121 | 180 |
xiph/theora:lib/arm/armencfrag.s:5 | VLD1.64 {D5}, [r3],r12
VSUBL.U8 Q9, D18,D2
VLD1.64 {D20},[r1@64],r12
VHADD.U8 D4, D4, D5
VLD1.64 {D6}, [r2],r12
VLD1.64 {D7}, [r3],r12
VSUBL.U8 Q10,D20,D4
VLD1.64 {D22},[r1@64],r12
VHADD.U8 D6, D6, D7
VLD1.64 {D0}, [r2],r12
VLD1.64 {D1}, [r3],r12
VSUBL.U8 Q11,D22,D6
VLD1.64 {D24},[r1@64],r12
VHADD.... | arm | gas-like | handwritten | xiph/theora | lib/arm/armencfrag.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armencfrag.s | 161 | 220 |
xiph/theora:lib/arm/armencfrag.s:6 | VSUBL.U8 Q8, D16,D0
VLD1.64 {D18},[r1@64],r2
VSUBL.U8 Q9, D18,D0
VLD1.64 {D20},[r1@64],r2
VSUBL.U8 Q10,D20,D0
VLD1.64 {D22},[r1@64],r2
VSUBL.U8 Q11,D22,D0
VLD1.64 {D24},[r1@64],r2
VSUBL.U8 Q12,D24,D0
VLD1.64 {D26},[r1@64],r2
VSUBL.U8 Q13,D26,D0
VLD1.64 {D28},[r1@64],r2
VSUBL.U8 Q14,D28,D0
VLD1.64 {D... | arm | gas-like | handwritten | xiph/theora | lib/arm/armencfrag.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armencfrag.s | 201 | 220 |
xiph/theora:lib/arm/armencfrag.s:1 | ;********************************************************************
;* *
;* THIS FILE IS PART OF THE OggTheora SOFTWARE CODEC SOURCE CODE. *
;* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
;* GOVERNED BY A BSD-STYLE SOURCE LICENS... | arm | gas-like | handwritten | xiph/theora | lib/arm/armencfrag.s | BSD-3-Clause | 996200e50973a517580218c188a8f4479187f41f | github | media | https://github.com/xiph/theora/blob/996200e50973a517580218c188a8f4479187f41f/lib/arm/armencfrag.s | 1 | 60 |
xiph/theora:lib/arm/armencfrag.s:2 | VLD1.64 {D22},[r1@64],r3
VLD1.64 {D3}, [r2],r3
VSUBL.U8 Q11,D22,D3
VLD1.64 {D24},[r1@64],r3
VLD1.64 {D4}, [r2],r3
VSUBL.U8 Q12,D24,D4
VLD1.64 {D26},[r1@64],r3
VLD1.64 {D5}, [r2],r3
VSUBL.U8 Q13,D26,D5
VLD1.64 {D28},[r1@64],r3
VLD1.64 {D6}, [r2],r3
VSUBL.U8 Q14,D28,D6
VLD1.64 {D30},[r1@64]
VLD1.64 ... | arm | gas-like | handwritten | xiph/theora | lib/arm/armencfrag.s | BSD-3-Clause | 996200e50973a517580218c188a8f4479187f41f | github | media | https://github.com/xiph/theora/blob/996200e50973a517580218c188a8f4479187f41f/lib/arm/armencfrag.s | 41 | 100 |
xiph/theora:lib/arm/armencfrag.s:3 | VTRN.16 Q10,Q11
VADD.I16 Q12,Q2, Q13
VTRN.32 Q8, Q10
VSUB.I16 Q13,Q2, Q13
VTRN.32 Q9, Q11
VSUB.I16 Q15,Q14,Q1
VTRN.16 Q12,Q13
VADD.I16 Q14,Q14,Q1
VTRN.16 Q14,Q15
VTRN.32 Q12,Q14
VSWP D17,D24
; Hadamard Stage A & Finish 8x8 Transpose
VADD.I16 Q0, Q8, Q12
VTRN.32 Q13,Q15
VSUB.I16 Q12,Q8, Q12
VSWP ... | arm | gas-like | handwritten | xiph/theora | lib/arm/armencfrag.s | BSD-3-Clause | 996200e50973a517580218c188a8f4479187f41f | github | media | https://github.com/xiph/theora/blob/996200e50973a517580218c188a8f4479187f41f/lib/arm/armencfrag.s | 81 | 140 |
xiph/theora:lib/arm/armencfrag.s:4 | ; Remove the (abs) DC component from the total.
MOV r3,#0
VMOV.I16 D24[0],r3
VABA.S16 Q12,Q13,Q2
VABA.S16 Q15,Q14,Q1
VNEG.S16 Q0, Q0
VNEG.S16 Q2, Q2
VNEG.S16 Q1, Q1
VABA.S16 Q12,Q8, Q3
VABA.S16 Q15,Q11,Q0
VABA.S16 Q12,Q13,Q2
VABA.S16 Q15,Q14,Q1
; We're now using all 16 bits of each value.
VPADDL.U16 Q12,Q1... | arm | gas-like | handwritten | xiph/theora | lib/arm/armencfrag.s | BSD-3-Clause | 996200e50973a517580218c188a8f4479187f41f | github | media | https://github.com/xiph/theora/blob/996200e50973a517580218c188a8f4479187f41f/lib/arm/armencfrag.s | 121 | 180 |
xiph/theora:lib/arm/armencfrag.s:5 | VSUBL.U8 Q9, D18,D2
VLD1.64 {D20},[r1@64],r12
VHADD.U8 D4, D4, D5
VLD1.64 {D6}, [r2],r12
VLD1.64 {D7}, [r3],r12
VSUBL.U8 Q10,D20,D4
VLD1.64 {D22},[r1@64],r12
VHADD.U8 D6, D6, D7
VLD1.64 {D0}, [r2],r12
VLD1.64 {D1}, [r3],r12
VSUBL.U8 Q11,D22,D6
VLD1.64 {D24},[r1@64],r12
VHADD.U8 D0, D0, D1
VLD1.64 {... | arm | gas-like | handwritten | xiph/theora | lib/arm/armencfrag.s | BSD-3-Clause | 996200e50973a517580218c188a8f4479187f41f | github | media | https://github.com/xiph/theora/blob/996200e50973a517580218c188a8f4479187f41f/lib/arm/armencfrag.s | 161 | 219 |
xiph/theora:lib/arm/armencfrag.s:6 | VLD1.64 {D18},[r1@64],r2
VSUBL.U8 Q9, D18,D0
VLD1.64 {D20},[r1@64],r2
VSUBL.U8 Q10,D20,D0
VLD1.64 {D22},[r1@64],r2
VSUBL.U8 Q11,D22,D0
VLD1.64 {D24},[r1@64],r2
VSUBL.U8 Q12,D24,D0
VLD1.64 {D26},[r1@64],r2
VSUBL.U8 Q13,D26,D0
VLD1.64 {D28},[r1@64],r2
VSUBL.U8 Q14,D28,D0
VLD1.64 {D30},[r1@64]
VSUBL.U8... | arm | gas-like | handwritten | xiph/theora | lib/arm/armencfrag.s | BSD-3-Clause | 996200e50973a517580218c188a8f4479187f41f | github | media | https://github.com/xiph/theora/blob/996200e50973a517580218c188a8f4479187f41f/lib/arm/armencfrag.s | 201 | 219 |
xiph/theora:lib/arm/armencfrag.s:1 | ;********************************************************************
;* *
;* THIS FILE IS PART OF THE OggTheora SOFTWARE CODEC SOURCE CODE. *
;* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
;* GOVERNED BY A BSD-STYLE SOURCE LICENS... | arm | gas-like | handwritten | xiph/theora | lib/arm/armencfrag.s | BSD-3-Clause | 0ac0212f5523a7ebceecda1acbb665fa071ca4cd | github | media | https://github.com/xiph/theora/blob/0ac0212f5523a7ebceecda1acbb665fa071ca4cd/lib/arm/armencfrag.s | 1 | 60 |
xiph/theora:lib/arm/armenquant.s:1 | ;********************************************************************
;* *
;* THIS FILE IS PART OF THE OggTheora SOFTWARE CODEC SOURCE CODE. *
;* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
;* GOVERNED BY A BSD-STYLE SOURCE LICENS... | arm | gas-like | handwritten | xiph/theora | lib/arm/armenquant.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armenquant.s | 1 | 60 |
xiph/theora:lib/arm/armenquant.s:2 | VUZP.16 Q8, Q9
VNEG.S16 Q9, Q9
VUZP.16 Q10,Q11
VNEG.S16 Q11,Q11
VUZP.16 Q12,Q13
VNEG.S16 Q13,Q13
VUZP.16 Q14,Q15
VNEG.S16 Q15,Q15
VSTMIA r0!,{D16-D31}
BNE oeeti_neon_lp
LDR PC, [r13],#4
ENDP
oc_enc_enquant_table_fixup_neon PROC
; r0 = void *_enquant[3][3][2]
; r1 = int _nqis
STR r14,[r13,#-4]!
oee... | arm | gas-like | handwritten | xiph/theora | lib/arm/armenquant.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armenquant.s | 41 | 100 |
xiph/theora:lib/arm/armenquant.s:3 | LDR PC, [r13],#4
ENDP
oc_enc_quantize_neon PROC
; r0 = ogg_int16_t _qdct[64]
; r1 = const ogg_int16_t _dct[64]
; r2 = const ogg_int16_t _dequant[64]
; r3 = const void *_enquant
STMFD r13!,{r4,r5,r14}
; The loop counter goes in the high half of r14.
MOV r14,#0xFFFCFFFF
oeq_neon_lp
; Load the ne... | arm | gas-like | handwritten | xiph/theora | lib/arm/armenquant.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armenquant.s | 81 | 140 |
xiph/theora:lib/arm/armenquant.s:4 | VSUB.S16 Q9, Q9, Q1
VST1.64 {D16,D17,D18,D19},[r0@128]!
; Now pull out a bitfield marking the non-zero coefficients.
VQMOVN.S16 D16,Q8
VQMOVN.S16 D17,Q9
VCEQ.S8 Q8, #0
; Sadly, NEON has no PMOVMSKB; emulating it requires 6 instructions.
VNEG.S8 Q8, Q8 ; D16=.......3.......2.......1.......0
... | arm | gas-like | handwritten | xiph/theora | lib/arm/armenquant.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armenquant.s | 121 | 162 |
xiph/theora:lib/arm/armenquant.s:1 | ;********************************************************************
;* *
;* THIS FILE IS PART OF THE OggTheora SOFTWARE CODEC SOURCE CODE. *
;* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
;* GOVERNED BY A BSD-STYLE SOURCE LICENS... | arm | gas-like | handwritten | xiph/theora | lib/arm/armenquant.s | BSD-3-Clause | 996200e50973a517580218c188a8f4479187f41f | github | media | https://github.com/xiph/theora/blob/996200e50973a517580218c188a8f4479187f41f/lib/arm/armenquant.s | 1 | 60 |
xiph/theora:lib/arm/armenquant.s:2 | VNEG.S16 Q9, Q9
VUZP.16 Q10,Q11
VNEG.S16 Q11,Q11
VUZP.16 Q12,Q13
VNEG.S16 Q13,Q13
VUZP.16 Q14,Q15
VNEG.S16 Q15,Q15
VSTMIA r0!,{D16-D31}
BNE oeeti_neon_lp
LDR PC, [r13],#4
ENDP
oc_enc_enquant_table_fixup_neon PROC
; r0 = void *_enquant[3][3][2]
; r1 = int _nqis
STR r14,[r13,#-4]!
oeetf_neon_lp1
SUBS... | arm | gas-like | handwritten | xiph/theora | lib/arm/armenquant.s | BSD-3-Clause | 996200e50973a517580218c188a8f4479187f41f | github | media | https://github.com/xiph/theora/blob/996200e50973a517580218c188a8f4479187f41f/lib/arm/armenquant.s | 41 | 100 |
xiph/theora:lib/arm/armenquant.s:3 | ENDP
oc_enc_quantize_neon PROC
; r0 = ogg_int16_t _qdct[64]
; r1 = const ogg_int16_t _dct[64]
; r2 = const ogg_int16_t _dequant[64]
; r3 = const void *_enquant
STMFD r13!,{r4,r5,r14}
; The loop counter goes in the high half of r14.
MOV r14,#0xFFFCFFFF
oeq_neon_lp
; Load the next two rows of the... | arm | gas-like | handwritten | xiph/theora | lib/arm/armenquant.s | BSD-3-Clause | 996200e50973a517580218c188a8f4479187f41f | github | media | https://github.com/xiph/theora/blob/996200e50973a517580218c188a8f4479187f41f/lib/arm/armenquant.s | 81 | 140 |
xiph/theora:lib/arm/armenquant.s:4 | VST1.64 {D16,D17,D18,D19},[r0@128]!
; Now pull out a bitfield marking the non-zero coefficients.
VQMOVN.S16 D16,Q8
VQMOVN.S16 D17,Q9
VCEQ.S8 Q8, #0
; Sadly, NEON has no PMOVMSKB; emulating it requires 6 instructions.
VNEG.S8 Q8, Q8 ; D16=.......3.......2.......1.......0
... | arm | gas-like | handwritten | xiph/theora | lib/arm/armenquant.s | BSD-3-Clause | 996200e50973a517580218c188a8f4479187f41f | github | media | https://github.com/xiph/theora/blob/996200e50973a517580218c188a8f4479187f41f/lib/arm/armenquant.s | 121 | 161 |
xiph/theora:lib/arm/armenquant.s:1 | ;********************************************************************
;* *
;* THIS FILE IS PART OF THE OggTheora SOFTWARE CODEC SOURCE CODE. *
;* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
;* GOVERNED BY A BSD-STYLE SOURCE LICENS... | arm | gas-like | handwritten | xiph/theora | lib/arm/armenquant.s | BSD-3-Clause | 648e78bc4d2d724a5ab599c370d9dbce33dbba51 | github | media | https://github.com/xiph/theora/blob/648e78bc4d2d724a5ab599c370d9dbce33dbba51/lib/arm/armenquant.s | 1 | 60 |
xiph/theora:lib/arm/armenquant.s:1 | ;********************************************************************
;* *
;* THIS FILE IS PART OF THE OggTheora SOFTWARE CODEC SOURCE CODE. *
;* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
;* GOVERNED BY A BSD-STYLE SOURCE LICENS... | arm | gas-like | handwritten | xiph/theora | lib/arm/armenquant.s | BSD-3-Clause | b5c02feff7280ae5e3056ddcf0113b794cfc39cf | github | media | https://github.com/xiph/theora/blob/b5c02feff7280ae5e3056ddcf0113b794cfc39cf/lib/arm/armenquant.s | 1 | 60 |
xiph/theora:lib/arm/armenquant.s:2 | VUZP.16 Q8, Q9
VNEG.S16 Q9, Q9
VUZP.16 Q10,Q11
VNEG.S16 Q11,Q11
VUZP.16 Q12,Q13
VNEG.S16 Q13,Q13
VUZP.16 Q14,Q15
VNEG.S16 Q15,Q15
VSTMIA r0!,{D16-D31}
BNE oeeti_neon_lp
LDR PC, [r13],#4
ENDP
oc_enc_enquant_table_fixup_neon PROC
; r0 = void *_enquant[3][3][2]
; r1 = int _nqis
STR r14, [r13,#-4]!
oe... | arm | gas-like | handwritten | xiph/theora | lib/arm/armenquant.s | BSD-3-Clause | b5c02feff7280ae5e3056ddcf0113b794cfc39cf | github | media | https://github.com/xiph/theora/blob/b5c02feff7280ae5e3056ddcf0113b794cfc39cf/lib/arm/armenquant.s | 41 | 100 |
xiph/theora:lib/arm/armenquant.s:3 | LDR PC, [r13],#4
ENDP
oc_enc_quantize_neon PROC
; r0 = ogg_int16_t _qdct[64]
; r1 = const ogg_int16_t _dct[64]
; r2 = const ogg_int16_t _dequant[64]
; r3 = const void *_enquant
STMFD r13!,{r4,r5,r14}
; The loop counter goes in the high half of r14
MOV r14,#0xFFFCFFFF
oeq_neon_lp
; Load the nex... | arm | gas-like | handwritten | xiph/theora | lib/arm/armenquant.s | BSD-3-Clause | b5c02feff7280ae5e3056ddcf0113b794cfc39cf | github | media | https://github.com/xiph/theora/blob/b5c02feff7280ae5e3056ddcf0113b794cfc39cf/lib/arm/armenquant.s | 81 | 140 |
xiph/theora:lib/arm/armenquant.s:4 | VSUB.S16 Q9, Q9, Q1
VST1.64 {D16,D17,D18,D19},[r0@128]!
; Now pull out a bitfield marking the non-zero coefficients.
; Sadly, NEON has no PMOVMSKB; emulating it requires 7 instructions.
VQMOVN.S16 D16,Q8
VQMOVN.S16 D17,Q9
VCEQ.S8 Q8, #0
VNEG.S8 Q8, Q8 ; D16=.......3.......2.......1.......0
... | arm | gas-like | handwritten | xiph/theora | lib/arm/armenquant.s | BSD-3-Clause | b5c02feff7280ae5e3056ddcf0113b794cfc39cf | github | media | https://github.com/xiph/theora/blob/b5c02feff7280ae5e3056ddcf0113b794cfc39cf/lib/arm/armenquant.s | 121 | 164 |
xiph/theora:lib/arm/armenquant.s:2 | VUZP.16 Q8, Q9
VNEG.S16 Q9, Q9
VUZP.16 Q10,Q11
VNEG.S16 Q11,Q11
VUZP.16 Q12,Q13
VNEG.S16 Q13,Q13
VUZP.16 Q14,Q15
VNEG.S16 Q15,Q15
VSTMIA r0!,{D16-D31}
BNE oeeti_neon_lp
LDR PC, [r13],#4
ENDP
oc_enc_enquant_table_fixup_neon PROC
; r0 = void *_enquant[3][3][2]
; r1 = int _nqis
STR r14, [r13,#-4]!
oe... | arm | gas-like | handwritten | xiph/theora | lib/arm/armenquant.s | BSD-3-Clause | 9f95fdfd84b082031632eaa9336c7759941906aa | github | media | https://github.com/xiph/theora/blob/9f95fdfd84b082031632eaa9336c7759941906aa/lib/arm/armenquant.s | 41 | 100 |
xiph/theora:lib/arm/armenquant.s:4 | VSUB.S16 Q9, Q9, Q1
VST1.64 {D16,D17,D18,D19},[r0@128]!
; Now pull out a bitfield marking the non-zero coefficients.
; Sadly, NEON has no PMOVMSKB; emulating it requires 7 instructions.
VQMOVN.S16 D16,Q8
VQMOVN.S16 D17,Q9
VCEQ.S8 Q8, #0
VNEG.S8 Q8, Q8 ; D16=.......3.......2.......1.......0
... | arm | gas-like | handwritten | xiph/theora | lib/arm/armenquant.s | BSD-3-Clause | 9f95fdfd84b082031632eaa9336c7759941906aa | github | media | https://github.com/xiph/theora/blob/9f95fdfd84b082031632eaa9336c7759941906aa/lib/arm/armenquant.s | 121 | 164 |
xiph/theora:lib/arm/armfrag.s:1 | ;********************************************************************
;* *
;* THIS FILE IS PART OF THE OggTheora SOFTWARE CODEC SOURCE CODE. *
;* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
;* GOVERNED BY A BSD-STYLE SOURCE LICENS... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armfrag.s | 1 | 60 |
xiph/theora:lib/arm/armfrag.s:2 | ofcl_arm_lp
LDR r11,[r14,r4,LSL #2] ; r11 = _frag_buf_offs[_fragis[fragii]]
SUBS r12, r12, #1
; Stall (on XScale)
ADD r4, r1, r11 ; r4 = _src_frame+frag_buf_off
LDR r6, [r4], #4
ADD r11,r0, r11 ; r11 = _dst_frame+frag_buf_off
LDR r5, [r4], r2
STR r6, [r11],#4
LDR r6, [r4], #4
STR r5, [r11],r2
LDR r5, [r4],... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armfrag.s | 41 | 100 |
xiph/theora:lib/arm/armfrag.s:3 | ofcl_arm_end
LDMFD r13!,{r4-r6,r11,PC}
oc_frag_recon_intra_arm
; r0 = unsigned char *_dst
; r1 = int _ystride
; r2 = const ogg_int16_t _residue[64]
STMFD r13!,{r4,r5,r14}
MOV r14,#8
MOV r5, #255
SUB r1, r1, #7
ofrintra_lp_arm
LDRSH r3, [r2], #2
LDRSH r4, [r2], #2
LDRSH r12,[r2], #2
... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armfrag.s | 81 | 140 |
xiph/theora:lib/arm/armfrag.s:4 | EORLT r12,r5, r12,ASR #32
LDRSH r4, [r2], #2
STRB r12,[r0], #1
ADDS r3, r3, #128
CMPGT r5, r3
EORLT r3, r5, r3, ASR #32
STRB r3, [r0], #1
ADDS r4, r4, #128
CMPGT r5, r4
EORLT r4, r5, r4, ASR #32
STRB r4, [r0], r1
SUBS r14,r14,#1
BGT ofrintra_lp_arm
LDMFD r13!,{r4,r5,PC}
ENDP
oc_frag_recon_inter_arm PROC
... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armfrag.s | 121 | 180 |
xiph/theora:lib/arm/armfrag.s:5 | ADDS r12,r12,r14
CMPGT r5, r12
LDRSH r11,[r3], #2
LDRB r10,[r1], #1
EORLT r12,r5, r12,ASR #32
STRB r12,[r0], #1
ADDS r11,r11,r10
CMPGT r5, r11
LDRSH r12,[r3], #2
LDRB r14,[r1], #1
EORLT r11,r5, r11,ASR #32
STRB r11,[r0], #1
ADDS r12,r12,r14
CMPGT r5, r12
LDRSH r11,[r3], #2
LDRB r10,[r1], #1
EORLT r12,r5... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armfrag.s | 161 | 220 |
xiph/theora:lib/arm/armfrag.s:6 | ; r0 = unsigned char *dst
; r1 = const unsigned char *src1
; r2 = const unsigned char *src2
; r3 = int ystride
LDR r12,[r13]
; r12= const ogg_int16_t residue[64]
STMFD r13!,{r4-r8,r14}
MOV r14,#8
MOV r8, #255
SUB r3, r3, #7
ofrinter2_lp_arm
LDRB r5, [r1], #1
LDRB r6, [r2], #1
LDRSH... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armfrag.s | 201 | 260 |
xiph/theora:lib/arm/armfrag.s:7 | CMPGT r8, r7
LDRB r5, [r1], #1
LDRB r6, [r2], #1
LDRSH r4, [r12],#2
EORLT r7, r8, r7, ASR #32
STRB r7, [r0], #1
ADD r5, r5, r6
ADDS r5, r4, r5, LSR #1
CMPGT r8, r5
LDRB r7, [r1], #1
LDRB r6, [r2], #1
LDRSH r4, [r12],#2
EORLT r5, r8, r5, ASR #32
STRB r5, [r0], #1
ADD r7, r7, r6
ADDS r7, r4, r7, LSR #1
CM... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armfrag.s | 241 | 300 |
xiph/theora:lib/arm/armfrag.s:8 | [ OC_ARM_ASM_EDSP
EXPORT oc_frag_copy_list_edsp
oc_frag_copy_list_edsp PROC
; r0 = _dst_frame
; r1 = _src_frame
; r2 = _ystride
; r3 = _fragis
; <> = _nfragis
; <> = _frag_buf_offs
LDR r12,[r13] ; r12 = _nfragis
STMFD r13!,{r4-r11,r14}
SUBS r12, r12, #1
LDRGE r5, [r3],#4 ; r5 = _fragis[fragii]
LDRGE r14,... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armfrag.s | 281 | 340 |
xiph/theora:lib/arm/armfrag.s:9 | STRD r10,[r5, r2]!
LDRGE r5, [r3],#4 ; r5 = _fragis[fragii]
BGE ofcl_edsp_lp
ofcl_edsp_end
LDMFD r13!,{r4-r11,PC}
ENDP
]
[ OC_ARM_ASM_MEDIA
EXPORT oc_frag_recon_intra_v6
EXPORT oc_frag_recon_inter_v6
EXPORT oc_frag_recon_inter2_v6
oc_frag_recon_intra_v6 PROC
; r0 = unsigned char *_dst
; r1 = i... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armfrag.s | 321 | 380 |
xiph/theora:lib/arm/armfrag.s:10 | BGT ofrintra_v6_lp
LDMFD r13!,{r4-r6,PC}
ENDP
oc_frag_recon_inter_v6 PROC
; r0 = unsigned char *_dst
; r1 = const unsigned char *_src
; r2 = int _ystride
; r3 = const ogg_int16_t _residue[64]
STMFD r13!,{r4-r7,r14}
MOV r14,#8
ofrinter_v6_lp
LDRD r6, [r3], #8 ; r6 = 11110000 r7 = 333... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armfrag.s | 361 | 420 |
xiph/theora:lib/arm/armfrag.s:11 | BGT ofrinter_v6_lp
LDMFD r13!,{r4-r7,PC}
ENDP
oc_frag_recon_inter2_v6 PROC
; r0 = unsigned char *_dst
; r1 = const unsigned char *_src1
; r2 = const unsigned char *_src2
; r3 = int _ystride
LDR r12,[r13]
; r12= const ogg_int16_t _residue[64]
STMFD r13!,{r4-r9,r14}
MOV r14,#8
ofrinte... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armfrag.s | 401 | 460 |
xiph/theora:lib/arm/armfrag.s:12 | ORR r8, r8, r7, LSL #8 ; r8 = 33221100
STRD r8, [r0], r3
BGT ofrinter2_v6_lp
LDMFD r13!,{r4-r9,PC}
ENDP
]
[ OC_ARM_ASM_NEON
EXPORT oc_frag_copy_list_neon
EXPORT oc_frag_recon_intra_neon
EXPORT oc_frag_recon_inter_neon
EXPORT oc_frag_recon_inter2_neon
oc_frag_copy_list_neon PROC
; r0 = _dst_frame
; r1 = _s... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armfrag.s | 441 | 500 |
xiph/theora:lib/arm/armfrag.s:13 | VLD1.64 {D4}, [r4@64], r2
ADDGT r7, r1, r6
VLD1.64 {D5}, [r4@64], r2
PLD [r7]
VLD1.64 {D6}, [r4@64], r2
PLD [r7, r2]
VLD1.64 {D7}, [r4@64]
PLD [r7, r2, LSL #1]
VST1.64 {D0}, [r5@64], r2
ADDGT r7, r7, r2, LSL #2
VST1.64 {D1}, [r5@64], r2
PLD [r7, -r2]
VST1.64 {D2}, [r5@64], r2
PLD [r7]
VST1.64 {D3}, [r5@64... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armfrag.s | 481 | 540 |
xiph/theora:lib/arm/armfrag.s:14 | VQADD.S16 Q14,Q14,Q0
VQADD.S16 Q15,Q15,Q0
VQMOVUN.S16 D16,Q8 ; D16= 7766554433221100 ; 1 cycle
VQMOVUN.S16 D17,Q9 ; D17= FFEEDDCCBBAA9988 ; 1 cycle
VQMOVUN.S16 D18,Q10 ; D18= NNMMLLKKJJIIHHGG ; 1 cycle
VST1.64 {D16},[r0@64], r1
VQMOVUN.S16 D19,Q11 ; D19= VVUUTTSSRRQQPPOO ; 1 cycle
VST1.64 {D17},[r0@64], r1
... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armfrag.s | 521 | 580 |
xiph/theora:lib/arm/armfrag.s:15 | VLD1.64 {D4}, [r1], r2
VQADD.S16 Q11,Q11,Q3
VLD1.64 {D6}, [r1], r2
VMOVL.U8 Q0, D0
VMOVL.U8 Q1, D2
VMOVL.U8 Q2, D4
VMOVL.U8 Q3, D6
VQADD.S16 Q12,Q12,Q0
VQADD.S16 Q13,Q13,Q1
VQADD.S16 Q14,Q14,Q2
VQADD.S16 Q15,Q15,Q3
VQMOVUN.S16 D16,Q8
VQMOVUN.S16 D17,Q9
VQMOVUN.S16 D18,Q10
VST1.64 {D16},[r0@64], r2
VQMOVU... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armfrag.s | 561 | 620 |
xiph/theora:lib/arm/armfrag.s:16 | VLD1.64 {D1}, [r1], r3
VLD1.64 {D5}, [r2], r3
VHADD.U8 Q2, Q0, Q2 ; Q2 = FFEEDDCCBBAA99887766554433221100
VLD1.64 {D2}, [r1], r3
VLD1.64 {D6}, [r2], r3
VMOVL.U8 Q0, D4 ; Q0 = __77__66__55__44__33__22__11__00
VLD1.64 {D3}, [r1], r3
VMOVL.U8 Q2, D5 ; etc
VLD1.64 {D7}, [r2], r3
VHADD.U8 Q3, Q1, Q3
VQADD.S16 Q8... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armfrag.s | 601 | 655 |
xiph/theora:lib/arm/armfrag.s:17 | VQMOVUN.S16 D20,Q12
VST1.64 {D18},[r0@64], r3
VQMOVUN.S16 D21,Q13
VST1.64 {D19},[r0@64], r3
VQMOVUN.S16 D22,Q14
VST1.64 {D20},[r0@64], r3
VQMOVUN.S16 D23,Q15
VST1.64 {D21},[r0@64], r3
VST1.64 {D22},[r0@64], r3
VST1.64 {D23},[r0@64], r3
MOV PC,R14
ENDP
]
END | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armfrag.s | 641 | 655 |
xiph/theora:lib/arm/armfrag.s:1 | ;********************************************************************
;* *
;* THIS FILE IS PART OF THE OggTheora SOFTWARE CODEC SOURCE CODE. *
;* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
;* GOVERNED BY A BSD-STYLE SOURCE LICENS... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 996200e50973a517580218c188a8f4479187f41f | github | media | https://github.com/xiph/theora/blob/996200e50973a517580218c188a8f4479187f41f/lib/arm/armfrag.s | 1 | 60 |
xiph/theora:lib/arm/armfrag.s:2 | LDR r11,[r14,r4,LSL #2] ; r11 = _frag_buf_offs[_fragis[fragii]]
SUBS r12, r12, #1
; Stall (on XScale)
ADD r4, r1, r11 ; r4 = _src_frame+frag_buf_off
LDR r6, [r4], #4
ADD r11,r0, r11 ; r11 = _dst_frame+frag_buf_off
LDR r5, [r4], r2
STR r6, [r11],#4
LDR r6, [r4], #4
STR r5, [r11],r2
LDR r5, [r4], r2
STR r6, ... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 996200e50973a517580218c188a8f4479187f41f | github | media | https://github.com/xiph/theora/blob/996200e50973a517580218c188a8f4479187f41f/lib/arm/armfrag.s | 41 | 100 |
xiph/theora:lib/arm/armfrag.s:3 | LDMFD r13!,{r4-r6,r11,PC}
oc_frag_recon_intra_arm
; r0 = unsigned char *_dst
; r1 = int _ystride
; r2 = const ogg_int16_t _residue[64]
STMFD r13!,{r4,r5,r14}
MOV r14,#8
MOV r5, #255
SUB r1, r1, #7
ofrintra_lp_arm
LDRSH r3, [r2], #2
LDRSH r4, [r2], #2
LDRSH r12,[r2], #2
ADDS r3, r3, ... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 996200e50973a517580218c188a8f4479187f41f | github | media | https://github.com/xiph/theora/blob/996200e50973a517580218c188a8f4479187f41f/lib/arm/armfrag.s | 81 | 140 |
xiph/theora:lib/arm/armfrag.s:4 | LDRSH r4, [r2], #2
STRB r12,[r0], #1
ADDS r3, r3, #128
CMPGT r5, r3
EORLT r3, r5, r3, ASR #32
STRB r3, [r0], #1
ADDS r4, r4, #128
CMPGT r5, r4
EORLT r4, r5, r4, ASR #32
STRB r4, [r0], r1
SUBS r14,r14,#1
BGT ofrintra_lp_arm
LDMFD r13!,{r4,r5,PC}
ENDP
oc_frag_recon_inter_arm PROC
; r0 = unsigned char... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 996200e50973a517580218c188a8f4479187f41f | github | media | https://github.com/xiph/theora/blob/996200e50973a517580218c188a8f4479187f41f/lib/arm/armfrag.s | 121 | 180 |
xiph/theora:lib/arm/armfrag.s:5 | CMPGT r5, r12
LDRSH r11,[r3], #2
LDRB r10,[r1], #1
EORLT r12,r5, r12,ASR #32
STRB r12,[r0], #1
ADDS r11,r11,r10
CMPGT r5, r11
LDRSH r12,[r3], #2
LDRB r14,[r1], #1
EORLT r11,r5, r11,ASR #32
STRB r11,[r0], #1
ADDS r12,r12,r14
CMPGT r5, r12
LDRSH r11,[r3], #2
LDRB r10,[r1], #1
EORLT r12,r5, r12,ASR #32
STR... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 996200e50973a517580218c188a8f4479187f41f | github | media | https://github.com/xiph/theora/blob/996200e50973a517580218c188a8f4479187f41f/lib/arm/armfrag.s | 161 | 220 |
xiph/theora:lib/arm/armfrag.s:6 | ; r1 = const unsigned char *src1
; r2 = const unsigned char *src2
; r3 = int ystride
LDR r12,[r13]
; r12= const ogg_int16_t residue[64]
STMFD r13!,{r4-r8,r14}
MOV r14,#8
MOV r8, #255
SUB r3, r3, #7
ofrinter2_lp_arm
LDRB r5, [r1], #1
LDRB r6, [r2], #1
LDRSH r4, [r12],#2
LDRB r7, [r1], #1
... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 996200e50973a517580218c188a8f4479187f41f | github | media | https://github.com/xiph/theora/blob/996200e50973a517580218c188a8f4479187f41f/lib/arm/armfrag.s | 201 | 260 |
xiph/theora:lib/arm/armfrag.s:7 | LDRB r5, [r1], #1
LDRB r6, [r2], #1
LDRSH r4, [r12],#2
EORLT r7, r8, r7, ASR #32
STRB r7, [r0], #1
ADD r5, r5, r6
ADDS r5, r4, r5, LSR #1
CMPGT r8, r5
LDRB r7, [r1], #1
LDRB r6, [r2], #1
LDRSH r4, [r12],#2
EORLT r5, r8, r5, ASR #32
STRB r5, [r0], #1
ADD r7, r7, r6
ADDS r7, r4, r7, LSR #1
CMPGT r8, r7
LD... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 996200e50973a517580218c188a8f4479187f41f | github | media | https://github.com/xiph/theora/blob/996200e50973a517580218c188a8f4479187f41f/lib/arm/armfrag.s | 241 | 300 |
xiph/theora:lib/arm/armfrag.s:8 | EXPORT oc_frag_copy_list_edsp
oc_frag_copy_list_edsp PROC
; r0 = _dst_frame
; r1 = _src_frame
; r2 = _ystride
; r3 = _fragis
; <> = _nfragis
; <> = _frag_buf_offs
LDR r12,[r13] ; r12 = _nfragis
STMFD r13!,{r4-r11,r14}
SUBS r12, r12, #1
LDRGE r5, [r3],#4 ; r5 = _fragis[fragii]
LDRGE r14,[r13,#4*10] ; r14 ... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 996200e50973a517580218c188a8f4479187f41f | github | media | https://github.com/xiph/theora/blob/996200e50973a517580218c188a8f4479187f41f/lib/arm/armfrag.s | 281 | 340 |
xiph/theora:lib/arm/armfrag.s:9 | LDRGE r5, [r3],#4 ; r5 = _fragis[fragii]
BGE ofcl_edsp_lp
ofcl_edsp_end
LDMFD r13!,{r4-r11,PC}
ENDP
]
[ OC_ARM_ASM_MEDIA
EXPORT oc_frag_recon_intra_v6
EXPORT oc_frag_recon_inter_v6
EXPORT oc_frag_recon_inter2_v6
oc_frag_recon_intra_v6 PROC
; r0 = unsigned char *_dst
; r1 = int _ystri... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 996200e50973a517580218c188a8f4479187f41f | github | media | https://github.com/xiph/theora/blob/996200e50973a517580218c188a8f4479187f41f/lib/arm/armfrag.s | 321 | 380 |
xiph/theora:lib/arm/armfrag.s:10 | LDMFD r13!,{r4-r6,PC}
ENDP
oc_frag_recon_inter_v6 PROC
; r0 = unsigned char *_dst
; r1 = const unsigned char *_src
; r2 = int _ystride
; r3 = const ogg_int16_t _residue[64]
STMFD r13!,{r4-r7,r14}
MOV r14,#8
ofrinter_v6_lp
LDRD r6, [r3], #8 ; r6 = 11110000 r7 = 33332222
SUBS r14,r14,... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 996200e50973a517580218c188a8f4479187f41f | github | media | https://github.com/xiph/theora/blob/996200e50973a517580218c188a8f4479187f41f/lib/arm/armfrag.s | 361 | 420 |
xiph/theora:lib/arm/armfrag.s:11 | LDMFD r13!,{r4-r7,PC}
ENDP
oc_frag_recon_inter2_v6 PROC
; r0 = unsigned char *_dst
; r1 = const unsigned char *_src1
; r2 = const unsigned char *_src2
; r3 = int _ystride
LDR r12,[r13]
; r12= const ogg_int16_t _residue[64]
STMFD r13!,{r4-r9,r14}
MOV r14,#8
ofrinter2_v6_lp
LDRD r6, [... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 996200e50973a517580218c188a8f4479187f41f | github | media | https://github.com/xiph/theora/blob/996200e50973a517580218c188a8f4479187f41f/lib/arm/armfrag.s | 401 | 460 |
xiph/theora:lib/arm/armfrag.s:12 | STRD r8, [r0], r3
BGT ofrinter2_v6_lp
LDMFD r13!,{r4-r9,PC}
ENDP
]
[ OC_ARM_ASM_NEON
EXPORT oc_frag_copy_list_neon
EXPORT oc_frag_recon_intra_neon
EXPORT oc_frag_recon_inter_neon
EXPORT oc_frag_recon_inter2_neon
oc_frag_copy_list_neon PROC
; r0 = _dst_frame
; r1 = _src_frame
; r2 = _ystride
; r3 = _fragi... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 996200e50973a517580218c188a8f4479187f41f | github | media | https://github.com/xiph/theora/blob/996200e50973a517580218c188a8f4479187f41f/lib/arm/armfrag.s | 441 | 500 |
xiph/theora:lib/arm/armfrag.s:13 | ADDGT r7, r1, r6
VLD1.64 {D5}, [r4@64], r2
PLD [r7]
VLD1.64 {D6}, [r4@64], r2
PLD [r7, r2]
VLD1.64 {D7}, [r4@64]
PLD [r7, r2, LSL #1]
VST1.64 {D0}, [r5@64], r2
ADDGT r7, r7, r2, LSL #2
VST1.64 {D1}, [r5@64], r2
PLD [r7, -r2]
VST1.64 {D2}, [r5@64], r2
PLD [r7]
VST1.64 {D3}, [r5@64], r2
PLD [r7, r2]
VST1.6... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 996200e50973a517580218c188a8f4479187f41f | github | media | https://github.com/xiph/theora/blob/996200e50973a517580218c188a8f4479187f41f/lib/arm/armfrag.s | 481 | 540 |
xiph/theora:lib/arm/armfrag.s:14 | VQADD.S16 Q15,Q15,Q0
VQMOVUN.S16 D16,Q8 ; D16= 7766554433221100 ; 1 cycle
VQMOVUN.S16 D17,Q9 ; D17= FFEEDDCCBBAA9988 ; 1 cycle
VQMOVUN.S16 D18,Q10 ; D18= NNMMLLKKJJIIHHGG ; 1 cycle
VST1.64 {D16},[r0@64], r1
VQMOVUN.S16 D19,Q11 ; D19= VVUUTTSSRRQQPPOO ; 1 cycle
VST1.64 {D17},[r0@64], r1
VQMOVUN.S16 D20,Q12 ; ... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 996200e50973a517580218c188a8f4479187f41f | github | media | https://github.com/xiph/theora/blob/996200e50973a517580218c188a8f4479187f41f/lib/arm/armfrag.s | 521 | 580 |
xiph/theora:lib/arm/armfrag.s:15 | VQADD.S16 Q11,Q11,Q3
VLD1.64 {D6}, [r1], r2
VMOVL.U8 Q0, D0
VMOVL.U8 Q1, D2
VMOVL.U8 Q2, D4
VMOVL.U8 Q3, D6
VQADD.S16 Q12,Q12,Q0
VQADD.S16 Q13,Q13,Q1
VQADD.S16 Q14,Q14,Q2
VQADD.S16 Q15,Q15,Q3
VQMOVUN.S16 D16,Q8
VQMOVUN.S16 D17,Q9
VQMOVUN.S16 D18,Q10
VST1.64 {D16},[r0@64], r2
VQMOVUN.S16 D19,Q11
VST1.64 {... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 996200e50973a517580218c188a8f4479187f41f | github | media | https://github.com/xiph/theora/blob/996200e50973a517580218c188a8f4479187f41f/lib/arm/armfrag.s | 561 | 620 |
xiph/theora:lib/arm/armfrag.s:16 | VLD1.64 {D5}, [r2], r3
VHADD.U8 Q2, Q0, Q2 ; Q2 = FFEEDDCCBBAA99887766554433221100
VLD1.64 {D2}, [r1], r3
VLD1.64 {D6}, [r2], r3
VMOVL.U8 Q0, D4 ; Q0 = __77__66__55__44__33__22__11__00
VLD1.64 {D3}, [r1], r3
VMOVL.U8 Q2, D5 ; etc
VLD1.64 {D7}, [r2], r3
VHADD.U8 Q3, Q1, Q3
VQADD.S16 Q8, Q8, Q0
VQADD.S16 Q9, ... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 996200e50973a517580218c188a8f4479187f41f | github | media | https://github.com/xiph/theora/blob/996200e50973a517580218c188a8f4479187f41f/lib/arm/armfrag.s | 601 | 654 |
xiph/theora:lib/arm/armfrag.s:17 | VST1.64 {D18},[r0@64], r3
VQMOVUN.S16 D21,Q13
VST1.64 {D19},[r0@64], r3
VQMOVUN.S16 D22,Q14
VST1.64 {D20},[r0@64], r3
VQMOVUN.S16 D23,Q15
VST1.64 {D21},[r0@64], r3
VST1.64 {D22},[r0@64], r3
VST1.64 {D23},[r0@64], r3
MOV PC,R14
ENDP
]
END | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 996200e50973a517580218c188a8f4479187f41f | github | media | https://github.com/xiph/theora/blob/996200e50973a517580218c188a8f4479187f41f/lib/arm/armfrag.s | 641 | 654 |
xiph/theora:lib/arm/armfrag.s:1 | ;********************************************************************
;* *
;* THIS FILE IS PART OF THE OggTheora SOFTWARE CODEC SOURCE CODE. *
;* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
;* GOVERNED BY A BSD-STYLE SOURCE LICENS... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 0ac0212f5523a7ebceecda1acbb665fa071ca4cd | github | media | https://github.com/xiph/theora/blob/0ac0212f5523a7ebceecda1acbb665fa071ca4cd/lib/arm/armfrag.s | 1 | 60 |
xiph/theora:lib/arm/armfrag.s:13 | VLD1.64 {D4}, [r4@64], r2
ADDGT r7, r1, r6
VLD1.64 {D5}, [r4@64], r2
PLD [r7]
VLD1.64 {D6}, [r4@64], r2
PLD [r7, r2]
VLD1.64 {D7}, [r4@64]
PLD [r7, r2, LSL #1]
VST1.64 {D0}, [r5@64], r2
ADDGT r7, r7, r2, LSL #2
VST1.64 {D1}, [r5@64], r2
PLD [r7, -r2]
VST1.64 {D2}, [r5@64], r2
PLD [r7]
VST1.64 {D3}, [r5@64... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 4c44be9a6e8929ff50585d55fe0550bca8c4019f | github | media | https://github.com/xiph/theora/blob/4c44be9a6e8929ff50585d55fe0550bca8c4019f/lib/arm/armfrag.s | 481 | 540 |
xiph/theora:lib/arm/armfrag.s:14 | VQADD.S16 Q13,Q13,Q0
VQADD.S16 Q14,Q14,Q0
VQADD.S16 Q15,Q15,Q0
VQMOVUN.S16 D16,Q8 ; D16= 7766554433221100 ; 1 cycle
VQMOVUN.S16 D17,Q9 ; D17= FFEEDDCCBBAA9988 ; 1 cycle
VQMOVUN.S16 D18,Q10 ; D18= NNMMLLKKJJIIHHGG ; 1 cycle
VST1.64 {D16},[r0@64], r1
VQMOVUN.S16 D19,Q11 ; D19= VVUUTTSSRRQQPPOO ; 1 cycle
VST1.... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 4c44be9a6e8929ff50585d55fe0550bca8c4019f | github | media | https://github.com/xiph/theora/blob/4c44be9a6e8929ff50585d55fe0550bca8c4019f/lib/arm/armfrag.s | 521 | 580 |
xiph/theora:lib/arm/armfrag.s:15 | VQADD.S16 Q10,Q10,Q2
VLD1.64 {D4}, [r1], r2
VQADD.S16 Q11,Q11,Q3
VLD1.64 {D6}, [r1], r2
VMOVL.U8 Q0, D0
VMOVL.U8 Q1, D2
VMOVL.U8 Q2, D4
VMOVL.U8 Q3, D6
VQADD.S16 Q12,Q12,Q0
VQADD.S16 Q13,Q13,Q1
VQADD.S16 Q14,Q14,Q2
VQADD.S16 Q15,Q15,Q3
VQMOVUN.S16 D16,Q8
VQMOVUN.S16 D17,Q9
VQMOVUN.S16 D18,Q10
VST1.64 {D1... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 4c44be9a6e8929ff50585d55fe0550bca8c4019f | github | media | https://github.com/xiph/theora/blob/4c44be9a6e8929ff50585d55fe0550bca8c4019f/lib/arm/armfrag.s | 561 | 620 |
xiph/theora:lib/arm/armfrag.s:16 | VLD1.64 {D4}, [r2], r3
VLD1.64 {D1}, [r1], r3
VLD1.64 {D5}, [r2], r3
VHADD.U8 Q2, Q0, Q2 ; Q2 = FFEEDDCCBBAA99887766554433221100
VLD1.64 {D2}, [r1], r3
VLD1.64 {D6}, [r2], r3
VMOVL.U8 Q0, D4 ; Q0 = __77__66__55__44__33__22__11__00
VLD1.64 {D3}, [r1], r3
VMOVL.U8 Q2, D5 ; etc
VLD1.64 {D7}, [r2], r3
VHADD.U8 ... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 4c44be9a6e8929ff50585d55fe0550bca8c4019f | github | media | https://github.com/xiph/theora/blob/4c44be9a6e8929ff50585d55fe0550bca8c4019f/lib/arm/armfrag.s | 601 | 656 |
xiph/theora:lib/arm/armfrag.s:17 | VST1.64 {D17},[r0@64], r3
VQMOVUN.S16 D20,Q12
VST1.64 {D18},[r0@64], r3
VQMOVUN.S16 D21,Q13
VST1.64 {D19},[r0@64], r3
VQMOVUN.S16 D22,Q14
VST1.64 {D20},[r0@64], r3
VQMOVUN.S16 D23,Q15
VST1.64 {D21},[r0@64], r3
VST1.64 {D22},[r0@64], r3
VST1.64 {D23},[r0@64], r3
MOV PC,R14
ENDP
]
END | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 4c44be9a6e8929ff50585d55fe0550bca8c4019f | github | media | https://github.com/xiph/theora/blob/4c44be9a6e8929ff50585d55fe0550bca8c4019f/lib/arm/armfrag.s | 641 | 656 |
xiph/theora:lib/arm/armfrag.s:1 | ;********************************************************************
;* *
;* THIS FILE IS PART OF THE OggTheora SOFTWARE CODEC SOURCE CODE. *
;* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
;* GOVERNED BY A BSD-STYLE SOURCE LICENS... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 3ceb8c59e0ff5977a9c9db1b68f985e2e5218732 | github | media | https://github.com/xiph/theora/blob/3ceb8c59e0ff5977a9c9db1b68f985e2e5218732/lib/arm/armfrag.s | 1 | 60 |
xiph/theora:lib/arm/armfrag.s:3 | ofcl_arm_end
LDMFD r13!,{r4-r6,r11,PC}
oc_frag_recon_intra_arm
; r0 = unsigned char *_dst
; r1 = int _ystride
; r2 = const ogg_int16_t _residue[64]
STMFD r13!,{r4,r5,r14}
MOV r14,#8
MOV r5, #255
SUB r1, r1, #7
ofrintra_lp_arm
LDRSH r3, [r2], #2
LDRSH r4, [r2], #2
LDRSH r12,[r2], #2
... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 3ceb8c59e0ff5977a9c9db1b68f985e2e5218732 | github | media | https://github.com/xiph/theora/blob/3ceb8c59e0ff5977a9c9db1b68f985e2e5218732/lib/arm/armfrag.s | 81 | 140 |
xiph/theora:lib/arm/armfrag.s:4 | EORLT r12,r5, r12,ASR #32
LDRSH r4, [r2], #2
STRB r12,[r0], #1
ADDS r3, r3, #128
CMPGT r5, r3
EORLT r3, r5, r3, ASR #32
STRB r3, [r0], #1
ADDS r4, r4, #128
CMPGT r5, r4
EORLT r4, r5, r4, ASR #32
STRB r4, [r0], r1
SUBS r14,r14,#1
BGT ofrintra_lp_arm
LDMFD r13!,{r4,r5,PC}
oc_frag_recon_inter_arm
; r0 = ... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 3ceb8c59e0ff5977a9c9db1b68f985e2e5218732 | github | media | https://github.com/xiph/theora/blob/3ceb8c59e0ff5977a9c9db1b68f985e2e5218732/lib/arm/armfrag.s | 121 | 180 |
xiph/theora:lib/arm/armfrag.s:5 | CMPGT r5, r12
LDRSH r11,[r3], #2
LDRB r10,[r1], #1
EORLT r12,r5, r12,ASR #32
STRB r12,[r0], #1
ADDS r11,r11,r10
CMPGT r5, r11
LDRSH r12,[r3], #2
LDRB r14,[r1], #1
EORLT r11,r5, r11,ASR #32
STRB r11,[r0], #1
ADDS r12,r12,r14
CMPGT r5, r12
LDRSH r11,[r3], #2
LDRB r10,[r1], #1
EORLT r12,r5, r12,ASR #32
STR... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 3ceb8c59e0ff5977a9c9db1b68f985e2e5218732 | github | media | https://github.com/xiph/theora/blob/3ceb8c59e0ff5977a9c9db1b68f985e2e5218732/lib/arm/armfrag.s | 161 | 220 |
xiph/theora:lib/arm/armfrag.s:6 | ; r2 = const unsigned char *src2
; r3 = int ystride
LDR r12,[r13]
; r12= const ogg_int16_t residue[64]
STMFD r13!,{r4-r8,r14}
MOV r14,#8
MOV r8, #255
SUB r3, r3, #7
ofrinter2_lp_arm
LDRB r5, [r1], #1
LDRB r6, [r2], #1
LDRSH r4, [r12],#2
LDRB r7, [r1], #1
ADD r5, r5, r6
ADDS r5, r4, r5, ... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 3ceb8c59e0ff5977a9c9db1b68f985e2e5218732 | github | media | https://github.com/xiph/theora/blob/3ceb8c59e0ff5977a9c9db1b68f985e2e5218732/lib/arm/armfrag.s | 201 | 260 |
xiph/theora:lib/arm/armfrag.s:7 | LDRB r6, [r2], #1
LDRSH r4, [r12],#2
EORLT r7, r8, r7, ASR #32
STRB r7, [r0], #1
ADD r5, r5, r6
ADDS r5, r4, r5, LSR #1
CMPGT r8, r5
LDRB r7, [r1], #1
LDRB r6, [r2], #1
LDRSH r4, [r12],#2
EORLT r5, r8, r5, ASR #32
STRB r5, [r0], #1
ADD r7, r7, r6
ADDS r7, r4, r7, LSR #1
CMPGT r8, r7
LDRB r5, [r1], #1
LD... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 3ceb8c59e0ff5977a9c9db1b68f985e2e5218732 | github | media | https://github.com/xiph/theora/blob/3ceb8c59e0ff5977a9c9db1b68f985e2e5218732/lib/arm/armfrag.s | 241 | 300 |
xiph/theora:lib/arm/armfrag.s:8 | oc_frag_copy_list_edsp
; r0 = _dst_frame
; r1 = _src_frame
; r2 = _ystride
; r3 = _fragis
; <> = _nfragis
; <> = _frag_buf_offs
LDR r12,[r13] ; r12 = _nfragis
STMFD r13!,{r4-r11,r14}
SUBS r12, r12, #1
LDRGE r5, [r3],#4 ; r5 = _fragis[fragii]
LDRGE r14,[r13,#4*10] ; r14 = _frag_buf_offs
BLT ofcl_edsp_end
... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 3ceb8c59e0ff5977a9c9db1b68f985e2e5218732 | github | media | https://github.com/xiph/theora/blob/3ceb8c59e0ff5977a9c9db1b68f985e2e5218732/lib/arm/armfrag.s | 281 | 340 |
xiph/theora:lib/arm/armfrag.s:9 | ofcl_edsp_end
LDMFD r13!,{r4-r11,PC}
]
[ OC_ARM_ASM_MEDIA
EXPORT oc_frag_recon_intra_v6
EXPORT oc_frag_recon_inter_v6
EXPORT oc_frag_recon_inter2_v6
oc_frag_recon_intra_v6
; r0 = unsigned char *_dst
; r1 = int _ystride
; r2 = const ogg_int16_t _residue[64]
STMFD r13!,{r4-r6,r14}
M... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 3ceb8c59e0ff5977a9c9db1b68f985e2e5218732 | github | media | https://github.com/xiph/theora/blob/3ceb8c59e0ff5977a9c9db1b68f985e2e5218732/lib/arm/armfrag.s | 321 | 380 |
xiph/theora:lib/arm/armfrag.s:10 | ; r0 = unsigned char *_dst
; r1 = const unsigned char *_src
; r2 = int _ystride
; r3 = const ogg_int16_t _residue[64]
STMFD r13!,{r4-r7,r14}
MOV r14,#8
ofrinter_v6_lp
LDRD r6, [r3], #8 ; r6 = 11110000 r7 = 33332222
SUBS r14,r14,#1
[ OC_ARM_CAN_UNALIGN_LDRD
LDRD r4, [r1], r2 ; Unalign... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 3ceb8c59e0ff5977a9c9db1b68f985e2e5218732 | github | media | https://github.com/xiph/theora/blob/3ceb8c59e0ff5977a9c9db1b68f985e2e5218732/lib/arm/armfrag.s | 361 | 420 |
xiph/theora:lib/arm/armfrag.s:11 | ; r1 = const unsigned char *_src1
; r2 = const unsigned char *_src2
; r3 = int _ystride
LDR r12,[r13]
; r12= const ogg_int16_t _residue[64]
STMFD r13!,{r4-r9,r14}
MOV r14,#8
ofrinter2_v6_lp
LDRD r6, [r12,#8] ; r6 = 55554444 r7 = 77776666
SUBS r14,r14,#1
LDR r4, [r1, #4] ; Unaligned ; r4 = s... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 3ceb8c59e0ff5977a9c9db1b68f985e2e5218732 | github | media | https://github.com/xiph/theora/blob/3ceb8c59e0ff5977a9c9db1b68f985e2e5218732/lib/arm/armfrag.s | 401 | 460 |
xiph/theora:lib/arm/armfrag.s:12 | [ OC_ARM_ASM_NEON
EXPORT oc_frag_copy_list_neon
EXPORT oc_frag_recon_intra_neon
EXPORT oc_frag_recon_inter_neon
EXPORT oc_frag_recon_inter2_neon
oc_frag_copy_list_neon
; r0 = _dst_frame
; r1 = _src_frame
; r2 = _ystride
; r3 = _fragis
; <> = _nfragis
; <> = _frag_buf_offs
LDR r12,[r13] ; r12 = _nfragis
ST... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 3ceb8c59e0ff5977a9c9db1b68f985e2e5218732 | github | media | https://github.com/xiph/theora/blob/3ceb8c59e0ff5977a9c9db1b68f985e2e5218732/lib/arm/armfrag.s | 441 | 500 |
xiph/theora:lib/arm/armfrag.s:13 | PLD [r7, r2, LSL #1]
VST1.64 {D0}, [r5@64], r2
ADDGT r7, r7, r2, LSL #2
VST1.64 {D1}, [r5@64], r2
PLD [r7, -r2]
VST1.64 {D2}, [r5@64], r2
PLD [r7]
VST1.64 {D3}, [r5@64], r2
PLD [r7, r2]
VST1.64 {D4}, [r5@64], r2
PLD [r7, r2, LSL #1]
VST1.64 {D5}, [r5@64], r2
ADDGT r7, r7, r2, LSL #2
VST1.64 {D6}, [r5@64], ... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 3ceb8c59e0ff5977a9c9db1b68f985e2e5218732 | github | media | https://github.com/xiph/theora/blob/3ceb8c59e0ff5977a9c9db1b68f985e2e5218732/lib/arm/armfrag.s | 481 | 540 |
xiph/theora:lib/arm/armfrag.s:14 | VST1.64 {D17},[r0@64], r1
VQMOVUN.S16 D20,Q12 ; D20= ddccbbaaZZYYXXWW ; 1 cycle
VST1.64 {D18},[r0@64], r1
VQMOVUN.S16 D21,Q13 ; D21= llkkjjiihhggffee ; 1 cycle
VST1.64 {D19},[r0@64], r1
VQMOVUN.S16 D22,Q14 ; D22= ttssrrqqppoonnmm ; 1 cycle
VST1.64 {D20},[r0@64], r1
VQMOVUN.S16 D23,Q15 ; D23= !!@@zzyyxxwwvvuu ... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 3ceb8c59e0ff5977a9c9db1b68f985e2e5218732 | github | media | https://github.com/xiph/theora/blob/3ceb8c59e0ff5977a9c9db1b68f985e2e5218732/lib/arm/armfrag.s | 521 | 580 |
xiph/theora:lib/arm/armfrag.s:15 | VQADD.S16 Q13,Q13,Q1
VQADD.S16 Q14,Q14,Q2
VQADD.S16 Q15,Q15,Q3
VQMOVUN.S16 D16,Q8
VQMOVUN.S16 D17,Q9
VQMOVUN.S16 D18,Q10
VST1.64 {D16},[r0@64], r2
VQMOVUN.S16 D19,Q11
VST1.64 {D17},[r0@64], r2
VQMOVUN.S16 D20,Q12
VST1.64 {D18},[r0@64], r2
VQMOVUN.S16 D21,Q13
VST1.64 {D19},[r0@64], r2
VQMOVUN.S16 D22,Q14
V... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 3ceb8c59e0ff5977a9c9db1b68f985e2e5218732 | github | media | https://github.com/xiph/theora/blob/3ceb8c59e0ff5977a9c9db1b68f985e2e5218732/lib/arm/armfrag.s | 561 | 620 |
xiph/theora:lib/arm/armfrag.s:16 | VHADD.U8 Q3, Q1, Q3
VQADD.S16 Q8, Q8, Q0
VQADD.S16 Q9, Q9, Q2
VLD1.64 {D0}, [r1], r3
VMOVL.U8 Q1, D6
VLD1.64 {D4}, [r2], r3
VMOVL.U8 Q3, D7
VLD1.64 {D1}, [r1], r3
VQADD.S16 Q10,Q10,Q1
VLD1.64 {D5}, [r2], r3
VQADD.S16 Q11,Q11,Q3
VLD1.64 {D2}, [r1], r3
VHADD.U8 Q2, Q0, Q2
VLD1.64 {D6}, [r2], r3
VLD1.64 {D3}... | arm | gas-like | handwritten | xiph/theora | lib/arm/armfrag.s | BSD-3-Clause | 3ceb8c59e0ff5977a9c9db1b68f985e2e5218732 | github | media | https://github.com/xiph/theora/blob/3ceb8c59e0ff5977a9c9db1b68f985e2e5218732/lib/arm/armfrag.s | 601 | 645 |
xiph/theora:lib/arm/armloop.s:1 | ;********************************************************************
;* *
;* THIS FILE IS PART OF THE OggTheora SOFTWARE CODEC SOURCE CODE. *
;* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
;* GOVERNED BY A BSD-STYLE SOURCE LICENS... | arm | gas-like | handwritten | xiph/theora | lib/arm/armloop.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armloop.s | 1 | 60 |
xiph/theora:lib/arm/armloop.s:2 | SUB r3, r3, r12 ; r3 = _pix[0]-_pix[3]+4
ADD r3, r3, #4
SUB r12,r5, r4 ; r12= _pix[2]-_pix[1]
ADD r12,r12,r12,LSL #1 ; r12= 3*(_pix[2]-_pix[1])
ADD r12,r12,r3 ; r12= _pix[0]-_pix[3]+3*(_pix[2]-_pix[1])+4
MOV r12,r12,ASR #3
LDRSB r12,[r2, r12]
; Stall (2 on Xscale)
ADDS r4, r4, r12
CMPGT r6, r4
EORLT r4, r6,... | arm | gas-like | handwritten | xiph/theora | lib/arm/armloop.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armloop.s | 41 | 100 |
xiph/theora:lib/arm/armloop.s:3 | MOV r12,r12,ASR #3
LDRSB r12,[r2, r12]
; Stall (2 on Xscale)
ADDS r4, r4, r12
CMPGT r6, r4
EORLT r4, r6, r4, ASR #32
SUBS r5, r5, r12
CMPGT r6, r5
EORLT r5, r6, r5, ASR #32
STRB r4, [r0, -r1]
STRB r5, [r0], #1
SUBS r14,r14,#1
BGT lfv_arm_lp
SUB r0, r0, #8
LDMFD r13!,{r3-r6,PC}
ENDP
oc_loop_filter_frag_r... | arm | gas-like | handwritten | xiph/theora | lib/arm/armloop.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armloop.s | 81 | 140 |
xiph/theora:lib/arm/armloop.s:4 | MOV r10,r4 ; r10= fragi = _fragi0
ADD r11,r4, r9 ; r11= fragi_end-1=fragi+_nhfrags-1
oslffri_arm_lp2
LDR r14,[r3], #4 ; r14= _frags[fragi] _frags++
LDR r0, [r13] ; r0 = _ref_frame_data
LDR r12,[r8], #4 ; r12= _frag_buf_offs[fragi] _frag_buf_offs++
TST r14,#OC_FRAG_CODED_FLAG
BEQ oslffri_arm_uncoded
CMP r10,r4... | arm | gas-like | handwritten | xiph/theora | lib/arm/armloop.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armloop.s | 121 | 180 |
xiph/theora:lib/arm/armloop.s:5 | BLT oslffri_arm_lp1
LDMFD r13!,{r0,r4-r11,PC}
ENDP
[ OC_ARM_ASM_MEDIA
EXPORT oc_loop_filter_init_v6
EXPORT oc_loop_filter_frag_rows_v6
oc_loop_filter_init_v6 PROC
; r0 = _bv
; r1 = _flimit (=L from the spec)
MVN r1, r1, LSL #1 ; r1 = <0xFFFFFF|255-2*L>
AND r1, r1, #255 ; r1 = ll=r1&0xFF
ORR r1, r1, r1, LS... | arm | gas-like | handwritten | xiph/theora | lib/arm/armloop.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armloop.s | 161 | 220 |
xiph/theora:lib/arm/armloop.s:6 | SUB r0, r0, r1, LSL #2
LDMFD r13!,{r4-r11,PC}
ENDP
loop_filter_h_core_v6 PROC
; r0 = unsigned char *_pix
; r1 = int _ystride
; r2 = int _ll
; r12= 0x10003
; Preserves r0-r3, r12; Clobbers r4-r11.
LDR r4,[r0, #-2]! ; r4 = <p3|p2|p1|p0>
; Single issue
LDR r5,[r0, r1]! ; r5 = <q3|q2|q1|q... | arm | gas-like | handwritten | xiph/theora | lib/arm/armloop.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armloop.s | 201 | 260 |
xiph/theora:lib/arm/armloop.s:7 | PKHBT r6, r6, r7, LSL #13 ; r6 = <??|-R_s|??|-R_r>
ORR r8, r8, r10, LSL #8 ; r8 = <s1|q1|r1|p1>
UXTB16 r6, r6 ; r6 = <__|-R_s|__|-R_r>
MOV r10,#0
ORR r6, r11,r6, LSL #8 ; r6 = <-R_s|-R_q|-R_r|-R_p>
; Single issue
; There's no min, max or abs instruction.
; SSUB8 and SEL will work for abs, and we can do all the... | arm | gas-like | handwritten | xiph/theora | lib/arm/armloop.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armloop.s | 241 | 300 |
xiph/theora:lib/arm/armloop.s:8 | ; Single issue
STRB r9, [r0,-r1]!
; Single issue
STRB r8, [r0,#-1]
MOV PC,r14
ENDP
; This uses the same strategy as the MMXEXT version for x86, except that UHADD8
; computes (a+b>>1) instead of (a+b+1>>1) like PAVGB.
; This works just as well, with the following procedure for computing the
; filter value, f:
; ... | arm | gas-like | handwritten | xiph/theora | lib/arm/armloop.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armloop.s | 281 | 340 |
xiph/theora:lib/arm/armloop.s:9 | ; Single issue
EOR r4, r4, r14 ; r4 = m1^p0
EOR r10,r10,r14 ; r10= m1^~p3
UHADD8 r4, r4, r10 ; r4 = (m1^p0)+(m1^~p3)>>1
; Single issue
EOR r4, r4, r14 ; r4 = a1=m1^((m1^p0)+(m1^~p3)>>1)
SADD8 r14,r14,r12 ; r14= v1=m1+u1
UHADD8 r4, r4, r12 ; r4 = a1+u1>>1
MVN r12,r9 ; r12= ~p6
UHADD8 r4, r4, r14 ; r4 =... | arm | gas-like | handwritten | xiph/theora | lib/arm/armloop.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armloop.s | 321 | 380 |
xiph/theora:lib/arm/armloop.s:10 | UQADD8 r6, r6, r10
UQSUB8 r8, r8, r10
UQSUB8 r5, r12,r5 ; r5 = R_i<0?-R_i:0
UQSUB8 r6, r6, r4 ; r6 = p1+lflim(R_i,L)
UQADD8 r8, r8, r4 ; r8 = p2-lflim(R_i,L)
UQADD8 r10,r11,r2 ; r10= 255-max(2*L-abs(R_i<0),0)
UQADD8 r14,r5, r2 ; r14= 255-max(2*L-abs(R_i>0),0)
UQADD8 r11,r11,r10
UQADD8 r5, r5, r14
UQSUB8 r... | arm | gas-like | handwritten | xiph/theora | lib/arm/armloop.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armloop.s | 361 | 420 |
xiph/theora:lib/arm/armloop.s:11 | ADD r8, r8, r4, LSL #2 ; r8 = &_frag_buf_offs[fragi]
SUB r7, r7, r9 ; _fragi_bot -= _nhfrags;
oslffri_v6_lp1
MOV r10,r4 ; r10= fragi = _fragi0
ADD r11,r4, r9 ; r11= fragi_end-1=fragi+_nhfrags-1
oslffri_v6_lp2
LDR r14,[r3], #4 ; r14= _frags[fragi] _frags++
LDR r0, [r13] ; r0 = _ref_frame_data
LDR r12,[r8], #4 ; r... | arm | gas-like | handwritten | xiph/theora | lib/arm/armloop.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armloop.s | 401 | 460 |
xiph/theora:lib/arm/armloop.s:12 | BLE oslffri_v6_lp2
MOV r4, r10 ; r4 = fragi0 += nhfrags
CMP r4, r5
BLT oslffri_v6_lp1
LDMFD r13!,{r0,r4-r11,PC}
ENDP
]
[ OC_ARM_ASM_NEON
EXPORT oc_loop_filter_init_neon
EXPORT oc_loop_filter_frag_rows_neon
oc_loop_filter_init_neon PROC
; r0 = _bv
; r1 = _flimit (=L from the spec)
MOV r1, r1, LSL #1 ; r... | arm | gas-like | handwritten | xiph/theora | lib/arm/armloop.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armloop.s | 441 | 500 |
xiph/theora:lib/arm/armloop.s:13 | VLD2.16 {D4[1],D6[1]},[r12], r1 ; D4 = ________DDCC5544 3,1
; D6 = ________FFEE7766
VLD2.16 {D0[2],D2[2]},[r12], r1 ; D0 = ____GGHH99881100 3,1
; D2 = ____JJIIBBAA3322
VLD2.16 {D4[2],D6[2]},[r12], r1 ; D4 = ____KKLLDDCC5544 3,1
; D6 = ____NNMMFFEE7766
VLD2.16 {D0[3],D2[3]},[r12], r1 ... | arm | gas-like | handwritten | xiph/theora | lib/arm/armloop.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armloop.s | 481 | 540 |
xiph/theora:lib/arm/armloop.s:14 | VMIN.U16 Q9, Q10,Q9 ; Q9 = MIN(|f|,MAX(2L-|f|)) 1,4
ADD r12,r12,r1, LSL #2
; Now we need to correct for the sign of f.
; For negative elements of Q0, we want to subtract the appropriate
; element of Q9. For positive elements we want to add them. No NEON
; instruction exists to do this, so we need to negate... | arm | gas-like | handwritten | xiph/theora | lib/arm/armloop.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armloop.s | 521 | 580 |
xiph/theora:lib/arm/armloop.s:15 | VLD1.64 {D6}, [r12@64] ; D6 = VVRRNNJJFFBB7733 2,1
VSUBL.U8 Q8, D4, D2 ; Q8 = 22 - 11 in S16s 1,3
VSUBL.U8 Q0, D0, D6 ; Q0 = 00 - 33 in S16s 1,3
ADD r12, #8
VADD.S16 Q0, Q0, Q8 ; 1,3
PLD [r12]
VADD.S16 Q0, Q0, Q8 ; ... | arm | gas-like | handwritten | xiph/theora | lib/arm/armloop.s | BSD-3-Clause | 23161c4a63fd9f9d09b9e972f95def2d56c777af | github | media | https://github.com/xiph/theora/blob/23161c4a63fd9f9d09b9e972f95def2d56c777af/lib/arm/armloop.s | 561 | 620 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.