Searched refs:InstructionDecoder (Results 1 - 4 of 4) sorted by relevance
/gem5/ext/mcpat/ |
H A D | logic.h | 100 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 D | core.h | 110 InstructionDecoder* ID_inst; 111 InstructionDecoder* ID_operand; 112 InstructionDecoder* ID_misc;
|
H A D | logic.cc | 787 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 D | core.cc | 180 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 28 milliseconds