Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/RISCV/
Driscv64-lp64d-abi.c89 struct double_uint8_s { double f; uint8_t i; }; struct
104 void f_double_uint8_s_arg(struct double_uint8_s a) {} in f_double_uint8_s_arg()
107 struct double_uint8_s f_ret_double_uint8_s() { in f_ret_double_uint8_s()
108 return (struct double_uint8_s){1.0, 2}; in f_ret_double_uint8_s()
Driscv32-ilp32d-abi.c89 struct double_uint8_s { double f; uint8_t i; }; struct
104 void f_double_uint8_s_arg(struct double_uint8_s a) {} in f_double_uint8_s_arg()
107 struct double_uint8_s f_ret_double_uint8_s() { in f_ret_double_uint8_s()
108 return (struct double_uint8_s){1.0, 2}; in f_ret_double_uint8_s()