Home
last modified time | relevance | path

Searched refs:PALIGN (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/dtc/
H A Dfdtdump.c22 #define PALIGN(p, a) ((void *)(ALIGN((unsigned long)(p), (a)))) macro
106 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()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrMMX.td112 /// PALIGN MMX instructions (require SSSE3).
/freebsd-12.1/contrib/gcc/
H A DChangeLog-20014983 * fold-const.c: Remove PALIGN in calls to get_inner_reference.