Searched refs:sub128 (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/WebAssembly/ |
D | i128.ll | 25 ; CHECK-LABEL: sub128: 26 ; CHECK-NEXT: .functype sub128 (i32, i64, i64, i64, i64) -> (){{$}} 32 define i128 @sub128(i128 %x, i128 %y) {
|
/external/llvm/test/CodeGen/WebAssembly/ |
D | i128.ll | 25 ; CHECK-LABEL: sub128: 33 define i128 @sub128(i128 %x, i128 %y) {
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | subcarry.ll | 7 define i128 @sub128(i128 %a, i128 %b) nounwind { 8 ; CHECK-LABEL: sub128:
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | ctrloop-intrin.ll | 294 %sub128 = add nsw i32 %add122, 246 296 %new_digit.0.in = select i1 %cmp125, i32 %sub128, i32 %add122
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ctrloop-intrin.ll | 294 %sub128 = add nsw i32 %add122, 246 296 %new_digit.0.in = select i1 %cmp125, i32 %sub128, i32 %add122
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | reference_math.cpp | 2794 static inline void sub128(cl_ulong *chi, cl_ulong *clo, cl_ulong hi, in sub128() function 2937 sub128(&hi, &lo, chi, clo, &sign, &exponent); in reference_fmal() 2948 sub128(&chi, &clo, hi, lo, &signC, &expC); in reference_fmal()
|