Home
last modified time | relevance | path

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

/XiangShan/src/main/scala/xiangshan/backend/fu/
H A DFuType.scala166 def isLoadStore(fuType: UInt): Bool = FuTypeOrR(fuType, ldu, stu) method
/XiangShan/src/main/scala/xiangshan/
H A Dpackage.scala173 def isLoadStore(commitType: UInt): Bool = !isFused(commitType) && commitType(1) method