#include <ForwardEmulator.h>
Onikiri::ForwardEmulator::InflightOpのコラボレーション図
Public メソッド | |
InflightOp () | |
Public 変数 | |
EmulationOp | emuOp |
bool | isStore |
MemAccess | memAccess |
u64 | retireId |
OpIterator | simOp |
bool | updateMicroOpIndex |
bool | updatePC |
ForwardEmulator.h の 123 行で定義されています。
Onikiri::ForwardEmulator::InflightOp::InflightOp | ( | ) | [inline] |
ForwardEmulator.h の 133 行で定義されています。
00133 : 00134 retireId( 0 ), 00135 updatePC( 0 ), 00136 updateMicroOpIndex( 0 ), 00137 isStore( false ) 00138 { 00139 }