Searched defs:immType (Results 1 – 4 of 4) sorted by relevance
15 val immType = SelImm() constant
108 val immType = exuCfg.immType constant
516 val immType = SelImm() // used to select imm extractor constant596 val immType = SelImm() constant
299 def immType: Set[UInt] = fuConfigs.map(x => x.immType).reduce(_ ++ _) method