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

  /external/valgrind/main/none/tests/
shortpush.c 4 UShort mul16 ( UShort a, UShort b );
8 UShort x = mul16 ( 10, 20 );
12 UShort mul16 ( UShort a, UShort b ) function
  /external/llvm/test/Transforms/BBVectorize/
ld1.ll 23 %mul16 = fmul double %add11, %add15
24 ret double %mul16
38 ; CHECK: %mul16 = fmul double %add11.v.r1, %add11.v.r2
39 ; CHECK: ret double %mul16
  /external/llvm/test/Transforms/LoopVectorize/
i8-induction.ll 16 %mul16 = phi i8 [ 0, %scalar.ph ], [ %mul, %for.body ] ; <------- i8 induction var.
21 %mul = mul i8 %mul16, %.sink
  /external/chromium_org/crypto/
ghash.h 67 // Mul16 sets |x| = 16*|x|.
68 static void Mul16(FieldElement* x);
ghash.cc 188 Mul16(&z);
214 void GaloisHash::Mul16(FieldElement* x) {
  /external/llvm/test/Transforms/SLPVectorizer/X86/
cse.ll 78 %mul16 = fmul double %3, 7.400000e+00
79 %mul18 = fmul double %conv, %mul16
170 %mul16 = fmul double %3, 7.900000e+00
171 %mul18 = fmul double %conv, %mul16
  /external/valgrind/main/VEX/priv/
host_generic_simd64.c 224 static inline Short mul16 ( Short xx, Short yy ) function
657 mul16( sel16x4_3(xx), sel16x4_3(yy) ),
658 mul16( sel16x4_2(xx), sel16x4_2(yy) ),
659 mul16( sel16x4_1(xx), sel16x4_1(yy) ),
660 mul16( sel16x4_0(xx), sel16x4_0(yy) )
    [all...]
  /external/llvm/test/CodeGen/Thumb2/
constant-islands.ll 305 %mul16 = fmul float 0x3FA99999A0000000, %12
306 %call19 = invoke %class.btCapsuleShape* @_ZN14btCapsuleShapeC1Eff(%class.btCapsuleShape* %10, float %mul15, float %mul16)
    [all...]

Completed in 213 milliseconds