Home
last modified time | relevance | path

Searched refs:mul128 (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Di128.ll37 ; 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/
Dcycle.ll84 %mul128 = fmul double %add127, %Anm1.0
89 %add133 = fadd double %mul128, %mul132
/external/llvm/test/CodeGen/WebAssembly/
Di128.ll38 ; CHECK-LABEL: mul128:
43 define i128 @mul128(i128 %x, i128 %y) {
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dreference_math.cpp2662 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()