#include <AlphaOperation.h>
Public メソッド | |
u64 | operator() (EmulatorUtility::OpEmulationState *opState) |
AlphaOperation.h の 135 行で定義されています。
u64 Onikiri::AlphaLinux::Operation::AlphaTFloatCompare< TSrc1, TSrc2, Comp >::operator() | ( | EmulatorUtility::OpEmulationState * | opState | ) | [inline] |
AlphaOperation.h の 137 行で定義されています。
00138 { 00139 if ( Comp()(TSrc1()(opState), TSrc2()(opState)) ) { 00140 return 0x4000000000000000LL; 00141 } 00142 else { 00143 return 0x0000000000000000LL; 00144 } 00145 }