OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestLDC
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGen/
mingw-long-double.c
36
long double _Complex
TestLDC
(long double _Complex x) {
39
// GNU32: define void @
TestLDC
({ x86_fp80, x86_fp80 }* noalias sret %agg.result, { x86_fp80, x86_fp80 }* byval align 4 %x)
40
// GNU64: define void @
TestLDC
({ x86_fp80, x86_fp80 }* noalias sret %agg.result, { x86_fp80, x86_fp80 }* %x)
41
// MSC64: define void @
TestLDC
({ double, double }* noalias sret %agg.result, { double, double }* %x)
x86_64-longdouble.c
28
long double _Complex
TestLDC
(long double _Complex x) {
30
// ANDROID: define void @
TestLDC
({ fp128, fp128 }* {{.*}}, { fp128, fp128 }* {{.*}} %x)
31
// GNU: define { x86_fp80, x86_fp80 } @
TestLDC
({ x86_fp80, x86_fp80 }* {{.*}} %x)
32
// NACL: define { double, double } @
TestLDC
(double %x{{.*}}, double %x{{.*}})
Completed in 95 milliseconds