Home
last modified time | relevance | path

Searched refs:vi32Index (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp501 auto vi32Index = pCallInst->getArgOperand(1); in VPERM_EMU() local
504 if (isa<Constant>(vi32Index)) in VPERM_EMU()
507 v32Result = B->VSHUFFLE(v32A, v32A, vi32Index); in VPERM_EMU()
519 auto i32Index = B->VEXTRACT(vi32Index, B->C(l)); in VPERM_EMU()