Home
last modified time | relevance | path

Searched defs:hasExceptions (Results 1 – 2 of 2) sorted by relevance

/XiangShan/src/main/scala/xiangshan/mem/lsqueue/
H A DVirtualLoadQueue.scala252 … val hasExceptions = ExceptionNO.selectByFu(io.ldin(i).bits.uop.exceptionVec, LduCfg).asUInt.orR constant
H A DLoadQueueReplay.scala279 …val hasExceptions = io.enq.map(enq => ExceptionNO.selectByFu(enq.bits.uop.exceptionVec, LduCfg).as… constant