Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dcall-zos-01.ll35 %retval = call i64 (i64, i64, i64) @pass_long(i64 64, i64 65, i64 66)
78 ; CHECK-LABEL: pass_long:
81 define signext i64 @pass_long(i64 signext %arg0, i64 signext %arg1, i64 signext %arg2) {
/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dsystemz-abi.c39 long pass_long(long arg) { return arg; } in pass_long() function