Home
last modified time | relevance | path

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

/XiangShan/src/main/scala/xiangshan/backend/decode/
H A DFPDecoder.scala67 val isFP16Instr = isFP16Instrs.map(io.instr === _).reduce(_ || _) constant
134 …io.vpuCtrl.vsew := Mux(isFP32Instr || isSew2Cvt32, VSew.e32, Mux(isFP16Instr || isSew2Cvt16, VSew…
292 val isFP16Instr = isFP16Instrs.map(io.instr === _).reduce(_ || _) constant
341 …ctrl.fmt := Mux(isFP32Instr || isSew2Cvt32, VSew.e32, Mux(isFP16Instr || isSew2Cvt16, VSew.e16, VS…