Searched refs:align_value (Results 1 – 5 of 5) sorted by relevance
44 _movdir64b (void *__dst __attribute__((align_value(64))), const void *__src) in _movdir64b()
5780 align_value (unsigned int off, unsigned int alignment) in align_value() function6077 off = align_value (off, field_alignment (type, f)) in ada_template_to_fixed_record_type_1()6119 align_value (bit_len, TARGET_CHAR_BIT) / TARGET_CHAR_BIT; in ada_template_to_fixed_record_type_1()6158 align_value (bit_len, TARGET_CHAR_BIT) / TARGET_CHAR_BIT; in ada_template_to_fixed_record_type_1()6176 TYPE_LENGTH (rtype) = align_value (TYPE_LENGTH (rtype), in ada_template_to_fixed_record_type_1()
723 // semantics than Intel's align_value.727 GNU<"align_value">729 // , Declspec<"align_value">
3240 The align_value attribute can be added to the typedef of a pointer type or the3248 typedef double * aligned_double_ptr __attribute__((align_value(64)));3249 void foo(double & x __attribute__((align_value(128)),
3081 "'align_value' attribute requires integer constant">;