Home
last modified time | relevance | path

Searched defs:src2Type (Results 1 – 2 of 2) sorted by relevance

/XiangShan/src/main/scala/xiangshan/backend/decode/
H A DFusionDecoder.scala80 def src2Type: Option[Int] = compareAndGet(getInstrSrc2Type) method
516 val src2Type = Valid(SrcType()) constant
H A DDecodeUnitComp.scala1842 val src2Type = if (i < lmul * nf) SrcType.vp else SrcType.no constant