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

/gem5/src/cpu/o3/
H A DFuncUnitConfig.pydiff 10806:b9410e821c41 Wed Apr 29 23:35:00 EDT 2015 Nilay Vaish <nilay@cs.wisc.edu> cpu: o3: single cycle default div microop latency on x86

This patch sets the default latency of the division microop to a single cycle
on x86. This is because the division instructions DIV and IDIV have been
implemented as loops of div microops, where each microop computes a single bit
of the quotient.

Completed in 6 milliseconds