Lines Matching defs:LMul
202 unsigned LMul;
204 std::tie(LMul, Fractional) = decodeVLMUL(getVLMUL(VType));
210 OS << LMul;
224 unsigned LMul;
226 std::tie(LMul, Fractional) = decodeVLMUL(VLMul);
228 // Convert LMul to a fixed point value with 3 fractional bits.
229 LMul = Fractional ? (8 / LMul) : (LMul * 8);
232 return (SEW * 8) / LMul;