Home
last modified time | relevance | path

Searched refs:fixed_float32_t (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/
H A Daarch64-sve-vls-arith-ops.c149 fixed_float32_t add_f32(fixed_float32_t a, fixed_float32_t b) { in add_f32()
284 fixed_float32_t add_inplace_f32(fixed_float32_t a, fixed_float32_t b) { in add_inplace_f32()
426 fixed_float32_t add_scalar_f32(fixed_float32_t a, float b) { in add_scalar_f32()
564 fixed_float32_t sub_f32(fixed_float32_t a, fixed_float32_t b) { in sub_f32()
699 fixed_float32_t sub_inplace_f32(fixed_float32_t a, fixed_float32_t b) { in sub_inplace_f32()
841 fixed_float32_t sub_scalar_f32(fixed_float32_t a, float b) { in sub_scalar_f32()
979 fixed_float32_t mul_f32(fixed_float32_t a, fixed_float32_t b) { in mul_f32()
1114 fixed_float32_t mul_inplace_f32(fixed_float32_t a, fixed_float32_t b) { in mul_inplace_f32()
1256 fixed_float32_t mul_scalar_f32(fixed_float32_t a, float b) { in mul_scalar_f32()
1394 fixed_float32_t div_f32(fixed_float32_t a, fixed_float32_t b) { in div_f32()
[all …]
H A Daarch64-sve-vls-compare-ops.c23 typedef svfloat32_t fixed_float32_t __attribute__((arm_sve_vector_bits(N))); typedef
175 fixed_int32_t eq_f32(fixed_float32_t a, fixed_float32_t b) { in eq_f32()
339 fixed_int32_t neq_f32(fixed_float32_t a, fixed_float32_t b) { in neq_f32()
503 fixed_int32_t lt_f32(fixed_float32_t a, fixed_float32_t b) { in lt_f32()
667 fixed_int32_t leq_f32(fixed_float32_t a, fixed_float32_t b) { in leq_f32()
831 fixed_int32_t gt_f32(fixed_float32_t a, fixed_float32_t b) { in gt_f32()
995 fixed_int32_t geq_f32(fixed_float32_t a, fixed_float32_t b) { in geq_f32()
H A Dattr-arm-sve-vector-bits-types.c25 typedef svfloat32_t fixed_float32_t __attribute__((arm_sve_vector_bits(N))); typedef
87 fixed_float32_t global_f32;
108 fixed_float32_t global_arr_f32[3];
129 fixed_float32_t local_f32; in f()
144 fixed_float32_t local_arr_f32[3]; in f()
H A Daarch64-sve-vls-subscript-ops.c24 typedef svfloat32_t fixed_float32_t __attribute__((arm_sve_vector_bits(N))); typedef
105 float subscript_float32(fixed_float32_t a, size_t b) { in subscript_float32()
H A Daarch64-sve-vls-bitwise-ops.c23 typedef svfloat32_t fixed_float32_t __attribute__((arm_sve_vector_bits(N))); typedef
H A Daarch64-sve-vls-shift-ops.c23 typedef svfloat32_t fixed_float32_t __attribute__((arm_sve_vector_bits(N))); typedef
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Daarch64-sve-explicit-casts-fixed-size.cpp16 typedef svfloat32_t fixed_float32_t FIXED_ATTR;
34 TESTCASE(fixed_float32_t, svfloat32_t)
35 TESTCASE(fixed_float32_t, svfloat64_t)
36 TESTCASE(fixed_float32_t, svint32_t)
37 TESTCASE(fixed_float32_t, svint64_t)
/llvm-project-15.0.7/clang/test/Sema/
H A Daarch64-sve-explicit-casts-fixed-size.c16 typedef svfloat32_t fixed_float32_t FIXED_ATTR;
33 TESTCASE(fixed_float32_t, svfloat32_t)
34 TESTCASE(fixed_float32_t, svfloat64_t)
35 TESTCASE(fixed_float32_t, svint32_t)
36 TESTCASE(fixed_float32_t, svint64_t)
H A Dattr-arm-sve-vector-bits.c45 typedef svfloat32_t fixed_float32_t __attribute__((arm_sve_vector_bits(N))); typedef
196 _Static_assert(sizeof(fixed_float32_t) == VECTOR_SIZE, "");
220 _Static_assert(__alignof__(fixed_float32_t) == VECTOR_ALIGN, "");
383 TEST_OPS(fixed_float32_t)
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Daarch64-sve-fixedtypeinfo.cpp34 typedef __SVFloat32_t fixed_float32_t __attribute__((arm_sve_vector_bits(N))); typedef
52 auto &ff32 = typeid(fixed_float32_t);
H A Daarch64-mangle-sve-fixed-vectors.cpp30 typedef __SVFloat32_t fixed_float32_t __attribute__((arm_sve_vector_bits(N))); typedef
107 void f10(S<fixed_float32_t>) {} in f10() argument