Lines Matching defs:VECTOR_SIZE
335 #define VECTOR_SIZE ((__riscv_v_fixed_vlen / 8))
337 _Static_assert(sizeof(fixed_int8mf8_t) == VECTOR_SIZE / 8, "");
339 _Static_assert(sizeof(fixed_uint8mf8_t) == VECTOR_SIZE / 8, "");
341 _Static_assert(sizeof(fixed_int8mf4_t) == VECTOR_SIZE / 4, "");
342 _Static_assert(sizeof(fixed_int16mf4_t) == VECTOR_SIZE / 4, "");
344 _Static_assert(sizeof(fixed_uint8mf4_t) == VECTOR_SIZE / 4, "");
345 _Static_assert(sizeof(fixed_uint16mf4_t) == VECTOR_SIZE / 4, "");
347 _Static_assert(sizeof(fixed_int8mf2_t) == VECTOR_SIZE / 2, "");
348 _Static_assert(sizeof(fixed_int16mf2_t) == VECTOR_SIZE / 2, "");
349 _Static_assert(sizeof(fixed_int32mf2_t) == VECTOR_SIZE / 2, "");
351 _Static_assert(sizeof(fixed_uint8mf2_t) == VECTOR_SIZE / 2, "");
352 _Static_assert(sizeof(fixed_uint16mf2_t) == VECTOR_SIZE / 2, "");
353 _Static_assert(sizeof(fixed_uint32mf2_t) == VECTOR_SIZE / 2, "");
355 _Static_assert(sizeof(fixed_float32mf2_t) == VECTOR_SIZE / 2, "");
357 _Static_assert(sizeof(fixed_int8m1_t) == VECTOR_SIZE, "");
358 _Static_assert(sizeof(fixed_int16m1_t) == VECTOR_SIZE, "");
359 _Static_assert(sizeof(fixed_int32m1_t) == VECTOR_SIZE, "");
360 _Static_assert(sizeof(fixed_int64m1_t) == VECTOR_SIZE, "");
362 _Static_assert(sizeof(fixed_uint8m1_t) == VECTOR_SIZE, "");
363 _Static_assert(sizeof(fixed_uint16m1_t) == VECTOR_SIZE, "");
364 _Static_assert(sizeof(fixed_uint32m1_t) == VECTOR_SIZE, "");
365 _Static_assert(sizeof(fixed_int64m1_t) == VECTOR_SIZE, "");
367 _Static_assert(sizeof(fixed_float32m1_t) == VECTOR_SIZE, "");
368 _Static_assert(sizeof(fixed_float64m1_t) == VECTOR_SIZE, "");
370 _Static_assert(sizeof(fixed_int8m2_t) == VECTOR_SIZE * 2, "");
371 _Static_assert(sizeof(fixed_int16m2_t) == VECTOR_SIZE * 2, "");
372 _Static_assert(sizeof(fixed_int32m2_t) == VECTOR_SIZE * 2, "");
373 _Static_assert(sizeof(fixed_int64m2_t) == VECTOR_SIZE * 2, "");
375 _Static_assert(sizeof(fixed_uint8m2_t) == VECTOR_SIZE * 2, "");
376 _Static_assert(sizeof(fixed_uint16m2_t) == VECTOR_SIZE * 2, "");
377 _Static_assert(sizeof(fixed_uint32m2_t) == VECTOR_SIZE * 2, "");
378 _Static_assert(sizeof(fixed_int64m2_t) == VECTOR_SIZE * 2, "");
380 _Static_assert(sizeof(fixed_float32m2_t) == VECTOR_SIZE * 2, "");
381 _Static_assert(sizeof(fixed_float64m2_t) == VECTOR_SIZE * 2, "");
383 _Static_assert(sizeof(fixed_int8m4_t) == VECTOR_SIZE * 4, "");
384 _Static_assert(sizeof(fixed_int16m4_t) == VECTOR_SIZE * 4, "");
385 _Static_assert(sizeof(fixed_int32m4_t) == VECTOR_SIZE * 4, "");
386 _Static_assert(sizeof(fixed_int64m4_t) == VECTOR_SIZE * 4, "");
388 _Static_assert(sizeof(fixed_uint8m4_t) == VECTOR_SIZE * 4, "");
389 _Static_assert(sizeof(fixed_uint16m4_t) == VECTOR_SIZE * 4, "");
390 _Static_assert(sizeof(fixed_uint32m4_t) == VECTOR_SIZE * 4, "");
391 _Static_assert(sizeof(fixed_int64m4_t) == VECTOR_SIZE * 4, "");
393 _Static_assert(sizeof(fixed_float32m4_t) == VECTOR_SIZE * 4, "");
394 _Static_assert(sizeof(fixed_float64m4_t) == VECTOR_SIZE * 4, "");
396 _Static_assert(sizeof(fixed_int8m8_t) == VECTOR_SIZE * 8, "");
397 _Static_assert(sizeof(fixed_int16m8_t) == VECTOR_SIZE * 8, "");
398 _Static_assert(sizeof(fixed_int32m8_t) == VECTOR_SIZE * 8, "");
399 _Static_assert(sizeof(fixed_int64m8_t) == VECTOR_SIZE * 8, "");
401 _Static_assert(sizeof(fixed_uint8m8_t) == VECTOR_SIZE * 8, "");
402 _Static_assert(sizeof(fixed_uint16m8_t) == VECTOR_SIZE * 8, "");
403 _Static_assert(sizeof(fixed_uint32m8_t) == VECTOR_SIZE * 8, "");
404 _Static_assert(sizeof(fixed_int64m8_t) == VECTOR_SIZE * 8, "");
406 _Static_assert(sizeof(fixed_float32m8_t) == VECTOR_SIZE * 8, "");
407 _Static_assert(sizeof(fixed_float64m8_t) == VECTOR_SIZE * 8, "");
409 _Static_assert(sizeof(fixed_bool1_t) == VECTOR_SIZE, "");
410 _Static_assert(sizeof(fixed_bool2_t) == VECTOR_SIZE / 2, "");
411 _Static_assert(sizeof(fixed_bool4_t) == VECTOR_SIZE / 4, "");
412 _Static_assert(sizeof(fixed_bool8_t) == VECTOR_SIZE / 8, "");
414 _Static_assert(sizeof(fixed_bool16_t) == VECTOR_SIZE / 16, "");
419 _Static_assert(sizeof(fixed_bool32_t) == VECTOR_SIZE / 32, "");
424 _Static_assert(sizeof(fixed_bool64_t) == VECTOR_SIZE / 64, "");