Searched refs:align_value (Results 1 – 5 of 5) sorted by relevance
58 _movdir64b (void *__dst __attribute__((align_value(64))), const void *__src) in _movdir64b()
5744 align_value (unsigned int off, unsigned int alignment) in align_value() function5976 align_value (off, in template_to_fixed_record_type()6043 TYPE_LENGTH (rtype) = align_value (TYPE_LENGTH (rtype), TYPE_LENGTH (type)); in template_to_fixed_record_type()
593 // semantics than Intel's align_value.597 GNU<"align_value">599 // , Declspec<"align_value">
2365 The align_value attribute can be added to the typedef of a pointer type or the2373 typedef double * aligned_double_ptr __attribute__((align_value(64)));2374 void foo(double & x __attribute__((align_value(128)),
2510 "'align_value' attribute requires integer constant">;