Searched refs:f41_split (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CodeGen/
H A Darm64-arguments.c610 int f41_split(int i, int i2, int i3, int i4, int i5, int i6, int i7, function
612 // CHECK: define i32 @f41_split(i32 %i, i32 %i2, i32 %i3, i32 %i4, i32 %i5, i32 %i6, i32 %i7, i128 %s1.coerce, i128 %s2.coerce)
617 // CHECK: call i32 @f41_split(i32 1, i32 2, i32 3, i32 4, i32 5, i32 6, i32 7, i128 %{{.*}}, i128 %{{.*}})
618 return f41_split(1, 2, 3, 4, 5, 6, 7, g41, g41_2);

Completed in 21 milliseconds