Searched refs:float16_int8_s (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/test/CodeGen/RISCV/ |
H A D | riscv64-abi.c | 1613 struct float16_int8_s { _Float16 f; int8_t i; }; argument 1628 void f_float16_int8_s_arg(struct float16_int8_s a) {} in f_float16_int8_s_arg() 1638 struct float16_int8_s f_ret_float16_int8_s(void) { in f_ret_float16_int8_s() 1639 return (struct float16_int8_s){1.0, 2}; in f_ret_float16_int8_s() 1760 int f, int g, int h, struct float16_int8_s i) {} in f_float16_int8_s_arg_insufficient_gprs() 1775 … double e, double f, double g, double h, struct float16_int8_s i) {} in f_struct_float16_int8_insufficient_fprs()
|
H A D | riscv32-abi.c | 1654 struct float16_int8_s { _Float16 f; int8_t i; }; argument 1669 void f_float16_int8_s_arg(struct float16_int8_s a) {} in f_float16_int8_s_arg() 1679 struct float16_int8_s f_ret_float16_int8_s(void) { in f_ret_float16_int8_s() 1680 return (struct float16_int8_s){1.0, 2}; in f_ret_float16_int8_s() 1793 int f, int g, int h, struct float16_int8_s i) {} in f_float16_int8_s_arg_insufficient_gprs() 1800 … double e, double f, double g, double h, struct float16_int8_s i) {} in f_struct_float16_int8_insufficient_fprs()
|