Home
last modified time | relevance | path

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

/XiangShan/src/main/scala/xiangshan/frontend/
H A DRAS.scala91 def ptrDec(ptr: UInt) = Mux(ptr === 0.U, (rasSize-1).U, ptr - 1.U) method
H A DnewRAS.scala232 def ptrDec(ptr: UInt) = ptr - 1.U method