Searched refs:decodeArray (Results 1 – 2 of 2) sorted by relevance
/XiangShan/src/main/scala/xiangshan/backend/decode/ |
H A D | DecodeUnit.scala | 63 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 D | VecDecoder.scala | 822 override val decodeArray: Array[(BitPat, XSDecodeBase)] = vset ++
|