Lines Matching defs:PFEntry
13424 //ID, V1 and V2 are the original shuffle inputs. PFEntry is the Perfect shuffle
13428 SDValue V2, unsigned PFEntry, SDValue LHS,
13431 unsigned OpNum = (PFEntry >> 26) & 0x0F;
13432 unsigned LHSID = (PFEntry >> 13) & ((1 << 13) - 1);
13433 unsigned RHSID = (PFEntry >> 0) & ((1 << 13) - 1);
14010 unsigned PFEntry = PerfectShuffleTable[PFTableIndex];
14011 return GeneratePerfectShuffle(PFTableIndex, V1, V2, PFEntry, V1, V2, DAG,