Searched defs:ptrDec (Results 1 – 2 of 2) sorted by relevance
/XiangShan/src/main/scala/xiangshan/frontend/ | ||
H A D | RAS.scala | 91 def ptrDec(ptr: UInt) = Mux(ptr === 0.U, (rasSize-1).U, ptr - 1.U) method |
H A D | newRAS.scala | 232 def ptrDec(ptr: UInt) = ptr - 1.U method |