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

/gem5/src/cpu/minor/
H A Dexecute.cc219 const TheISA::PCState &pc_before = inst->pc; local
232 pc_before, target, (force_branch ? " (forcing)" : ""));
235 bool must_branch = pc_before != target ||
248 pc_before, target);

Completed in 9 milliseconds