Lines Matching defs:VECTOR_ALIGN
432 #define VECTOR_ALIGN 8
434 _Static_assert(__alignof__(fixed_int8mf8_t) == (sizeof(fixed_int8mf8_t) < VECTOR_ALIGN ? sizeof(fixed_int8mf8_t) : VECTOR_ALIGN), "");
436 _Static_assert(__alignof__(fixed_uint8mf8_t) == (sizeof(fixed_uint8mf8_t) < VECTOR_ALIGN ? sizeof(fixed_int8mf8_t) : VECTOR_ALIGN), "");
438 _Static_assert(__alignof__(fixed_int8mf4_t) == (sizeof(fixed_int8mf4_t) < VECTOR_ALIGN ? sizeof(fixed_int8mf4_t) : VECTOR_ALIGN), "");
439 _Static_assert(__alignof__(fixed_int16mf4_t) == (sizeof(fixed_int16mf4_t) < VECTOR_ALIGN ? sizeof(fixed_int16mf4_t) : VECTOR_ALIGN), "");
441 _Static_assert(__alignof__(fixed_uint8mf4_t) == (sizeof(fixed_uint8mf4_t) < VECTOR_ALIGN ? sizeof(fixed_uint8mf4_t) : VECTOR_ALIGN), "");
442 _Static_assert(__alignof__(fixed_uint16mf4_t) == (sizeof(fixed_uint16mf4_t) < VECTOR_ALIGN ? sizeof(fixed_uint16mf4_t) : VECTOR_ALIGN), "");
444 _Static_assert(__alignof__(fixed_int8mf2_t) == (sizeof(fixed_int8mf2_t) < VECTOR_ALIGN ? sizeof(fixed_int8mf2_t) : VECTOR_ALIGN), "");
445 _Static_assert(__alignof__(fixed_int16mf2_t) == (sizeof(fixed_int16mf2_t) < VECTOR_ALIGN ? sizeof(fixed_int16mf2_t) : VECTOR_ALIGN), "");
446 _Static_assert(__alignof__(fixed_int32mf2_t) == (sizeof(fixed_int32mf2_t) < VECTOR_ALIGN ? sizeof(fixed_int32mf2_t) : VECTOR_ALIGN), "");
448 _Static_assert(__alignof__(fixed_uint8mf2_t) == (sizeof(fixed_uint8mf2_t) < VECTOR_ALIGN ? sizeof(fixed_uint8mf2_t) : VECTOR_ALIGN), "");
449 _Static_assert(__alignof__(fixed_uint16mf2_t) == (sizeof(fixed_uint16mf2_t) < VECTOR_ALIGN ? sizeof(fixed_uint16mf2_t) : VECTOR_ALIGN), "");
450 _Static_assert(__alignof__(fixed_uint32mf2_t) == (sizeof(fixed_uint32mf2_t) < VECTOR_ALIGN ? sizeof(fixed_uint32mf2_t) : VECTOR_ALIGN), "");
452 _Static_assert(__alignof__(fixed_float32mf2_t) == (sizeof(fixed_float32mf2_t) < VECTOR_ALIGN ? sizeof(fixed_float32mf2_t) : VECTOR_ALIGN), "");
454 _Static_assert(__alignof__(fixed_int8m1_t) == VECTOR_ALIGN, "");
455 _Static_assert(__alignof__(fixed_int16m1_t) == VECTOR_ALIGN, "");
456 _Static_assert(__alignof__(fixed_int32m1_t) == VECTOR_ALIGN, "");
457 _Static_assert(__alignof__(fixed_int64m1_t) == VECTOR_ALIGN, "");
459 _Static_assert(__alignof__(fixed_uint8m1_t) == VECTOR_ALIGN, "");
460 _Static_assert(__alignof__(fixed_uint16m1_t) == VECTOR_ALIGN, "");
461 _Static_assert(__alignof__(fixed_uint32m1_t) == VECTOR_ALIGN, "");
462 _Static_assert(__alignof__(fixed_uint64m1_t) == VECTOR_ALIGN, "");
464 _Static_assert(__alignof__(fixed_float32m1_t) == VECTOR_ALIGN, "");
465 _Static_assert(__alignof__(fixed_float64m1_t) == VECTOR_ALIGN, "");
467 _Static_assert(__alignof__(fixed_int8m2_t) == VECTOR_ALIGN, "");
468 _Static_assert(__alignof__(fixed_int16m2_t) == VECTOR_ALIGN, "");
469 _Static_assert(__alignof__(fixed_int32m2_t) == VECTOR_ALIGN, "");
470 _Static_assert(__alignof__(fixed_int64m2_t) == VECTOR_ALIGN, "");
472 _Static_assert(__alignof__(fixed_uint8m2_t) == VECTOR_ALIGN, "");
473 _Static_assert(__alignof__(fixed_uint16m2_t) == VECTOR_ALIGN, "");
474 _Static_assert(__alignof__(fixed_uint32m2_t) == VECTOR_ALIGN, "");
475 _Static_assert(__alignof__(fixed_uint64m2_t) == VECTOR_ALIGN, "");
477 _Static_assert(__alignof__(fixed_float32m2_t) == VECTOR_ALIGN, "");
478 _Static_assert(__alignof__(fixed_float64m2_t) == VECTOR_ALIGN, "");
480 _Static_assert(__alignof__(fixed_int8m4_t) == VECTOR_ALIGN, "");
481 _Static_assert(__alignof__(fixed_int16m4_t) == VECTOR_ALIGN, "");
482 _Static_assert(__alignof__(fixed_int32m4_t) == VECTOR_ALIGN, "");
483 _Static_assert(__alignof__(fixed_int64m4_t) == VECTOR_ALIGN, "");
485 _Static_assert(__alignof__(fixed_uint8m4_t) == VECTOR_ALIGN, "");
486 _Static_assert(__alignof__(fixed_uint16m4_t) == VECTOR_ALIGN, "");
487 _Static_assert(__alignof__(fixed_uint32m4_t) == VECTOR_ALIGN, "");
488 _Static_assert(__alignof__(fixed_uint64m4_t) == VECTOR_ALIGN, "");
490 _Static_assert(__alignof__(fixed_float32m4_t) == VECTOR_ALIGN, "");
491 _Static_assert(__alignof__(fixed_float64m4_t) == VECTOR_ALIGN, "");
493 _Static_assert(__alignof__(fixed_int8m8_t) == VECTOR_ALIGN, "");
494 _Static_assert(__alignof__(fixed_int16m8_t) == VECTOR_ALIGN, "");
495 _Static_assert(__alignof__(fixed_int32m8_t) == VECTOR_ALIGN, "");
496 _Static_assert(__alignof__(fixed_int64m8_t) == VECTOR_ALIGN, "");
498 _Static_assert(__alignof__(fixed_uint8m8_t) == VECTOR_ALIGN, "");
499 _Static_assert(__alignof__(fixed_uint16m8_t) == VECTOR_ALIGN, "");
500 _Static_assert(__alignof__(fixed_uint32m8_t) == VECTOR_ALIGN, "");
501 _Static_assert(__alignof__(fixed_uint64m8_t) == VECTOR_ALIGN, "");
503 _Static_assert(__alignof__(fixed_float32m8_t) == VECTOR_ALIGN, "");
504 _Static_assert(__alignof__(fixed_float64m8_t) == VECTOR_ALIGN, "");
506 _Static_assert(__alignof__(fixed_bool1_t) == VECTOR_ALIGN, "");
507 _Static_assert(__alignof__(fixed_bool2_t) == (sizeof(fixed_bool2_t) < VECTOR_ALIGN ? sizeof(fixed_bool2_t) : VECTOR_ALIGN), "");
508 _Static_assert(__alignof__(fixed_bool4_t) == (sizeof(fixed_bool4_t) < VECTOR_ALIGN ? sizeof(fixed_bool4_t) : VECTOR_ALIGN), "");
509 _Static_assert(__alignof__(fixed_bool8_t) == (sizeof(fixed_bool8_t) < VECTOR_ALIGN ? sizeof(fixed_bool8_t) : VECTOR_ALIGN), "");
510 _Static_assert(__alignof__(fixed_bool16_t) == (sizeof(fixed_bool16_t) < VECTOR_ALIGN ? sizeof(fixed_bool16_t) : VECTOR_ALIGN), "");
511 _Static_assert(__alignof__(fixed_bool32_t) == (sizeof(fixed_bool32_t) < VECTOR_ALIGN ? sizeof(fixed_bool32_t) : VECTOR_ALIGN), "");
512 _Static_assert(__alignof__(fixed_bool64_t) == (sizeof(fixed_bool64_t) < VECTOR_ALIGN ? sizeof(fixed_bool64_t) : VECTOR_ALIGN), "");