Searched defs:isLoadStore (Results 1 – 2 of 2) sorted by relevance
166 def isLoadStore(fuType: UInt): Bool = FuTypeOrR(fuType, ldu, stu) method
173 def isLoadStore(commitType: UInt): Bool = !isFused(commitType) && commitType(1) method