Home
last modified time | relevance | path

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

/XiangShan/src/main/scala/xiangshan/backend/fu/
H A DFuConfig.scala175 def isBrh: Boolean = fuType == FuType.brh method
H A DFuType.scala156 def isBrh(fuType: UInt): Bool = FuTypeOrR(fuType, Seq(brh)) method