Searched refs:vShuf (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | builder_misc.cpp | 549 Value* vShuf = UndefValue::get(VectorType::get(mInt8Ty, numElms)); local in function:SwrJit::Builder::PSHUFB 574 vShuf = VINSERT(vShuf, insertValLow128b, i); 575 vShuf = VINSERT(vShuf, insertValHigh128b, (i + numElms)); 577 res = vShuf;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | builder_misc.cpp | 635 Value* vShuf = UndefValue::get(getVectorType(mInt8Ty, numElms)); local in function:SwrJit::Builder::PSHUFB 660 vShuf = VINSERT(vShuf, insertValLow128b, i); 661 vShuf = VINSERT(vShuf, insertValHigh128b, (i + numElms)); 663 res = vShuf;
|
Completed in 5 milliseconds