Searched refs:fixed_float32m1_t (Results 1 – 11 of 11) sorted by relevance
/llvm-project/clang/test/CodeGen/RISCV/ |
H A D | rvv-vls-arith-ops.c | 32 typedef vfloat32m1_t fixed_float32m1_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen))); typedef 141 fixed_float32m1_t add_f32(fixed_float32m1_t a, fixed_float32m1_t b) { in add_f32() 261 fixed_float32m1_t add_inplace_f32(fixed_float32m1_t a, fixed_float32m1_t b) { in add_inplace_f32() 390 fixed_float32m1_t add_scalar_f32(fixed_float32m1_t a, float b) { in add_scalar_f32() 513 fixed_float32m1_t sub_f3 [all...] |
H A D | rvv-vls-compare-ops.c | 32 typedef vfloat32m1_t fixed_float32m1_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen))); typedef 150 fixed_int32m1_t eq_f32(fixed_float32m1_t a, fixed_float32m1_t b) { in eq_f32() 282 fixed_int32m1_t neq_f32(fixed_float32m1_t a, fixed_float32m1_t b) { in neq_f32() 414 fixed_int32m1_t lt_f32(fixed_float32m1_t a, fixed_float32m1_t b) { in lt_f32() 546 fixed_int32m1_t leq_f32(fixed_float32m1_t a, fixed_float32m1_t b) { in leq_f32() 678 fixed_int32m1_t gt_f32(fixed_float32m1_t [all...] |
H A D | rvv-vls-subscript-ops.c | 33 typedef vfloat32m1_t fixed_float32m1_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen))); typedef 122 float subscript_float32(fixed_float32m1_t a, size_t b) { in subscript_float32()
|
H A D | attr-rvv-vector-bits-types.c | 110 typedef vfloat32m1_t fixed_float32m1_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen))); typedef 290 fixed_float32m1_t global_f32; 353 fixed_float32m1_t global_arr_f32[3]; 416 fixed_float32m1_t local_f32; 469 fixed_float32m1_t local_arr_f32[3]; in f()
|
H A D | rvv-vls-bitwise-ops.c | 32 typedef vfloat32m1_t fixed_float32m1_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen))); typedef
|
H A D | rvv-vls-shift-ops.c | 32 typedef vfloat32m1_t fixed_float32m1_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen))); typedef
|
/llvm-project/clang/test/Sema/ |
H A D | riscv-rvv-explicit-casts-fixed-size.c | 24 typedef vfloat32m1_t fixed_float32m1_t FIXED_ATTR; 41 TESTCASE(fixed_float32m1_t, vfloat32m1_t) 42 TESTCASE(fixed_float32m1_t, vfloat64m1_t) 43 TESTCASE(fixed_float32m1_t, vint32m1_t) 44 TESTCASE(fixed_float32m1_t, vint64m1_t)
|
H A D | attr-riscv-rvv-vector-bits.c | 108 typedef vfloat32m1_t fixed_float32m1_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen))); typedef 367 _Static_assert(sizeof(fixed_float32m1_t) == VECTOR_SIZE, ""); 464 _Static_assert(__alignof__(fixed_float32m1_t) == VECTOR_ALIGN, ""); 836 TEST_OPS(fixed_float32m1_t)
|
/llvm-project/clang/test/SemaCXX/ |
H A D | riscv-rvv-explicit-casts-fixed-size.cpp | 24 typedef vfloat32m1_t fixed_float32m1_t FIXED_ATTR; 41 TESTCASE(fixed_float32m1_t, vfloat32m1_t) 42 TESTCASE(fixed_float32m1_t, vfloat64m1_t) 43 TESTCASE(fixed_float32m1_t, vint32m1_t) 44 TESTCASE(fixed_float32m1_t, vint64m1_t)
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | riscv-rvv-fixedtypeinfo.cpp | 112 typedef vfloat32m1_t fixed_float32m1_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen))); typedef 168 auto &ff32 = typeid(fixed_float32m1_t);
|
H A D | riscv-mangle-rvv-fixed-vectors.cpp | 130 typedef vfloat32m1_t fixed_float32m1_t __attribute__((riscv_rvv_vector_bits(__riscv_v_fixed_vlen))); typedef 246 void f9(S<fixed_float32m1_t>) {} 252 f9(S<fixed_float32m1_t>) f9() argument
|