Searched refs:PermuteOp (Results 1 – 4 of 4) sorted by relevance
282 APInt PermuteOp = MaskElt.lshr(5).getLoBits(3); in DecodeVPPERMMask() local285 if (PermuteOp == 4) { in DecodeVPPERMMask()289 if (PermuteOp != 0) { in DecodeVPPERMMask()
280 uint64_t PermuteOp = (Element >> 5) & 0x7; in DecodeVPPERMMask() local282 if (PermuteOp == 4) { in DecodeVPPERMMask()286 if (PermuteOp != 0) { in DecodeVPPERMMask()
363 uint64_t PermuteOp = (M >> 5) & 0x7; in DecodeVPPERMMask() local364 if (PermuteOp == 4) { in DecodeVPPERMMask()368 if (PermuteOp != 0) { in DecodeVPPERMMask()
383 uint64_t PermuteOp = (M >> 5) & 0x7; in DecodeVPPERMMask() local384 if (PermuteOp == 4) { in DecodeVPPERMMask()388 if (PermuteOp != 0) { in DecodeVPPERMMask()