HomeSort by relevance Sort by last modified time
    Searched full:mul16 (Results 1 - 5 of 5) 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/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 302 milliseconds