Searched refs:Input (Results 1 - 10 of 10) sorted by relevance

/gem5/src/cpu/minor/
H A Dfetch2.hh67 /** Input port carrying lines from Fetch1 */
70 /** Input port carrying branches from Execute. This is a snoop of the
75 Latch<BranchData>::Input predictionOut;
78 Latch<ForwardInstData>::Input out;
207 Latch<BranchData>::Input predictionOut_,
208 Latch<ForwardInstData>::Input out_,
H A Ddecode.hh68 /** Input port carrying macro instructions from Fetch2 */
71 Latch<ForwardInstData>::Input out;
145 Latch<ForwardInstData>::Input out_,
H A Dexecute.hh65 /** Input port carrying instructions from Decode */
68 /** Input port carrying stream changes to Fetch1 */
69 Latch<BranchData>::Input out;
321 Latch<BranchData>::Input out_);
H A Dfetch1.hh194 /** Input port carrying branch requests from Execute */
197 Latch<ForwardLineData>::Input out;
198 /** Input port carrying branch predictions from Fetch2 */
389 Latch<ForwardLineData>::Input out_,
H A Dbuffers.hh214 /** Wraps a MinorBuffer with Input/Output interfaces to ensure that units
247 class Input class in class:Minor::Latch
253 Input(typename Buffer::wire input_wire) : function in class:Minor::Latch::Input
272 Input input() { return Input(buffer.getWire(0)); }
H A Dfetch2.cc60 Latch<BranchData>::Input predictionOut_,
61 Latch<ForwardInstData>::Input out_,
H A Ddecode.cc52 Latch<ForwardInstData>::Input out_,
H A Dfetch1.cc59 Latch<ForwardLineData>::Input out_,
H A Dexecute.cc66 Latch<BranchData>::Input out_) :
173 /* Input Buffers */
/gem5/src/systemc/tests/systemc/examples/aes/
H A Daes.cpp267 void Input(void);
291 AES_Decrypt::Input(void) function in class:AES_Decrypt
320 //Dump_R("AES_Descrypt::Input R", R);
365 (void)Input();
699 void Input(void);
721 AES_Encrypt::Input(void) function in class:AES_Encrypt
750 //Dump_R("AES_Encrypt::Input R", R);
796 (void)Input();

Completed in 29 milliseconds