Home
last modified time | relevance | path

Searched refs:pass_longdouble (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dcall-zos-01.ll121 %ret = call fp128 (fp128) @pass_longdouble(fp128 0xLE0FC1518450562CD4000921FB5444261)
166 ; CHECK-LABEL: pass_longdouble
170 define fp128 @pass_longdouble(fp128 %arg) {
/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dsystemz-abi.c54 long double pass_longdouble(long double arg) { return arg; } in pass_longdouble() function