HomeSort by relevance Sort by last modified time
    Searched refs:SMULBT (Results 1 - 8 of 8) sorted by null

  /external/aac/libFDK/src/arm/
qmf_arm.cpp 138 inline INT SMULBT (const SHORT a, const LONG b)
141 __asm__ ("smulbt %0, %1, %2"
213 accu0 = SMULBT( sta0, flt);
214 accu1 = SMULBT( sta1, flt);
278 accu0 = SMULBT( sta0, flt);
279 accu1 = SMULBT( sta1, flt);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_s.h 1028 LIBI3 SMULBT, SMULTB, $a, $b, $c, $cc
1038 LIBI3 SMULBT, SMULTT, $a, $b, $c, $cc
1043 LIBI3 SMULTB, SMULBT, $a, $b, $c, $cc
1058 LIBI3 SMULTT, SMULBT, $a, $b, $c, $cc
1063 LIBI3 SMULBB, SMULBT, $a, $b, $c, $cc
1068 LIBI3 SMULBT, SMULBB, $a, $b, $c, $cc
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 1031 LIBI3 SMULBT, SMULTB, $a, $b, $c, $cc
1041 LIBI3 SMULBT, SMULTT, $a, $b, $c, $cc
1046 LIBI3 SMULTB, SMULBT, $a, $b, $c, $cc
1061 LIBI3 SMULTT, SMULBT, $a, $b, $c, $cc
1066 LIBI3 SMULBB, SMULBT, $a, $b, $c, $cc
1071 LIBI3 SMULBT, SMULBB, $a, $b, $c, $cc
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 292 inline void SMULBT(int cc, int Rd, int Rm, int Rs) {
texturing.cpp     [all...]
  /system/core/libpixelflinger/tests/arch-arm64/assembler/
arm64_assembler_test.cpp 462 case INSTR_SMULBT:a64asm->SMULBT(test.cond, Rd,Rm,Rs); break;
    [all...]
  /external/llvm/test/MC/ARM/
basic-arm-instructions.s     [all...]
basic-thumb2-instructions.s     [all...]

Completed in 173 milliseconds