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