Searched refs:i8Scale (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/ |
D | lower_x86.cpp | 535 auto i8Scale = pCallInst->getArgOperand(4); in VGATHER_EMU() local 546 auto i32Scale = B->Z_EXT(i8Scale, B->mInt32Ty); in VGATHER_EMU() 607 v32Gather = B->CALL(pX86IntrinFunc, {vSrc, pBase, vi32Indices, v32Mask, i8Scale}); in VGATHER_EMU() 650 B->CALL(pX86IntrinFunc, {src0, pBase, indices0, mask0, i8Scale}); in VGATHER_EMU() 654 B->CALL(pX86IntrinFunc, {src1, pBase, indices1, mask1, i8Scale}); in VGATHER_EMU() 673 B->CALL(pX86IntrinFunc, {src0, pBase, indices0, mask0, i8Scale}); in VGATHER_EMU() 675 B->CALL(pX86IntrinFunc, {src1, pBase, indices1, mask1, i8Scale}); in VGATHER_EMU() 708 auto i32Scale = B->Z_EXT(i8Scale, B->mInt32Ty); in VGATHER_EMU()
|