Searched refs:ALIGN8 (Results 1 – 2 of 2) sorted by relevance
62 #define ALIGN8(l) (((l) + 7) & ~7) macro65 #define ALIGN(l) ALIGN8(l)
65 ALIGN8 in EmitSpecializedLibcall() enumerator68 AlignVariant = ALIGN8; in EmitSpecializedLibcall()