Searched refs:VLMulShift (Results 1 – 2 of 2) sorted by relevance
31 VLMulShift = IsVRegClassShift + 1, enumerator32 VLMulShiftMask = 0b11 << VLMulShift,36 NFShift = VLMulShift + 2,48 VLMulShift); in getLMul()
71 VLMulShift = ConstraintShift + 3, enumerator72 VLMulMask = 0b111 << VLMulShift,76 IsTiedPseudoShift = VLMulShift + 3,151 return static_cast<RISCVVType::VLMUL>((TSFlags & VLMulMask) >> VLMulShift); in getLMul()