Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/RISCV/
Driscv32-ilp32f-ilp32d-abi.c244 struct int64_float_s { int64_t a; float b; }; struct
247 void f_int64_float_s_arg(struct int64_float_s a) {} in f_int64_float_s_arg()
250 struct int64_float_s f_ret_int64_float_s() { in f_ret_int64_float_s()
251 return (struct int64_float_s){1, 2.0}; in f_ret_int64_float_s()