Home
last modified time | relevance | path

Searched refs:fixed_float16_t (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/
H A Daarch64-sve-vls-arith-ops.c137 fixed_float16_t add_f16(fixed_float16_t a, fixed_float16_t b) { in add_f16()
272 fixed_float16_t add_inplace_f16(fixed_float16_t a, fixed_float16_t b) { in add_inplace_f16()
413 fixed_float16_t add_scalar_f16(fixed_float16_t a, __fp16 b) { in add_scalar_f16()
552 fixed_float16_t sub_f16(fixed_float16_t a, fixed_float16_t b) { in sub_f16()
687 fixed_float16_t sub_inplace_f16(fixed_float16_t a, fixed_float16_t b) { in sub_inplace_f16()
828 fixed_float16_t sub_scalar_f16(fixed_float16_t a, __fp16 b) { in sub_scalar_f16()
967 fixed_float16_t mul_f16(fixed_float16_t a, fixed_float16_t b) { in mul_f16()
1102 fixed_float16_t mul_inplace_f16(fixed_float16_t a, fixed_float16_t b) { in mul_inplace_f16()
1243 fixed_float16_t mul_scalar_f16(fixed_float16_t a, __fp16 b) { in mul_scalar_f16()
1382 fixed_float16_t div_f16(fixed_float16_t a, fixed_float16_t b) { in div_f16()
[all …]
H A Daarch64-sve-vls-compare-ops.c22 typedef svfloat16_t fixed_float16_t __attribute__((arm_sve_vector_bits(N))); typedef
162 fixed_int16_t eq_f16(fixed_float16_t a, fixed_float16_t b) { in eq_f16()
326 fixed_int16_t neq_f16(fixed_float16_t a, fixed_float16_t b) { in neq_f16()
490 fixed_int16_t lt_f16(fixed_float16_t a, fixed_float16_t b) { in lt_f16()
654 fixed_int16_t leq_f16(fixed_float16_t a, fixed_float16_t b) { in leq_f16()
818 fixed_int16_t gt_f16(fixed_float16_t a, fixed_float16_t b) { in gt_f16()
982 fixed_int16_t geq_f16(fixed_float16_t a, fixed_float16_t b) { in geq_f16()
H A Dattr-arm-sve-vector-bits-types.c24 typedef svfloat16_t fixed_float16_t __attribute__((arm_sve_vector_bits(N))); typedef
86 fixed_float16_t global_f16;
107 fixed_float16_t global_arr_f16[3];
128 fixed_float16_t local_f16; in f()
143 fixed_float16_t local_arr_f16[3]; in f()
H A Daarch64-sve-vls-subscript-ops.c23 typedef svfloat16_t fixed_float16_t __attribute__((arm_sve_vector_bits(N))); typedef
95 __fp16 subscript_float16(fixed_float16_t a, size_t b) { in subscript_float16()
H A Daarch64-sve-vls-bitwise-ops.c22 typedef svfloat16_t fixed_float16_t __attribute__((arm_sve_vector_bits(N))); typedef
H A Daarch64-sve-vls-shift-ops.c22 typedef svfloat16_t fixed_float16_t __attribute__((arm_sve_vector_bits(N))); typedef
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Daarch64-sve-fixedtypeinfo.cpp33 typedef __SVFloat16_t fixed_float16_t __attribute__((arm_sve_vector_bits(N))); typedef
51 auto &ff16 = typeid(fixed_float16_t);
H A Daarch64-mangle-sve-fixed-vectors.cpp29 typedef __SVFloat16_t fixed_float16_t __attribute__((arm_sve_vector_bits(N))); typedef
100 void f9(S<fixed_float16_t>) {} in f9() argument
/llvm-project-15.0.7/clang/test/Sema/
H A Dattr-arm-sve-vector-bits.c44 typedef svfloat16_t fixed_float16_t __attribute__((arm_sve_vector_bits(N))); typedef
195 _Static_assert(sizeof(fixed_float16_t) == VECTOR_SIZE, "");
219 _Static_assert(__alignof__(fixed_float16_t) == VECTOR_ALIGN, "");
382 TEST_OPS(fixed_float16_t)