Home
last modified time | relevance | path

Searched refs:mul32 (Results 1 – 7 of 7) sorted by relevance

/external/skqp/src/core/
DSkSafeMath.h22 return sizeof(size_t) == sizeof(uint64_t) ? mul64(x, y) : mul32(x, y); in mul()
60 uint32_t mul32(uint32_t x, uint32_t y) { in mul32() function
/external/skia/src/core/
DSkSafeMath.h24 return sizeof(size_t) == sizeof(uint64_t) ? mul64(x, y) : mul32(x, y); in mul()
69 uint32_t mul32(uint32_t x, uint32_t y) { in mul32() function
/external/valgrind/VEX/priv/
Dhost_generic_simd128.c45 static inline UInt mul32 ( Int xx, Int yy ) in mul32() function
136 res->w32[0] = mul32(argL->w32[0], argR->w32[0]); in h_generic_calc_Mul32x4()
137 res->w32[1] = mul32(argL->w32[1], argR->w32[1]); in h_generic_calc_Mul32x4()
138 res->w32[2] = mul32(argL->w32[2], argR->w32[2]); in h_generic_calc_Mul32x4()
139 res->w32[3] = mul32(argL->w32[3], argR->w32[3]); in h_generic_calc_Mul32x4()
Dhost_generic_simd64.c231 static inline Int mul32 ( Int xx, Int yy ) in mul32() function
668 mul32( sel32x2_1(xx), sel32x2_1(yy) ), in h_generic_calc_Mul32x2()
669 mul32( sel32x2_0(xx), sel32x2_0(yy) ) in h_generic_calc_Mul32x2()
/external/llvm/test/Transforms/InstCombine/
Doverflow-mul.ll45 %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/llvm/test/CodeGen/Lanai/
Di32.ll31 ; CHECK-LABEL: mul32:
33 define i32 @mul32(i32 %x, i32 %y) {
/external/llvm/test/CodeGen/WebAssembly/
Di32.ll32 ; CHECK-LABEL: mul32:
37 define i32 @mul32(i32 %x, i32 %y) {