Codebase Browser
llvm
Go to App
llvm
/
libclc/generic/include/clc/integer/
mad_hi.h
#define mad_hi(a, b, c) (mul_hi((a),(b))+(c))