Home
last modified time | relevance | path

Searched refs:MUL (Results 1 – 17 of 17) sorted by relevance

/frameworks/av/media/codecs/amrwb/enc/src/asm/ARMV5E/
DDeemph_32_opt.s49 MUL r9, r5, r8
62 MUL r9, r14, r8
74 MUL r9, r14, r8
86 MUL r9, r14, r8
Dcor_h_vec_opt.s75 MUL r12, r5, r10
76 MUL r14, r6, r11
122 MUL r12, r5, r10
123 MUL r14, r6, r11
Dconvolve_opt.s45 MUL r8, r9, r10
82 MUL r8, r9, r10
117 MUL r8, r9, r10
DNorm_Corr_opt.s169 MUL r12, r6, r11
208 MUL r14, r11, r8
216 MUL r14, r11, r8
Dsyn_filt_opt.s139 MUL r0, r5, r6 @ L_tmp = x[i] * a0
DSyn_filt_32_opt.s143 MUL r7, r6, r3 @ exc[i] * a0
/frameworks/av/media/codecs/amrwb/enc/src/asm/ARMV7/
DDeemph_32_neon.s49 MUL r9, r5, r8
62 MUL r9, r14, r8
74 MUL r9, r14, r8
86 MUL r9, r14, r8
Dcor_h_vec_neon.s76 MUL r12, r5, r10
77 MUL r14, r6, r11
123 MUL r12, r5, r10
124 MUL r14, r6, r11
Dconvolve_neon.s47 MUL r8, r9, r10
80 MUL r8, r9, r10
115 MUL r8, r9, r10
DNorm_Corr_neon.s209 MUL r12, r6, r11
247 MUL r14, r11, r8
255 MUL r14, r11, r8
Dsyn_filt_neon.s67 MUL r12, r6, r5 @ L_tmp = x[i] * a0
DSyn_filt_32_neon.s78 MUL r12, r6, r3 @exc[i] * a0
/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h36 MUL = 4, enumerator
163 Operator& Operator::create<Operator::MUL>();
DBinaryOp.h53 IntOperand* BinaryOp<Operator::MUL>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp161 Operator& Operator::create<Operator::MUL>() { in create()
162 static BinaryOp<Operator::MUL> op; in create()
DBinaryOp.cpp27 IntOperand* BinaryOp<Operator::MUL>::eval(const Module& pModule, in eval()
DScriptParser.yy663 &Operator::create<Operator::MUL>());