Home
last modified time | relevance | path

Searched refs:decodeArray (Results 1 – 2 of 2) sorted by relevance

/XiangShan/src/main/scala/xiangshan/backend/decode/
H A DDecodeUnit.scala63 val decodeArray: Array[(BitPat, XSDecodeBase)] constant
64 final def table: Array[(BitPat, List[BitPat])] = decodeArray.map(x => (x._1, x._2.generate()))
136 val decodeArray: Array[(BitPat, XSDecodeBase)] = Array( constant
275 val decodeArray: Array[(BitPat, XSDecodeBase)] = Array( constant
353 val decodeArray: Array[(BitPat, XSDecodeBase)] = Array( constant
396 val decodeArray: Array[(BitPat, XSDecodeBase)] = Array( constant
430 val decodeArray: Array[(BitPat, XSDecodeBase)] = Array( constant
442 val decodeArray: Array[(BitPat, XSDecodeBase)] = Array( constant
477 val decodeArray: Array[(BitPat, XSDecodeBase)] = Array( constant
489 override val decodeArray: Array[(BitPat, XSDecodeBase)] = Array(
[all …]
H A DVecDecoder.scala822 override val decodeArray: Array[(BitPat, XSDecodeBase)] = vset ++