Lines Matching refs:mod
236 case (mod, i) =>
237 mod.io.fire := io.in.valid
238 mod.io.opcode := opcode
240 mod.io.info.vm := vm
241 mod.io.info.ma := vma
242 mod.io.info.ta := vta
243 mod.io.info.vlmul := vlmul
244 mod.io.info.vl := vl
245 mod.io.info.vstart := vstart
246 mod.io.info.uopIdx := vuopIdx
247 mod.io.info.vxrm := vxrm
249 mod.io.srcType(0) := vs2Type
250 mod.io.srcType(1) := vs1Type
251 mod.io.vdType := vdType
252 mod.io.narrow := isNarrow
253 mod.io.isSub := vIntFixpDecode.sub
254 mod.io.isMisc := vIntFixpDecode.misc
255 mod.io.isFixp := isFixp
256 mod.io.widen := widen
257 mod.io.widen_vs2 := widen_vs2
258 mod.io.vs1 := vs1VecUsed(i)
259 mod.io.vs2_adder := vs2Adder(i)
260 mod.io.vs2_misc := vs2VecUsed(i)
261 mod.io.vmask := maskUsed(i)
262 mod.io.oldVd := oldVdUsed(i)