Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGen/RISCV/
H A Driscv64-abi.c651 struct floatcomplex_s { float __complex__ c; }; struct
661 void f_floatcomplex_s_arg(struct floatcomplex_s a) {} in f_floatcomplex_s_arg()
671 struct floatcomplex_s f_ret_floatcomplex_s(void) { in f_ret_floatcomplex_s()
672 return (struct floatcomplex_s){1.0}; in f_ret_floatcomplex_s()
699 void f_floatcomplex_s_arg_insufficient_fprs1(struct floatcomplex_s a, in f_floatcomplex_s_arg_insufficient_fprs1()
700 struct floatcomplex_s b, in f_floatcomplex_s_arg_insufficient_fprs1()
701 struct floatcomplex_s c, in f_floatcomplex_s_arg_insufficient_fprs1()
702 struct floatcomplex_s d, in f_floatcomplex_s_arg_insufficient_fprs1()
703 struct floatcomplex_s e) {} in f_floatcomplex_s_arg_insufficient_fprs1()
727 struct floatcomplex_s b, in f_floatcomplex_s_arg_insufficient_fprs2()
[all …]
H A Driscv32-abi.c1291 struct floatcomplex_s { float __complex__ c; }; struct
1301 void f_floatcomplex_s_arg(struct floatcomplex_s a) {} in f_floatcomplex_s_arg()
1311 struct floatcomplex_s f_ret_floatcomplex_s(void) { in f_ret_floatcomplex_s()
1312 return (struct floatcomplex_s){1.0}; in f_ret_floatcomplex_s()
/llvm-project/clang/test/CodeGen/LoongArch/
H A Dabi-lp64d.c417 struct floatcomplex_s { struct
421 struct floatcomplex_s f_floatcomplex_s(struct floatcomplex_s x) { in f_floatcomplex_s() argument