Home
last modified time | relevance | path

Searched refs:sub128 (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Di128.ll25 ; 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/
Di128.ll25 ; CHECK-LABEL: sub128:
33 define i128 @sub128(i128 %x, i128 %y) {
/external/llvm-project/llvm/test/CodeGen/X86/
Dsubcarry.ll7 define i128 @sub128(i128 %a, i128 %b) nounwind {
8 ; CHECK-LABEL: sub128:
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dctrloop-intrin.ll294 %sub128 = add nsw i32 %add122, 246
296 %new_digit.0.in = select i1 %cmp125, i32 %sub128, i32 %add122
/external/llvm/test/CodeGen/PowerPC/
Dctrloop-intrin.ll294 %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/
Dreference_math.cpp2794 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()