#include <PPC64Operation.h>
Public メソッド | |
Type | operator() (EmulatorUtility::OpEmulationState *opState) |
PPC64Operation.h の 447 行で定義されています。
Type Onikiri::PPC64Linux::Operation::PPC64LoadWithUpdate< Type, TAddrDest, TAddr >::operator() | ( | EmulatorUtility::OpEmulationState * | opState | ) | [inline] |
PPC64Operation.h の 449 行で定義されています。
参照先 Type.
00450 { 00451 u64 addr = TAddr()(opState); 00452 Type value = ReadMemory<Type>( opState, addr ); 00453 00454 TAddrDest::SetOperand( opState, addr ); 00455 return value; 00456 }