Home | History | Annotate | Download | only in cconv

Lines Matching full:fp128

7 ; Test the fp128 arguments for all ABI's and byte orders as specified
12 @ldoubles = global [11 x fp128] zeroinitializer
14 define void @ldouble_args(fp128 %a, fp128 %b, fp128 %c, fp128 %d, fp128 %e) nounwind {
16 %0 = getelementptr [11 x fp128], [11 x fp128]* @ldoubles, i32 0, i32 1
17 store volatile fp128 %a, fp128* %0
18 %1 = getelementptr [11 x fp128], [11 x fp128]* @ldoubles, i32 0, i32 2
19 store volatile fp128 %b, fp128* %1
20 %2 = getelementptr [11 x fp128], [11 x fp128]* @ldoubles, i32 0, i32 3
21 store volatile fp128 %c, fp128* %2
22 %3 = getelementptr [11 x fp128], [11 x fp128]* @ldoubles, i32 0, i32 4
23 store volatile fp128 %d, fp128* %3
24 %4 = getelementptr [11 x fp128], [11 x fp128]* @ldoubles, i32 0, i32 5
25 store volatile fp128 %e, fp128* %4