Home
last modified time | relevance | path

Searched refs:SUB (Results 1 – 23 of 23) sorted by relevance

/frameworks/av/media/codecs/amrwb/enc/src/asm/ARMV7/
Dresidu_asm_neon.s34 SUB r7, r3, #4 @i = lg - 4
47 SUB r8, r9, #2 @get the x[i-1] address
51 SUB r8, r9, #4 @load the x[i-2] address
55 SUB r8, r9, #6 @load the x[i-3] address
59 SUB r8, r9, #8 @load the x[i-4] address
63 SUB r8, r9, #10 @load the x[i-5] address
67 SUB r8, r9, #12 @load the x[i-6] address
71 SUB r8, r9, #14 @load the x[i-7] address
75 SUB r8, r9, #16 @load the x[i-8] address
79 SUB r8, r9, #18 @load the x[i-9] address
[all …]
Dconvolve_neon.s45 SUB r5, r5, #1
52 SUB r4, r4, #8
81 SUB r5, r5, #2
88 SUB r4, r4, #8
119 SUB r5, r5, #3
126 SUB r4, r4, #8
152 SUB r4, r4, #8
DSyn_filt_32_neon.s49 SUB r10, r4, #32 @ sig_hi[-16] address
50 SUB r11, r5, #32 @ sig_lo[-16] address
118 SUB r12, r11, r10, LSL #12
Dpred_lt4_1_neon.s37 SUB r4, r0, r1, LSL #1 @ x = exc - T0
39 SUB r4, r4, #30 @ x -= L_INTERPOL2 - 1
DNorm_Corr_neon.s54 SUB r13, r13, #voSTACK
102 SUB r6, r7, #1 @exp = norm_l(L_tmp)
176 SUB r10, r10, #1 @exp = norm_l(L_tmp)
183 SUB r5, r5, #1
Dsyn_filt_neon.s36 SUB r13, r13, #700 @ y_buf[L_FRAME16k + M16k]
DDot_p_neon.s117 SUB r10, r10, #1 @ sft = norm_l(L_sum)
DFilt_6k_7k_neon.s36 SUB r13, r13, #240 @ x[L_SUBFR16k + (L_FIR - 1)]
/frameworks/av/media/codecs/amrwb/enc/src/asm/ARMV5E/
DNorm_Corr_opt.s54 SUB r13, r13, #voSTACK
94 SUB r6, r7, #1 @exp = norm_l(L_tmp)
136 SUB r10, r10, #1 @exp = norm_l(L_tmp)
143 SUB r5, r5, #1
Dconvolve_opt.s44 SUB r5, r5, #1
83 SUB r5, r5, #2
121 SUB r5, r5, #3
Dscale_sig_opt.s33 SUB r3, r1, #1 @i = lg - 1
DDot_p_opt.s69 SUB r10, r10, #1 @ sft = norm_l(L_sum)
DSyn_filt_32_opt.s206 SUB r14, r14, r6
213 SUB r9, r14, r7, LSL #12 @ sig_lo[i] = L_tmp - (sig_hi[i] << 12)
Dsyn_filt_opt.s37 SUB r13, r13, #700 @ y_buf[L_FRAME16k + M16k]
DFilt_6k_7k_opt.s37 SUB r13, r13, #240 @ x[L_SUBFR16k + (L_FIR - 1)]
Dresidu_asm_opt.s215 SUB r14, r14, #0x10000
Dpred_lt4_1_opt.s46 SUB r5, r5, #30 @x -= 15
/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h40 SUB = 8, enumerator
171 Operator& Operator::create<Operator::SUB>();
DBinaryOp.h65 IntOperand* BinaryOp<Operator::SUB>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp185 Operator& Operator::create<Operator::SUB>() { in create()
186 static BinaryOp<Operator::SUB> op; in create()
DBinaryOp.cpp59 IntOperand* BinaryOp<Operator::SUB>::eval(const Module& pModule, in eval()
DScriptParser.yy687 &Operator::create<Operator::SUB>());
/frameworks/av/media/codecs/m4v_h263/enc/src/
Dsad_inline.h219 SUB src1, src1, x7, asr #7; /* add 0xFF to the negative byte, add back carry */