Searched refs:UndefinedInstruction (Results 1 - 7 of 7) sorted by relevance

/gem5/src/arch/arm/
H A Dfaults.hh287 class UndefinedInstruction : public ArmFaultVals<UndefinedInstruction> class in namespace:ArmISA
296 UndefinedInstruction(ExtMachInst _machInst, function in class:ArmISA::UndefinedInstruction
300 ArmFaultVals<UndefinedInstruction>(_machInst),
304 UndefinedInstruction(ExtMachInst _machInst, uint32_t _iss, function in class:ArmISA::UndefinedInstruction
306 ArmFaultVals<UndefinedInstruction>(_machInst, _iss),
612 template<> ArmFault::FaultVals ArmFaultVals<UndefinedInstruction>::vals;
H A Dfaults.cc207 template<> ArmFault::FaultVals ArmFaultVals<UndefinedInstruction>::vals(
771 UndefinedInstruction::invoke(ThreadContext *tc, const StaticInstPtr &inst)
794 UndefinedInstruction::routeToHyp(ThreadContext *tc) const
810 UndefinedInstruction::iss() const
813 // If UndefinedInstruction is routed to hypervisor, iss field is 0.
905 UndefinedInstruction::ec(ThreadContext *tc) const
907 // If UndefinedInstruction is routed to hypervisor,
1617 template class ArmFaultVals<UndefinedInstruction>;
/gem5/src/arch/arm/insts/
H A Dpseudo.cc133 return std::make_shared<UndefinedInstruction>(machInst, false, mnemonic);
H A Dmisc.cc373 return std::make_shared<UndefinedInstruction>(machInst, false,
H A Dmisc64.cc390 return std::make_shared<UndefinedInstruction>(machInst, false,
H A Dstatic_inst.cc753 return std::make_shared<UndefinedInstruction>(
824 return std::make_shared<UndefinedInstruction>(
945 return std::make_shared<UndefinedInstruction>(
H A Dstatic_inst.hh367 return std::make_shared<UndefinedInstruction>(machInst, false,

Completed in 28 milliseconds