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

1 23 4 5 6 7 8 9

  /frameworks/base/media/libstagefright/codecs/mp3dec/src/asm/
pvmp3_mdct_18_arm.s 49 mov r6,r1
145 ldr r3,[r6,r4,lsl #2]
155 str r2,[r6,r4,lsl #2]
163 ldr r2,[r6,#0x18]
172 ldr r2,[r6,#0x1c]
174 str r3,[r6,#0x18]
178 str r0,[r6,#0x1c]
180 ldr r0,[r6,#0x20]
191 str r1,[r6,#0x20]
197 ldr r3,[r6,#0x24
    [all...]
pvmp3_mdct_18_gcc.s 47 mov r6,r1
143 ldr r3,[r6,r4,lsl #2]
153 str r2,[r6,r4,lsl #2]
161 ldr r2,[r6,#0x18]
170 ldr r2,[r6,#0x1c]
172 str r3,[r6,#0x18]
176 str r0,[r6,#0x1c]
178 ldr r0,[r6,#0x20]
189 str r1,[r6,#0x20]
195 ldr r3,[r6,#0x24
    [all...]
pvmp3_mdct_18_wm.asm 47 mov r6,r1
143 ldr r3,[r6,r4,lsl #2]
153 str r2,[r6,r4,lsl #2]
161 ldr r2,[r6,#0x18]
170 ldr r2,[r6,#0x1c]
172 str r3,[r6,#0x18]
176 str r0,[r6,#0x1c]
178 ldr r0,[r6,#0x20]
189 str r1,[r6,#0x20]
195 ldr r3,[r6,#0x24
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_mastergain_gnu.s 68 STMFD sp!,{r4-r6,r14} @Save any save-on-entry registers that are used
70 LDR r6, =0x7fff @constant for saturation tests
79 CMP r4, r6 @check for positive saturation
80 MOVGT r4, r6 @saturate
81 CMN r4, r6 @check for negative saturation
82 MVNLT r4, r6 @saturate
88 CMP r5, r6 @check for positive saturation
89 MOVGT r5, r6 @saturate
90 CMN r5, r6 @check for negative saturation
91 MVNLT r5, r6 @saturate
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_mastergain_gnu.s 68 STMFD sp!,{r4-r6,r14} @Save any save-on-entry registers that are used
70 LDR r6, =0x7fff @constant for saturation tests
79 CMP r4, r6 @check for positive saturation
80 MOVGT r4, r6 @saturate
81 CMN r4, r6 @check for negative saturation
82 MVNLT r4, r6 @saturate
88 CMP r5, r6 @check for positive saturation
89 MOVGT r5, r6 @saturate
90 CMN r5, r6 @check for negative saturation
91 MVNLT r5, r6 @saturate
    [all...]
  /external/openssl/crypto/bn/asm/
s390x.S 26 stmg %r6,%r10,48(%r15)
33 mlgr %r6,%r5 // *=w
35 alcgr %r6,zero
37 alcgr %r6,zero
42 algr %r9,%r6
49 mlgr %r6,%r5
51 alcgr %r6,zero
53 alcgr %r6,zero
58 algr %r9,%r6
73 mlgr %r6,%r5 // *=
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
syn_filt_opt.s 47 LDRH r6, [r4], #2
56 STRH r6, [r5], #2
65 LDRH r6, [r4], #2
74 STRH r6, [r5], #2
90 LDRSH r6, [r0, #2] @ load a[1]
94 AND r6, r6, r14
96 ORR r10, r6, r7, LSL #16 @ -a[2] -- -a[1]
101 LDRSH r6, [r0, #10] @ load a[5]
105 AND r6, r6, r14
    [all...]
Filt_6k_7k_opt.s 50 ADD r6, r13, #60 @ get x[L_FIR - 1] address
61 STRH r8, [r6], #2
62 STRH r9, [r6], #2
63 STRH r11, [r6], #2
64 STRH r12, [r6], #2
73 STRH r8, [r6], #2
74 STRH r9, [r6], #2
75 STRH r11, [r6], #2
76 STRH r12, [r6], #2
92 LDRSH r6, [r4, #2] @ load x[i + 1]
    [all...]
  /external/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_partitions_armv5.asm 36 ldr r6, _VP8_COMMON_MBrows_
39 ldr r5, [r4, r6] ; load up mb_rows
93 ldr r6, [r1, #tokenextra_token] ; t
96 add r4, r4, r6, lsl #3 ; a = vp8_coef_encodings + t
101 ldr r6, [r4, #vp8_token_value] ; v
113 lsl r12, r6, r4 ; r12 = v << 32 - n
138 clz r6, r4
139 sub r6, r6, #24 ; shift
143 adds r3, r3, r6 ; count += shif
    [all...]
  /dalvik/vm/compiler/template/armv5te/
header.S 58 r6 rGLUE MterpGlue pointer
76 #define rGLUE r6
  /external/libvpx/vp8/common/arm/armv6/
copymem16x16_v6.asm 41 ldrb r6, [r0, #2]
49 strb r6, [r2, #2]
54 ldrb r6, [r0, #6]
61 strb r6, [r2, #6]
66 ldrb r6, [r0, #10]
71 strb r6, [r2, #10]
76 ldrb r6, [r0, #14]
83 strb r6, [r2, #14]
90 ldrneb r6, [r0, #2]
103 ldr r6, [r0, #8
    [all...]
idct_v6.asm 12 ; r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r14
65 mov r6, #4 ; i=4 1 i
90 subs r6, r6, #1 ; i-- 1 --
96 mov r6, #4 ; i=4 1 i
126 subs r6, r6, #1 ; i-- 1 --
164 smulwb r6, r4, r10 ; ((ip[4] * sinpi8sqrt2) >> 16) lt1
170 add r6, r6, r7 ; partial c1 lt1-lt
    [all...]
  /external/libvpx/vp8/decoder/arm/armv6/
dboolhuff_v6.asm 38 stmdb sp!, {r4 - r6, lr}
41 mov r6, #0
50 orr r6, r6, r0, lsl r5
55 mov r0, r6
56 ldmia sp!, {r4 - r6, pc}
102 ; split RN r6
107 stmdb sp!, {r4 - r6, lr}
112 mov r6, r2, lsl #8
113 sub r6, r6, #256 ; split = 1 + (((range-1) * probability) >> 8
    [all...]
dequantize_v6.asm 26 ldr r6, [r1, #4]
33 smulbb r9, r5, r6
34 smultt lr, r5, r6
39 ldr r6, [r1, #12]
46 smulbb r9, r5, r6
48 smultt lr, r5, r6
61 ldrne r6, [r1, #4]
  /system/core/libpixelflinger/
col32cb16blend_neon.S 132 mov r6, r8, lsr #11 // extract dest red
136 smlabb r6, r6, r5, r11 // dest red * alpha + src red
140 mov r6, r6, lsr #8 // shift down red
142 mov r6, r6, lsl #11 // shift red into 565
143 orr r6, r7, lsl #5 // shift green into 565
144 orr r6, r8, lsr #8 // shift blue into 565
146 strh r6, [r0], #2 // store pixel to dest, update pt
    [all...]
  /external/openssl/crypto/sha/asm/
sha1-armv4-large.s 10 ldmia r0,{r3,r4,r5,r6,r7}
16 mov r6,r6,ror#30
27 eor r10,r5,r6 @ F_xx_xx
32 eor r10,r10,r6,ror#2 @ F_00_19(B,C,D)
38 add r6,r8,r6,ror#2 @ E+=K_00_19
40 add r6,r6,r7,ror#27 @ E+=ROR(A,27)
44 add r6,r6,r9 @ E+=X[i
    [all...]
  /external/libvpx/vpx_scale/arm/armv4/
gen_scalers_armv4.asm 72 orr r6, r4, r5, lsl #16 ; b | a
74 mul r6, c51_205, r6 ; a * 51 + 205 * b
78 add r6, r6, #0x8000
80 mov r6, r6, lsr #24
81 strb r6, [dest], #1
108 orr r6, r4, r5, lsl #16 ; b | a
109 mul r6, c51_205, r
    [all...]
  /external/libvpx/vpx_scale/symbian/
gen_scalers_armv4.asm 72 orr r6, r4, r5, lsl #16 ; b | a
74 mul r6, c51_205, r6 ; a * 51 + 205 * b
78 add r6, r6, #0x8000
80 mov r6, r6, lsr #24
81 strb r6, [dest], #1
108 orr r6, r4, r5, lsl #16 ; b | a
109 mul r6, c51_205, r
    [all...]
  /external/libvpx/vpx_scale/wce/
gen_scalers_armv4.asm 72 orr r6, r4, r5, lsl #16 ; b | a
74 mul r6, c51_205, r6 ; a * 51 + 205 * b
78 add r6, r6, #0x8000
80 mov r6, r6, lsr #24
81 strb r6, [dest], #1
108 orr r6, r4, r5, lsl #16 ; b | a
109 mul r6, c51_205, r
    [all...]
  /external/tremolo/Tremolo/
mdctARM.s 61 LDMDB r2!,{r5,r6,r7,r12}
64 MOV r6, r6, ASR #9 @ r6 = (*--r)>>9
78 MOV r14,r6, ASR #15
80 EORNE r6, r4, r14,ASR #31
81 STRH r6, [r0], r3
123 LDR r6, [r2],#8
128 RSB r6, r6, #
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
convolve_neon.s 42 MOV r6, r0
43 LDRSH r9, [r6], #2 @ *tmpX++
54 VLD1.S16 D0, [r6]!
74 MOV r6, r0
75 LDRSH r9, [r6], #2 @ *tmpX++
77 LDRSH r12, [r6], #2
90 VLD1.S16 D0, [r6]!
110 MOV r6, r0
111 LDRSH r9, [r6], #2
113 LDRSH r12, [r6], #
    [all...]
  /external/libvpx/vp8/common/arm/neon/
buildintrapredictorsmby_neon.asm 58 sub r6, r0, r2
59 vld1.8 {q1}, [r6]
65 vmov.32 r6, d9[0]
67 add r12, r4, r6
82 ldrb r6, [r0], r2
87 add r12, r12, r6
92 ldrb r6, [r0], r2
97 add r12, r12, r6
102 ldrb r6, [r0], r2
107 add r12, r12, r6
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
R4R8First_v5.s 38 ldrd r6, [r11, #24]
46 add r2, r4, r6
49 sub r4, r4, r6
52 add r6, r8, r2
64 strd r6, [r11]
93 ldrd r6, [r14, #24]
101 add r2, r4, r6 @ r2 = buf[4] + buf[6]@
104 sub r4, r4, r6 @ r3 = buf[4] - buf[6]@
107 add r6, r8, r2 @ r4 = (r0 + r2) >> 1@
113 sub r2, r0, r5 @ r6 = (r1 - i3) >> 1@
    [all...]
  /bionic/libc/arch-sh/bionic/
clone.S 42 mov r6, r4 /* Set clone_flags. new sp is ready in r5. */
59 mov r15, r6 /* tls */
syscall.S 43 mov r6, r5
44 mov r7, r6

Completed in 1076 milliseconds

1 23 4 5 6 7 8 9