Searched refs:MicroPC (Results 1 - 21 of 21) sorted by relevance

/gem5/src/sim/
H A Dmicrocode_rom.hh43 typedef uint16_t MicroPC; typedef
48 StaticInstPtr fetchMicroop(MicroPC micropc, StaticInstPtr curMacroop);
H A Dmicrocode_rom.cc37 MicrocodeRom::fetchMicroop(MicroPC micropc, StaticInstPtr curMacroop)
/gem5/src/arch/x86/
H A Dmicrocode_rom.hh46 static const MicroPC numMicroops;
61 fetchMicroop(MicroPC microPC, StaticInstPtr curMacroop)
H A Dfaults.cc68 MicroPC entry;
297 MicroPC entry = X86ISAInst::RomLabels::extern_label_initIntHalt;
/gem5/src/arch/generic/
H A Dtypes.hh91 MicroPC
200 MicroPC _upc;
201 MicroPC _nupc;
205 MicroPC upc() const { return _upc; }
206 void upc(MicroPC val) { _upc = val; }
208 MicroPC nupc() const { return _nupc; }
209 void nupc(MicroPC val) { _nupc = val; }
211 MicroPC
378 MicroPC _upc;
379 MicroPC _nup
[all...]
/gem5/src/base/
H A Dtypes.hh144 typedef uint16_t MicroPC; typedef
146 static const MicroPC MicroPCRomBit = 1 << (sizeof(MicroPC) * 8 - 1);
148 static inline MicroPC
149 romMicroPC(MicroPC upc)
154 static inline MicroPC
155 normalMicroPC(MicroPC upc)
161 isRomMicroPC(MicroPC upc)
/gem5/src/arch/x86/insts/
H A Dmacroop.hh78 fetchMicroop(MicroPC microPC) const
/gem5/src/arch/sparc/insts/
H A Dmicro.hh66 fetchMicroop(MicroPC upc) const override
/gem5/src/cpu/
H A Dstatic_inst.cc100 StaticInst::fetchMicroop(MicroPC upc) const
H A Dstatic_inst.hh294 virtual StaticInstPtr fetchMicroop(MicroPC upc) const;
H A Dthread_context.hh284 virtual MicroPC microPC() const = 0;
H A Dsimple_thread.hh536 MicroPC microPC() const override { return _pcState.microPC(); }
/gem5/src/arch/riscv/insts/
H A Dstatic_inst.hh82 fetchMicroop(MicroPC upc) const override
/gem5/src/arch/arm/insts/
H A Dmem.hh105 fetchMicroop(MicroPC microPC) const override
146 fetchMicroop(MicroPC microPC) const override
187 fetchMicroop(MicroPC microPC) const override
H A Dpred_inst.hh362 fetchMicroop(MicroPC microPC) const override
H A Dmem64.hh119 fetchMicroop(MicroPC microPC) const override
/gem5/src/cpu/o3/
H A Dthread_context.hh377 MicroPC
H A Dcpu.hh492 MicroPC microPC(ThreadID tid);
H A Dcpu.cc1489 MicroPC
/gem5/src/cpu/checker/
H A Dthread_context.hh422 MicroPC microPC() const override { return actualTC->microPC(); }
H A Dcpu.hh451 MicroPC microPC() { return thread->microPC(); }

Completed in 22 milliseconds