D | builder_misc.cpp | 592 … Value *Builder::GATHERPS(Value *vSrc, Value *pBase, Value *vIndices, Value *vMask, uint8_t scale) in GATHERPS() argument 602 vGather = VGATHERPS(vSrc, pBase, vIndices, mask, C(scale)); in GATHERPS() 614 Value *vOffsets = MUL(vIndices,vScaleVec); in GATHERPS() 637 …Value *Builder::GATHERPS_16(Value *vSrc, Value *pBase, Value *vIndices, Value *vMask, uint8_t scal… in GATHERPS_16() argument 647 vGather = VGATHERPS_16(vSrc, pBase, vIndices, mask, C((uint32_t)scale)); in GATHERPS_16() 654 Value *indices0 = EXTRACT_16(vIndices, 0); in GATHERPS_16() 655 Value *indices1 = EXTRACT_16(vIndices, 1); in GATHERPS_16() 677 … Value *Builder::GATHERDD(Value* vSrc, Value* pBase, Value* vIndices, Value* vMask, uint8_t scale) in GATHERDD() argument 684 vGather = VGATHERDD(vSrc, pBase, vIndices, VMASK(vMask), C(scale)); in GATHERDD() 696 Value *vOffsets = MUL(vIndices, vScaleVec); in GATHERDD() [all …]
|