Searched refs:execute (Results 51 - 55 of 55) sorted by relevance

123

/gem5/src/systemc/tests/systemc/misc/sim_tests/cycle_dw8051_demo/
H A Dcycle_model.cpp60 // execute instruction /read instr mem
64 // |\- execute operation
96 bool ALL_CYCLES; /* flag to execute all cycles */
1510 // void execute(instr *i)
1512 // execute consists of the following tasks:
1514 // - execute the operation in the intruction
1519 void cycle_model::execute(instr *i) { function in class:cycle_model
1530 printf("execute %d, with in1=%d and in2=%d\n",i->type,in1, in2);
1533 // execute ----------------------------------------------------------
1728 // execute instructio
[all...]
/gem5/src/gpu-compute/
H A Dwavefront.cc303 // to execute an instruction of the specified type.
662 ii->execute(ii);
/gem5/src/cpu/simple/
H A Dtiming.cc781 // received a response from the icache: execute the received
818 // non-memory instruction: execute completely now
819 Fault fault = curStaticInst->execute(&t_info, traceData);
/gem5/src/cpu/minor/
H A Dexecute.cc40 #include "cpu/minor/execute.hh"
611 * needed to execute this instruction? Faults can always
938 /* Don't execute the fault, just stall the instruction
945 DPRINTF(MinorExecute, "Fault in execute: %s\n",
973 fault = inst->staticInst->execute(&context,
983 DPRINTF(MinorExecute, "Fault in execute of inst: %s fault: %s\n",
1031 * Try and execute as many instructions from the end of FU pipelines as
1075 completed_inst && /* Still finding instructions to execute */
/gem5/src/cpu/o3/
H A Diew_impl.hh48 // iew. There's a clear delay between issue and execute, yet backwards
104 // Instruction queue needs the queue between issue and execute.
132 * an instruction starts to execute.
211 .desc("Number of branch mispredicts detected at execute");
227 .desc("Number of squashed instructions skipped in execute");
996 // commit stage can go ahead and execute them, and mark
1269 // Tell the LDSTQ to execute this instruction (if it is a load).
1336 // If we execute the instruction (even if it's a nop) the fault
1339 inst->execute();
1478 // when it's ready to execute th
[all...]

Completed in 29 milliseconds

123