Searched refs:PALIGN (Results 1 – 3 of 3) sorted by relevance
22 #define PALIGN(p, a) ((void *)(ALIGN((unsigned long)(p), (a)))) macro106 p = PALIGN(p + strlen(s) + 1, 4); in dump_blob()136 p = PALIGN(p, 8); in dump_blob()139 p = PALIGN(p + sz, 4); in dump_blob()
112 /// PALIGN MMX instructions (require SSSE3).
4983 * fold-const.c: Remove PALIGN in calls to get_inner_reference.