Searched defs:needReadRegCache (Results 1 – 2 of 2) sorted by relevance
90 def needReadRegCache: Boolean = isIntExeUnit || isMemExeUnit && readIntRf method
207 def needReadRegCache: Boolean = exuBlockParams.map(_.needReadRegCache).reduce(_ || _) method