gem5
v21.0.1.0
|
#include <inst_res.hh>
Public Member Functions | |
MultiResult () | |
Public Attributes | |
uint64_t | integer |
double | dbl |
TheISA::VecRegContainer | vector |
TheISA::VecElem | vecElem |
TheISA::VecPredRegContainer | pred |
Definition at line 49 of file inst_res.hh.
|
inline |
Definition at line 55 of file inst_res.hh.
double InstResult::MultiResult::dbl |
Definition at line 51 of file inst_res.hh.
Referenced by InstResult::InstResult().
uint64_t InstResult::MultiResult::integer |
Definition at line 50 of file inst_res.hh.
Referenced by InstResult::asInteger(), InstResult::asIntegerNoAssert(), InstResult::InstResult(), InstResult::operator=(), and InstResult::operator==().
TheISA::VecPredRegContainer InstResult::MultiResult::pred |
Definition at line 54 of file inst_res.hh.
Referenced by InstResult::asPred(), InstResult::InstResult(), InstResult::operator=(), and InstResult::operator==().
TheISA::VecElem InstResult::MultiResult::vecElem |
Definition at line 53 of file inst_res.hh.
Referenced by InstResult::asVectorElem(), InstResult::operator=(), and InstResult::operator==().
TheISA::VecRegContainer InstResult::MultiResult::vector |
Definition at line 52 of file inst_res.hh.
Referenced by InstResult::asVector(), InstResult::InstResult(), InstResult::operator=(), and InstResult::operator==().