HomeSort by relevance Sort by last modified time
    Searched full:mul16 (Results 1 - 4 of 4) 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/valgrind/main/VEX/priv/
host_generic_simd64.c 204 static inline Short mul16 ( Short xx, Short yy ) function
637 mul16( sel16x4_3(xx), sel16x4_3(yy) ),
638 mul16( sel16x4_2(xx), sel16x4_2(yy) ),
639 mul16( sel16x4_1(xx), sel16x4_1(yy) ),
640 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 272 milliseconds