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

/external/clang/test/CodeGen/
H A Dx86_32-arguments-win32.c4 // CHECK-LABEL: define void @f1_2(%struct.s1* byval align 4 %a0)
10 void f1_2(struct s1 a0) {} function
H A Darm-vector-arguments.c28 // CHECK: define void @f1_2(<8 x float>* noalias sret %{{.*}}, <8 x float> %{{.*}})
29 T_float32x8 f1_2(T_float32x8 a0) { return a0; } function
H A Darm64-arguments.c184 // CHECK: define void @f1_2(<8 x float>* noalias sret %{{.*}}, <8 x float>*)
185 T_float32x8 f1_2(T_float32x8 a0) { return a0; } function
/external/boringssl/src/crypto/curve25519/
H A Dcurve25519.c319 int32_t f1_2 = 2 * f1; local
335 int64_t f1g1_2 = f1_2 * (int64_t) g1;
337 int64_t f1g3_2 = f1_2 * (int64_t) g3;
339 int64_t f1g5_2 = f1_2 * (int64_t) g5;
341 int64_t f1g7_2 = f1_2 * (int64_t) g7;
343 int64_t f1g9_38 = f1_2 * (int64_t) g9_19;
527 int32_t f1_2 = 2 * f1; local
549 int64_t f1f1_2 = f1_2 * (int64_t) f1;
550 int64_t f1f2_2 = f1_2 * (int64_t) f2;
551 int64_t f1f3_4 = f1_2 * (int64_
784 int32_t f1_2 = 2 * f1; local
[all...]

Completed in 261 milliseconds