/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
lattice_neon.S | 29 @ instructions, smulwb, and smull. Speech quality was not degraded by 138 smull r5, r6, r8, r2 @ tmp32b * input2, in 64 bits
|
/system/core/include/private/pixelflinger/ |
ggl_fixed.h | 114 asm("smull %[lo], %[hi], %[x], %[y] \n" 122 asm("smull %[lo], %[hi], %[x], %[y] \n" 137 asm("smull %[lo], %[hi], %[x], %[y] \n" 144 asm("smull %[lo], %[hi], %[x], %[y] \n" 158 asm("smull %[lo], %[hi], %[x], %[y] \n" 165 asm("smull %[lo], %[hi], %[x], %[y] \n" 186 asm("smull %0, %1, %2, %3 \n"
|
/external/tremolo/Tremolo/ |
floor1ARM.s | 57 SMULL r6, r5, r4, r5 @ (r6,r5) = *d * *floor
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/ |
CalcWindowEnergy_v5.s | 61 smull r0, r8, r12, r11 @ accu2 = fixmul( Coeff0, states1 );
|
/external/aac/libFDK/include/arm/ |
cplx_mul.h | 199 "smull %2, %0, %7, %6;\n" /* tmp1 = -a_Im * b_Im */ 201 "smull %2, %1, %3, %6;\n" /* tmp2 = a_Re * b_Im */
|
fixmul_arm.h | 121 __asm__ ("smull %0, %1, %2, %3" : "=&r" (discard), "=r" (result)
|
/system/core/libpixelflinger/codeflinger/ |
ARMAssemblerProxy.cpp | 180 void ARMAssemblerProxy::SMULL(int cc, int s, 182 mTarget->SMULL(cc, s, RdLo, RdHi, Rm, Rs);
|
ARMAssembler.h | 101 virtual void SMULL(int cc, int s,
|
ARMAssemblerProxy.h | 90 virtual void SMULL(int cc, int s,
|
ARMAssembler.cpp | 255 void ARMAssembler::SMULL(int cc, int s, 258 "SMULL(r%u,r%u,r%u,r%u)", RdLo,RdHi,Rm,Rs);
|
ARMAssemblerInterface.h | 135 virtual void SMULL(int cc, int s,
|
MIPSAssembler.cpp | 665 void ArmToMipsAssembler::SMULL(int cc, int s, 668 "SMULL(r%u,r%u,r%u,r%u)", RdLo,RdHi,Rm,Rs); 677 LOG_ALWAYS_FATAL("Condition on SMULL must be on 64-bit result\n"); [all...] |
MIPSAssembler.h | 101 virtual void SMULL(int cc, int s,
|
disassem.c | 125 { 0x0fe000f0, 0x00c00090, "smull", "Sdnms" },
|
/external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/ |
sbc_packing.c | 40 SMULL s32OutLow,s32OutHi,s32In1,s32In2 \
|
/external/llvm/test/CodeGen/ARM/ |
2010-11-15-SpillEarlyClobber.ll | 46 %asmtmp.i.i33.i.i.i = tail call %0 asm "smull\09$0, $1, $2, $3", "=&r,=&r,%r,r,~{cc}"(i32 undef, i32 1518500250) nounwind
|
/external/freetype/include/freetype/config/ |
ftconfig.h | 320 smull t2, t, b, a /* (lo=t2,hi=t) = a*b */ 350 "smull %1, %2, %4, %3\n\t" /* (lo=%1,hi=%2) = a*b */
|
/external/valgrind/main/none/tests/arm/ |
v6intARM.c | 553 printf("SMULL\n"); 554 TESTINST4_2OUT("smull r0, r1, r2, r3", 0, 0, 0, 0, r0, r1, r2, r3, 0); 555 TESTINST4_2OUT("smull r0, r1, r2, r3", 0, 0, 0, 1, r0, r1, r2, r3, 0); 556 TESTINST4_2OUT("smull r0, r1, r2, r3", 0, 0, 1, 0, r0, r1, r2, r3, 0); 557 TESTINST4_2OUT("smull r0, r1, r2, r3", 0, 0, 1, 1, r0, r1, r2, r3, 0); 558 TESTINST4_2OUT("smull r0, r1, r2, r3", 0, 0, 0xffff, 0xffff, r0, r1, r2, r3, 0); 559 TESTINST4_2OUT("smull r0, r1, r2, r3", 0, 0, 0xffffffff, 0xffffffff, r0, r1, r2, r3, 0); [all...] |
v6intARM.stdout.exp | [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
fastquant_inline.h | 194 mov coeff, q_value, asr shift /*smull tmp, coeff, q_scale, coeff*/ 289 mov coeff, q_value, asr shift /*smull tmp, coeff, q_scale, coeff*/
|
fastquant.cpp | 387 /*smull tmp, coeff, q_value, q_scale*/
|
/external/llvm/test/CodeGen/AArch64/ |
dp-3source.ll | 132 ; CHECK: smull {{x[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}
|
/external/webkit/Source/JavaScriptCore/assembler/ |
MacroAssemblerARMv7.h | 245 m_assembler.smull(dest, dataTempRegister, dest, src); 251 m_assembler.smull(dest, dataTempRegister, src, dataTempRegister); [all...] |
/external/llvm/lib/Target/ARM/ |
README.txt | 431 smull r1, r0, r1, r0 432 smull r3, r2, r3, r2
|
ARMInstrInfo.td | [all...] |