Home
last modified time | relevance | path

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

/XiangShan/src/main/scala/xiangshan/frontend/
H A DFTB.scala74 def getTarget(pc: UInt, last_stage: Option[Tuple2[UInt, Bool]] = None) = { method
75 …def getTarget(offLen: Int)(pc: UInt, lower: UInt, stat: UInt, last_stage: Option[Tuple2[UInt, Bool… method
H A DFrontendBundle.scala703 def getTarget = targets(pc) method