#include <GenericOperation.h>
Public メソッド | |
s64 | operator() (OpEmulationState *opState) const |
GenericOperation.h の 667 行で定義されています。
s64 Onikiri::EmulatorUtility::Operation::IntSMulh64< TSrc1, TSrc2 >::operator() | ( | OpEmulationState * | opState | ) | const [inline] |
GenericOperation.h の 669 行で定義されています。
参照先 Onikiri::EmulatorUtility::Operation::SignedMulHigh64().
00670 { 00671 s64 lhs = static_cast<s64>(TSrc1()(opState)); 00672 s64 rhs = static_cast<s64>(TSrc2()(opState)); 00673 00674 return SignedMulHigh64(lhs, rhs); 00675 }
関数の呼び出しグラフ: