HomeSort by relevance Sort by last modified time
    Searched defs:SMLAWB (Results 1 - 4 of 4) sorted by null

  /external/aac/libFDK/src/arm/
qmf_arm.cpp 443 inline INT SMLAWB(const LONG accu, const LONG a, const LONG b)
446 asm("smlawb %0, %1, %2, %3 "
486 *sta++ = SMLAWB( sta[1], real, A ); /* index=316...........6 */
487 *sta++ = SMLAWB( sta[1], imag, B ); /* index=8,18, ...318 */
492 *sta++ = SMLAWB( sta[1], real, A ); /* index=318...........8 */
493 *sta++ = SMLAWB( sta[1], imag, B ); /* index=6...........316 */
506 result = SMLAWB( sta[0], real, A ); /* index=310...........0 */
507 *sta++ = SMLAWB( sta[1], imag, B ); /* index=14..........324 */
513 *sta++ = SMLAWB( sta[1], real, A ); /* index=312...........2 */
514 *sta++ = SMLAWB( sta[1], imag, B ); /* index=12..........322 *
    [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 329 SMLAWB(int cc, int Rd, int Rm, int Rs, int Rn) {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_s.h 1085 LIBI4 SMLAWB, SMLAWT, $a, $b, $c, $d, $cc
1090 LIBI4 SMLAWT, SMLAWB, $a, $b, $c, $d, $cc
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 1088 LIBI4 SMLAWB, SMLAWT, $a, $b, $c, $d, $cc
1093 LIBI4 SMLAWT, SMLAWB, $a, $b, $c, $d, $cc

Completed in 134 milliseconds