Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/RISCV/
Driscv64-lp64d-abi.c91 struct double_int64_s { double f; int64_t i; }; struct
120 void f_double_int64_s_arg(struct double_int64_s a) {} in f_double_int64_s_arg()
123 struct double_int64_s f_ret_double_int64_s() { in f_ret_double_int64_s()
124 return (struct double_int64_s){1.0, 2}; in f_ret_double_int64_s()
Driscv32-ilp32d-abi.c91 struct double_int64_s { double f; int64_t i; }; argument
120 void f_double_int64_s_arg(struct double_int64_s a) {} in f_double_int64_s_arg()
123 struct double_int64_s f_ret_double_int64_s() { in f_ret_double_int64_s()
124 return (struct double_int64_s){1.0, 2}; in f_ret_double_int64_s()