/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s | 133 SMULTB temp1,SrcDst00,rowLuma23 ;// pSrcDst[1] * (pVRow[2]<<Shift) 136 SMULTB temp2,SrcDst02,rowLuma23 ;// pSrcDst[3] * (pVRow[2]<<Shift) 155 SMULTB temp1,SrcDst20,rowLuma23 ;// pSrcDst[9] * (pVRow[2]<<Shift) 159 SMULTB temp2,SrcDst22,rowLuma23 ;// pSrcDst[11] * (pVRow[2]<<Shift) 276 SMULTB temp1,SrcDst00,rowLuma23 ;// pSrcDst[1] * (pVRow[2]<<Shift) 279 SMULTB temp2,SrcDst02,rowLuma23 ;// pSrcDst[3] * (pVRow[2]<<Shift) 298 SMULTB temp1,SrcDst20,rowLuma23 ;// pSrcDst[9] * (pVRow[2]<<Shift) 302 SMULTB temp2,SrcDst22,rowLuma23 ;// pSrcDst[11] * (pVRow[2]<<Shift)
|
omxVCM4P10_TransformDequantChromaDCFromPair_s.s | 125 SMULTB Temp2, c0w0, Scale ;// Temp2 = T(c0w0) * Scale 126 SMULTB Temp4, c1w0, Scale ;// Temp4 = T(c1w0) * Scale
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_QuantInvInter_I_s.s | 113 SMULTB X3,tempVal21,two ;// X3= second val(top 16 bits of tampVal21)*2 131 SMULTB X3,tempVal43,two ;// X2= first val(top 16 bits of tampVal21)*2
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/ |
h264bsd_interpolate_mid_hor.s | 94 SMULTB tmp2, x_2_0, mult_20_m5
95 SMULTB tmp3, x_2_0, mult_20_01
96 SMULTB tmp4, x_3_1, mult_20_01
125 SMULTB tmp2, x_6_4, mult_20_m5
126 SMULTB tmp3, x_6_4, mult_20_01
127 SMULTB tmp4, x_7_5, mult_20_01
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
armCOMM_s.h | 1028 LIBI3 SMULBT, SMULTB, $a, $b, $c, $cc 1033 LIBI3 SMULBB, SMULTB, $a, $b, $c, $cc 1043 LIBI3 SMULTB, SMULBT, $a, $b, $c, $cc 1053 LIBI3 SMULTB, SMULBB, $a, $b, $c, $cc 1073 LIBI3 SMULTB, SMULTT, $a, $b, $c, $cc 1078 LIBI3 SMULTT, SMULTB, $a, $b, $c, $cc
|
armCOMM_IDCT_s.h | 378 SMULTB xi3, xi3, LoopRR2 400 SMULTB xi2, xi2, LoopRR2 458 SMULTB xi2, xi2, LoopRR2 538 SMULTB xi3, xi3, LoopRR2 563 SMULTB xi2, xi2, LoopRR2 [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
armCOMM_s.h | 1031 LIBI3 SMULBT, SMULTB, $a, $b, $c, $cc 1036 LIBI3 SMULBB, SMULTB, $a, $b, $c, $cc 1046 LIBI3 SMULTB, SMULBT, $a, $b, $c, $cc 1056 LIBI3 SMULTB, SMULBB, $a, $b, $c, $cc 1076 LIBI3 SMULTB, SMULTT, $a, $b, $c, $cc 1081 LIBI3 SMULTT, SMULTB, $a, $b, $c, $cc
|
armCOMM_IDCT_s.h | 383 SMULTB xi3, xi3, LoopRR2 406 SMULTB xi2, xi2, LoopRR2 464 SMULTB xi2, xi2, LoopRR2 544 SMULTB xi3, xi3, LoopRR2 569 SMULTB xi2, xi2, LoopRR2 [all...] |
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
residu_asm_opt.s | 80 SMULTB r3, r5, r2 @i1(0) --- r3 = x[0] * a0 82 SMULTB r11, r5, r10 @i3(0) --- r11 = x[2] * a0
|
/system/core/libpixelflinger/codeflinger/ |
ARMAssemblerInterface.h | 291 inline void SMULTB(int cc, int Rd, int Rm, int Rs) {
|
/prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/arm/armasm/ |
tables.go | 2226 SMULTB [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/rsc.io/arm/armasm/ |
tables.go | 2226 SMULTB [all...] |
/system/core/libpixelflinger/tests/arch-mips64/assembler/ |
mips64_assembler_test.cpp | 425 case INSTR_SMULTB:a64asm->SMULTB(test.cond, Rd,Rm,Rs); break;
|
/system/core/libpixelflinger/tests/arch-arm64/assembler/ |
arm64_assembler_test.cpp | 463 case INSTR_SMULTB:a64asm->SMULTB(test.cond, Rd,Rm,Rs); break; [all...] |
/external/llvm/test/MC/ARM/ |
basic-arm-instructions.s | [all...] |
basic-thumb2-instructions.s | [all...] |