Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp37 #define DWORD_ALIGN 4 macro
210 int Sum = DWORD_ALIGN; in lowerPrintfForGpu()
223 if (ArgSize % DWORD_ALIGN != 0) { in lowerPrintfForGpu()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dmips-tfile.c888 #define DWORD_ALIGN(x) (((x) + 7) & ~7) macro
/openbsd-src/gnu/gcc/gcc/
H A Dmips-tfile.c891 #define DWORD_ALIGN(x) (((x) + 7) & ~7) macro