Searched refs:LongMul (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/dev/hptmv/
H A Dglobal.h134 #define LongMul(x, y) (x * y) macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9411 SDValue LongMul = DAG.getNode(Opc, dl, local
9415 Results.push_back(LongMul.getValue(0));
9416 Results.push_back(LongMul.getValue(1));

Completed in 195 milliseconds