Searched refs:Invalid (Results 1 - 8 of 8) sorted by relevance

/gem5/src/cpu/
H A Dinst_res.hh68 Invalid
77 InstResult() : type(ResultType::Invalid) { }
102 case ResultType::Invalid:
139 case ResultType::Invalid:
161 bool isValid() const { return type != ResultType::Invalid; }
/gem5/src/arch/mips/
H A Dutility.cc96 panic("Invalid Floating Point Conversion Type (%d). See \"types.hh\" for List of Conversions\n",cvt_type);
143 int invalid_offset = Invalid + Flag_Field;
147 int cause_offset = Invalid + Cause_Field;
H A Dregisters.hh81 Invalid, enumerator in enum:MipsISA::FCSRBits
/gem5/src/arch/arm/
H A Dtable_walker.hh382 Invalid, enumerator in enum:ArmISA::TableWalker::LongDescriptor::EntryType
437 return lookupLevel == L2 ? Block : Invalid;
438 return lookupLevel == L0 || lookupLevel == L3 ? Invalid : Block;
442 return Invalid;
459 panic("Invalid AArch64 VM granule size\n");
468 panic("Invalid AArch64 VM granule size\n");
H A Dtable_walker.cc288 panic("Invalid exception level");
1408 panic("Invalid exception level");
1611 case LongDescriptor::Invalid:
1612 DPRINTF(TLB, "L%d descriptor Invalid, causing fault type %d\n",
2140 panic("Invalid lookup level conversion");
/gem5/ext/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h371 // Invalid<T>() is usable as an expression of type T, but will terminate
377 inline T Invalid() { function in namespace:testing::internal
382 return Invalid<T>();
/gem5/src/sim/
H A Dbyteswap.hh154 #error Invalid Endianess
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-actions.h83 return internal::Invalid<T>();

Completed in 28 milliseconds