HomeSort by relevance Sort by last modified time
    Searched refs:varargs_vec_3s (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGen/
arm-abi-vector.c 165 double varargs_vec_3s(int fixed, ...) { function
166 // CHECK: varargs_vec_3s
172 // APCS-GNU: varargs_vec_3s
190 // CHECK: call arm_aapcscc double (i32, ...) @varargs_vec_3s(i32 3, <2 x i32> {{%.*}})
192 // APCS-GNU: call double (i32, ...) @varargs_vec_3s(i32 3, <2 x i32> {{%.*}})
193 return varargs_vec_3s(3, *in);
arm64-abi-vector.c 119 double varargs_vec_3s(int fixed, ...) { function
120 // CHECK: varargs_vec_3s
135 // CHECK: call double (i32, ...) @varargs_vec_3s(i32 3, <2 x i32> {{%.*}})
136 return varargs_vec_3s(3, *in);

Completed in 28 milliseconds