Lines Matching refs:MaskEnd
767 unsigned MaskEnd; in SelectInt64() local
776 MaskEnd = 63; in SelectInt64()
799 MaskEnd = LS; in SelectInt64()
812 getI32Imm(64 - RMin), getI32Imm(MaskEnd)); in SelectInt64()
1452 unsigned MaskStart, unsigned MaskEnd, in SelectRotMask64Count() argument
1456 unsigned InstMaskStart = 64 - MaskEnd - 1, in SelectRotMask64Count()
1472 unsigned MaskStart, unsigned MaskEnd, in SelectRotMask64() argument
1476 unsigned InstMaskStart = 64 - MaskEnd - 1, in SelectRotMask64()
1527 return SelectRotMask64(V, dl, RLAmt2, false, MaskStart, MaskEnd); in SelectRotMask64()
1534 unsigned MaskEnd, unsigned *InstCnt = nullptr) { in SelectRotMaskIns64() argument
1537 unsigned InstMaskStart = 64 - MaskEnd - 1, in SelectRotMaskIns64()
1576 return SelectRotMaskIns64(Base, V, dl, RLAmt2, false, MaskStart, MaskEnd); in SelectRotMaskIns64()