Searched refs:DecodersThroughput (Results 1 – 3 of 3) sorted by relevance
37 : MicroOpQueueSize(UOPQSize), DecodersThroughput(DecThr), in MicroOpQueueSize()42 unsigned DecodersThroughput; // Instructions per cycle. member
62 if (PO.DecodersThroughput) in getJSONSimulationParameters()63 SimParameters.try_emplace("-decoder-throughput", PO.DecodersThroughput); in getJSONSimulationParameters()
65 Opts.MicroOpQueueSize, Opts.DecodersThroughput)); in createDefaultPipeline()