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

  /external/llvm/test/Transforms/InstCombine/
overflow-mul.ll 45 %mul32 = trunc i64 %mul64 to i32
47 %retval = select i1 %overflow, i32 %mul32, i32 111
107 %mul32 = trunc i64 %mul64 to i32
111 %retval = select i1 %overflow, i32 %mul32, i32 111
  /external/valgrind/VEX/priv/
host_generic_simd128.c 45 static inline UInt mul32 ( Int xx, Int yy ) function
136 res->w32[0] = mul32(argL->w32[0], argR->w32[0]);
137 res->w32[1] = mul32(argL->w32[1], argR->w32[1]);
138 res->w32[2] = mul32(argL->w32[2], argR->w32[2]);
139 res->w32[3] = mul32(argL->w32[3], argR->w32[3]);
host_generic_simd64.c 231 static inline Int mul32 ( Int xx, Int yy ) function
668 mul32( sel32x2_1(xx), sel32x2_1(yy) ),
669 mul32( sel32x2_0(xx), sel32x2_0(yy) )
    [all...]
  /external/llvm/lib/Target/ARM/
ARMScheduleA9.td     [all...]

Completed in 1078 milliseconds