Searched defs:isPrefetch (Results 1 – 5 of 5) sorted by relevance
60 def isPrefetch(cmd: UInt) = cmd === M_PFR || cmd === M_PFW method
63 val isPrefetch = Bool() constant
278 val isPrefetch = req_out(i).isPrefetch constant
537 val isPrefetch = Output(Bool()) constant
565 def isPrefetch(op: UInt): Bool = op(3) && (op(5, 4) === "b000".U) && (op(8, 7) === "b00".U) method