HomeSort by relevance Sort by last modified time
    Searched full:smul (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/speex/libspeex/
_kiss_fft_guts.h 62 # define smul(a,b) ( (SAMPPROD)(a)*(b) ) macro
65 # define S_MUL(a,b) sround( smul(a,b) )
68 do{ (m).r = sround( smul((a).r,(b).r) - smul((a).i,(b).i) ); \
69 (m).i = sround( smul((a).r,(b).i) + smul((a).i,(b).r) ); }while(0)
72 do{ (m).r = PSHR32( smul((a).r,(b).r) - smul((a).i,(b).i),17 ); \
73 (m).i = PSHR32( smul((a).r,(b).i) + smul((a).i,(b).r),17 ); }while(0
    [all...]
  /external/llvm/test/CodeGen/CellSPU/
mul-with-overflow.ll 3 declare {i16, i1} @llvm.smul.with.overflow.i16(i16 %a, i16 %b)
5 %res = call {i16, i1} @llvm.smul.with.overflow.i16(i16 %x, i16 3)
  /external/llvm/test/CodeGen/PowerPC/
mul-with-overflow.ll 10 declare {i32, i1} @llvm.smul.with.overflow.i32(i32 %a, i32 %b)
12 %res = call {i32, i1} @llvm.smul.with.overflow.i32(i32 %x, i32 3)
  /external/llvm/test/CodeGen/Generic/
overflow.ll 150 ;; smul
154 %smul = tail call { i8, i1 } @llvm.smul.with.overflow.i8(i8 %a, i8 %b)
155 %cmp = extractvalue { i8, i1 } %smul, 1
156 %smul.result = extractvalue { i8, i1 } %smul, 0
157 %X = select i1 %cmp, i8 %smul.result, i8 42
161 declare { i8, i1 } @llvm.smul.with.overflow.i8(i8, i8) nounwind readnone
165 %smul = tail call { i16, i1 } @llvm.smul.with.overflow.i16(i16 %a, i16 %b
    [all...]
  /external/llvm/test/CodeGen/X86/
smul-with-overflow.ll 8 %t = call {i32, i1} @llvm.smul.with.overflow.i32(i32 %v1, i32 %v2)
27 %t = call {i32, i1} @llvm.smul.with.overflow.i32(i32 %v1, i32 %v2)
45 declare {i32, i1} @llvm.smul.with.overflow.i32(i32, i32)
50 %tmp1 = call { i32, i1 } @llvm.smul.with.overflow.i32(i32 %tmp0, i32 2)
62 %tmp1 = call { i32, i1 } @llvm.smul.with.overflow.i32(i32 %tmp0, i32 4)
muloti.ll 16 %0 = tail call %1 @llvm.smul.with.overflow.i128(i128 %ins14, i128 %ins)
79 declare %1 @llvm.smul.with.overflow.i128(i128, i128) nounwind readnone
  /external/llvm/test/Transforms/GVN/
2011-07-07-MatchIntrinsicExtract.ll 68 %smul = tail call %0 @llvm.smul.with.overflow.i64(i64 %a, i64 %b)
69 %smul.0 = extractvalue %0 %smul, 0
84 declare %0 @llvm.smul.with.overflow.i64(i64, i64) nounwind readnone
  /external/clang/test/CodeGen/
integer-overflow.c 32 // TRAPV: llvm.smul.with.overflow.i32
33 // CATCH_UB: llvm.smul.with.overflow.i32
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 203 virtual void SMUL(int cc, int xy,
289 SMUL(cc, xyBB, Rd, Rm, Rs); }
291 SMUL(cc, xyTB, Rd, Rm, Rs); }
293 SMUL(cc, xyBT, Rd, Rm, Rs); }
295 SMUL(cc, xyTT, Rd, Rm, Rs); }
ARMAssemblerProxy.cpp 272 void ARMAssemblerProxy::SMUL(int cc, int xy, int Rd, int Rm, int Rs) {
273 mTarget->SMUL(cc, xy, Rd, Rm, Rs);
  /external/llvm/test/Transforms/ConstProp/
overflow-ops.ll 10 declare {i8, i1} @llvm.smul.with.overflow.i8(i8, i8)
196 ;; smul
202 %t = call {i8, i1} @llvm.smul.with.overflow.i8(i8 -20, i8 -10)
  /external/llvm/test/Transforms/InstCombine/
mul.ll 169 declare {i32, i1} @llvm.smul.with.overflow.i32(i32, i32)
178 %E = call {i32, i1} @llvm.smul.with.overflow.i32(i32 %C, i32 %D)
  /bionic/libc/arch-arm/include/machine/
cpu-features.h 113 * this means variants of: smul, smulw, smla, smlaw, smlal
  /development/ndk/platforms/android-3/arch-arm/include/machine/
cpu-features.h 113 * this means variants of: smul, smulw, smla, smlaw, smlal
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/machine/
cpu-features.h 113 * this means variants of: smul, smulw, smla, smlaw, smlal
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/machine/
cpu-features.h 113 * this means variants of: smul, smulw, smla, smlaw, smlal
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/machine/
cpu-features.h 113 * this means variants of: smul, smulw, smla, smlaw, smlal
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/machine/
cpu-features.h 113 * this means variants of: smul, smulw, smla, smlaw, smlal
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/machine/
cpu-features.h 113 * this means variants of: smul, smulw, smla, smlaw, smlal
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/machine/
cpu-features.h 113 * this means variants of: smul, smulw, smla, smlaw, smlal
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/machine/
cpu-features.h 113 * this means variants of: smul, smulw, smla, smlaw, smlal
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/machine/
cpu-features.h 113 * this means variants of: smul, smulw, smla, smlaw, smlal
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/machine/
cpu-features.h 113 * this means variants of: smul, smulw, smla, smlaw, smlal
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/machine/
cpu-features.h 113 * this means variants of: smul, smulw, smla, smlaw, smlal
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/machine/
cpu-features.h 113 * this means variants of: smul, smulw, smla, smlaw, smlal

Completed in 1824 milliseconds

1 2 3 4