Searched refs:mul128 (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/WebAssembly/ |
D | i128.ll | 37 ; CHECK-LABEL: mul128: 38 ; CHECK-NEXT: .functype mul128 (i32, i64, i64, i64, i64) -> (){{$}} 41 define i128 @mul128(i128 %x, i128 %y) {
|
/external/llvm/test/Transforms/BBVectorize/ |
D | cycle.ll | 84 %mul128 = fmul double %add127, %Anm1.0 89 %add133 = fadd double %mul128, %mul132
|
/external/llvm/test/CodeGen/WebAssembly/ |
D | i128.ll | 38 ; CHECK-LABEL: mul128: 43 define i128 @mul128(i128 %x, i128 %y) {
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | reference_math.cpp | 2662 static inline void mul128(cl_ulong a, cl_ulong b, cl_ulong *hi, cl_ulong *lo) in mul128() function 2912 mul128(mantA, mantB, &hi, &lo); in reference_fmal()
|