Home
last modified time | relevance | path

Searched refs:fixed_float64_t (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/
H A Daarch64-sve-vls-arith-ops.c161 fixed_float64_t add_f64(fixed_float64_t a, fixed_float64_t b) { in add_f64()
296 fixed_float64_t add_inplace_f64(fixed_float64_t a, fixed_float64_t b) { in add_inplace_f64()
439 fixed_float64_t add_scalar_f64(fixed_float64_t a, double b) { in add_scalar_f64()
576 fixed_float64_t sub_f64(fixed_float64_t a, fixed_float64_t b) { in sub_f64()
711 fixed_float64_t sub_inplace_f64(fixed_float64_t a, fixed_float64_t b) { in sub_inplace_f64()
854 fixed_float64_t sub_scalar_f64(fixed_float64_t a, double b) { in sub_scalar_f64()
991 fixed_float64_t mul_f64(fixed_float64_t a, fixed_float64_t b) { in mul_f64()
1126 fixed_float64_t mul_inplace_f64(fixed_float64_t a, fixed_float64_t b) { in mul_inplace_f64()
1269 fixed_float64_t mul_scalar_f64(fixed_float64_t a, double b) { in mul_scalar_f64()
1406 fixed_float64_t div_f64(fixed_float64_t a, fixed_float64_t b) { in div_f64()
[all …]
H A Dattr-arm-sve-vector-bits-call.c11 typedef svfloat64_t fixed_float64_t __attribute__((arm_sve_vector_bits(N))); typedef
75 fixed_float64_t call_float64_ff(svbool_t pg, fixed_float64_t op1, fixed_float64_t op2) { in call_float64_ff()
108 fixed_float64_t call_float64_fs(svbool_t pg, fixed_float64_t op1, svfloat64_t op2) { in call_float64_fs()
141 fixed_float64_t call_float64_ss(svbool_t pg, svfloat64_t op1, svfloat64_t op2) { in call_float64_ss()
H A Daarch64-sve-vls-compare-ops.c24 typedef svfloat64_t fixed_float64_t __attribute__((arm_sve_vector_bits(N))); typedef
188 fixed_int64_t eq_f64(fixed_float64_t a, fixed_float64_t b) { in eq_f64()
352 fixed_int64_t neq_f64(fixed_float64_t a, fixed_float64_t b) { in neq_f64()
516 fixed_int64_t lt_f64(fixed_float64_t a, fixed_float64_t b) { in lt_f64()
680 fixed_int64_t leq_f64(fixed_float64_t a, fixed_float64_t b) { in leq_f64()
844 fixed_int64_t gt_f64(fixed_float64_t a, fixed_float64_t b) { in gt_f64()
1008 fixed_int64_t geq_f64(fixed_float64_t a, fixed_float64_t b) { in geq_f64()
H A Dattr-arm-sve-vector-bits-types.c26 typedef svfloat64_t fixed_float64_t __attribute__((arm_sve_vector_bits(N))); typedef
88 fixed_float64_t global_f64;
109 fixed_float64_t global_arr_f64[3];
130 fixed_float64_t local_f64; in f()
145 fixed_float64_t local_arr_f64[3]; in f()
H A Dattr-arm-sve-vector-bits-cast.c11 typedef svfloat64_t fixed_float64_t __attribute__((arm_sve_vector_bits(N))); typedef
35 svfloat64_t to_svfloat64_t(fixed_float64_t type) { in to_svfloat64_t()
43 fixed_float64_t from_svfloat64_t(svfloat64_t type) { in from_svfloat64_t()
H A Daarch64-sve-vls-subscript-ops.c25 typedef svfloat64_t fixed_float64_t __attribute__((arm_sve_vector_bits(N))); typedef
115 double subscript_float64(fixed_float64_t a, size_t b) { in subscript_float64()
H A Dattr-arm-sve-vector-bits-bitcast.c13 typedef svfloat64_t fixed_float64_t __attribute__((arm_sve_vector_bits(N))); typedef
H A Daarch64-sve-vls-bitwise-ops.c24 typedef svfloat64_t fixed_float64_t __attribute__((arm_sve_vector_bits(N))); typedef
H A Daarch64-sve-vls-shift-ops.c24 typedef svfloat64_t fixed_float64_t __attribute__((arm_sve_vector_bits(N))); typedef
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Daarch64-sve-explicit-casts-fixed-size.cpp17 typedef svfloat64_t fixed_float64_t FIXED_ATTR;
39 TESTCASE(fixed_float64_t, svfloat32_t)
40 TESTCASE(fixed_float64_t, svfloat64_t)
41 TESTCASE(fixed_float64_t, svint32_t)
42 TESTCASE(fixed_float64_t, svint64_t)
/llvm-project-15.0.7/clang/test/Sema/
H A Daarch64-sve-explicit-casts-fixed-size.c17 typedef svfloat64_t fixed_float64_t FIXED_ATTR;
38 TESTCASE(fixed_float64_t, svfloat32_t)
39 TESTCASE(fixed_float64_t, svfloat64_t)
40 TESTCASE(fixed_float64_t, svint32_t)
41 TESTCASE(fixed_float64_t, svint64_t)
H A Dattr-arm-sve-vector-bits.c46 typedef svfloat64_t fixed_float64_t __attribute__((arm_sve_vector_bits(N))); typedef
197 _Static_assert(sizeof(fixed_float64_t) == VECTOR_SIZE, "");
221 _Static_assert(__alignof__(fixed_float64_t) == VECTOR_ALIGN, "");
231 struct struct_float64 { fixed_float64_t x, y[5]; };
238 union union_float64 { fixed_float64_t x, y[5]; };
384 TEST_OPS(fixed_float64_t)
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Daarch64-sve-fixedtypeinfo.cpp35 typedef __SVFloat64_t fixed_float64_t __attribute__((arm_sve_vector_bits(N))); typedef
53 auto &ff64 = typeid(fixed_float64_t);
H A Daarch64-mangle-sve-fixed-vectors.cpp31 typedef __SVFloat64_t fixed_float64_t __attribute__((arm_sve_vector_bits(N))); typedef
114 void f11(S<fixed_float64_t>) {} in f11() argument