Searched defs:decode (Results 1 – 4 of 4) sorted by relevance
211 def decode(inst: UInt, table: Iterable[(BitPat, List[BitPat])]): CtrlSignals = { method218 def decode(bit: List[BitPat]): CtrlSignals = { method
91 val decode = Module(new DecodeStage) constant
129 def decode(inst: UInt, table: Iterable[(BitPat, List[BitPat])]): DecodedInst = { method
1050 def decode(): Bool = { method