ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
|
equivalent of a translated instruction More...
#include <CodePart.h>
Public Member Functions | |
Line (const Line &line) | |
Line (etiss::uint64 addr) | |
CodeSet & | getCodeSet () |
const etiss::uint64 & | getAddress () |
Private Attributes | |
CodeSet | codeset_ |
bool | ismeta_ |
etiss::uint64 | addr_ |
Friends | |
class | CodeBlock |
equivalent of a translated instruction
Definition at line 577 of file CodePart.h.
|
inline |
Definition at line 583 of file CodePart.h.
|
inline |
Definition at line 584 of file CodePart.h.
|
inline |
Definition at line 586 of file CodePart.h.
References addr_.
|
inline |
Definition at line 585 of file CodePart.h.
References codeset_.
Referenced by etiss::Translation::translateBlock().
|
friend |
Definition at line 579 of file CodePart.h.
|
private |
Definition at line 591 of file CodePart.h.
Referenced by getAddress().
|
private |
Definition at line 589 of file CodePart.h.
Referenced by getCodeSet().
|
private |
Definition at line 590 of file CodePart.h.