Lines Matching defs:PFEntry
12681 //ID, V1 and V2 are the original shuffle inputs. PFEntry is the Perfect shuffle
12685 SDValue V2, unsigned PFEntry, SDValue LHS,
12688 unsigned OpNum = (PFEntry >> 26) & 0x0F;
12689 unsigned LHSID = (PFEntry >> 13) & ((1 << 13) - 1);
12690 unsigned RHSID = (PFEntry >> 0) & ((1 << 13) - 1);
13305 unsigned PFEntry = PerfectShuffleTable[PFTableIndex];
13306 return GeneratePerfectShuffle(PFTableIndex, V1, V2, PFEntry, V1, V2, DAG,