Searched hist:4992 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/sparc/isa/formats/
H A Dnop.isadiff 4992:2b83db7e88bb Mon Aug 13 19:11:00 EDT 2007 Gabe Black <gblack@eecs.umich.edu> SPARC: Make nops have the IsNop flag set.
In O3, a nop is used to carry faults down the pipeline that didn't originate
from an instruction. If the instruction doesn't do anything, that is just
returns NoFault, but doesn't have IsNop set, the NoFault will overwrite the
fault that's being sent down and nothing will happen.

Completed in 5 milliseconds