Searched defs:decode (Results 1 - 21 of 21) sorted by relevance

/gem5/src/arch/generic/
H A Ddecode_cache.cc42 BasicDecodeCache::decode(TheISA::Decoder *decoder, function in class:GenericISA::BasicDecodeCache
/gem5/src/arch/hsail/
H A Dgpu_decoder.hh59 decode(RawMachInst inst) function in class:HsailISA::Decoder
/gem5/src/arch/riscv/
H A Ddecoder.cc82 Decoder::decode(ExtMachInst mach_inst, Addr addr) function in class:RiscvISA::Decoder
96 Decoder::decode(RiscvISA::PCState &nextPC) function in class:RiscvISA::Decoder
/gem5/src/arch/arm/
H A Ddecoder.cc174 Decoder::decode(ArmISA::PCState &pc) function in class:ArmISA::Decoder
H A Ddecoder.hh173 StaticInstPtr decode(ExtMachInst mach_inst, Addr addr) function in class:ArmISA::Decoder
/gem5/src/systemc/tests/tlm/multi_sockets/
H A DsimpleAddressMap.h85 unsigned int decode(sc_dt::uint64 address_) function in class:SimpleAddressMap
H A DMultiSocketSimpleSwitchAT.h122 unsigned int decode(const sc_dt::uint64& address) function in class:MultiSocketSimpleSwitchAT
/gem5/src/arch/alpha/
H A Ddecoder.hh100 decode(ExtMachInst mach_inst, Addr addr) function in class:AlphaISA::Decoder
106 decode(AlphaISA::PCState &nextPC) function in class:AlphaISA::Decoder
/gem5/src/arch/power/
H A Ddecoder.hh107 decode(ExtMachInst mach_inst, Addr addr) function in class:PowerISA::Decoder
113 decode(PowerISA::PCState &nextPC) function in class:PowerISA::Decoder
/gem5/src/cpu/minor/
H A Dpipeline.hh86 Decode decode; member in class:Minor::Pipeline
/gem5/src/arch/mips/
H A Ddecoder.hh100 decode(ExtMachInst mach_inst, Addr addr) function in class:MipsISA::Decoder
106 decode(MipsISA::PCState &nextPC) function in class:MipsISA::Decoder
/gem5/src/arch/sparc/
H A Ddecoder.hh114 decode(ExtMachInst mach_inst, Addr addr) function in class:SparcISA::Decoder
120 decode(SparcISA::PCState &nextPC) function in class:SparcISA::Decoder
/gem5/src/systemc/tests/include/
H A DSimpleBusLT.h79 unsigned int decode(const sc_dt::uint64& address) function in class:SimpleBusLT
H A DSimpleBusAT.h87 unsigned int decode(const sc_dt::uint64& address) function in class:SimpleBusAT
/gem5/src/systemc/tests/systemc/misc/sim_tests/cycle_dw8051_demo/
H A Dcycle_model.cpp223 void cycle_model::decode(int opcode, instr* i) { function in class:cycle_model
/gem5/src/arch/x86/
H A Ddecoder.cc682 Decoder::decode(ExtMachInst mach_inst, Addr addr) function in class:X86ISA::Decoder
694 Decoder::decode(PCState &nextPC) function in class:X86ISA::Decoder
/gem5/src/cpu/o3/
H A Ddecode_impl.hh602 DefaultDecode<Impl>::decode(bool &status_change, ThreadID tid) function in class:DefaultDecode
[all...]
H A Dfetch.hh460 bool decode; member in struct:DefaultFetch::Stalls
H A Dcpu.hh563 typename CPUPolicy::Decode decode; member in class:FullO3CPU
/gem5/util/minorview/
H A Dmodel.py265 def decode(symbol): function in function:special_view_decoder
280 def decode(pairs): function in function:TwoDColours.decoder
299 def decode(pairs): function in function:TwoDColours.indexed_decoder
350 def decode(pairs): function in function:FrameColours.decoder
[all...]
/gem5/ext/mcpat/
H A DxmlParser.cc3294 unsigned char XMLParserBase64Tool::decode(XMLCSTR data, unsigned char *buf, function in class:XMLParserBase64Tool
3382 unsigned char *XMLParserBase64Tool::decode(XMLCSTR data, int *outlen, XMLError *xe) { function in class:XMLParserBase64Tool

Completed in 47 milliseconds