Searched defs:isVector (Results 1 - 4 of 4) sorted by relevance
/gem5/src/sim/ | ||
H A D | cxx_config.hh | 79 const bool isVector; member in class:CxxConfigDirectoryEntry::ParamDesc 98 const bool isVector; member in class:CxxConfigDirectoryEntry::PortDesc |
/gem5/src/cpu/ | ||
H A D | inst_res.hh | 155 bool isVector() const { return type == ResultType::VecReg; } function in class:InstResult |
H A D | static_inst.hh | 170 bool isVector() const { return flags[IsVector]; } function in class:StaticInst |
H A D | base_dyn_inst.hh | 518 bool isVector() const { return staticInst->isVector(); } function in class:BaseDynInst |
Completed in 13 milliseconds