Searched refs:InstructionDecoder (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/mcpat/
H A Dlogic.h100 class InstructionDecoder: public McPATComponent { class in inherits:McPATComponent
117 InstructionDecoder(XMLNode* _xml_data, const string _name, bool _is_default,
123 InstructionDecoder();
126 ~InstructionDecoder();
H A Dcore.h110 InstructionDecoder* ID_inst;
111 InstructionDecoder* ID_operand;
112 InstructionDecoder* ID_misc;
H A Dlogic.cc787 InstructionDecoder::InstructionDecoder(XMLNode* _xml_data, const string _name, function in class:InstructionDecoder
906 void InstructionDecoder::inst_decoder_delay_power() {
922 void InstructionDecoder::leakage_feedback(double temperature) {
948 InstructionDecoder::~InstructionDecoder() {
H A Dcore.cc180 ID_inst = new InstructionDecoder(xml_data, "Instruction Opcode Decoder",
187 ID_operand = new InstructionDecoder(xml_data,
195 ID_misc = new InstructionDecoder(xml_data, "Instruction Microcode Decoder",

Completed in 23 milliseconds