Searched refs:selectedPermute (Results 1 – 2 of 2) sorted by relevance
482 Value* selectedPermute = (i < 2) ? vi128XY : vi128ZW; in Shuffle16bpcGather4() local485 vGatherOutput[swizzleIndex] = VEXTRACT(selectedPermute, C(lane)); in Shuffle16bpcGather4()582 Value* selectedPermute = (i < 2) ? vi128XY : vi128ZW; in Shuffle8bpcGather4() local585 vGatherOutput[swizzleIndex] = VEXTRACT(selectedPermute, C(lane)); in Shuffle8bpcGather4()
2037 Value* selectedPermute = (i < 2) ? vi128XY : vi128ZW; in Shuffle16bpcGather() local2043 CVTPH2PS(BITCAST(VEXTRACT(selectedPermute, C(lane)), v8x16Ty)); in Shuffle16bpcGather()2049 PMOVSXWD(BITCAST(VEXTRACT(selectedPermute, C(lane)), v8x16Ty)); in Shuffle16bpcGather()