Searched refs:vTemp (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | format_utils.h | 41 simd4scalari vTemp = row2i; in vTranspose() local 43 vTemp = SIMD128::unpackhi_epi32(vTemp, row3i); in vTranspose() 54 row2i = SIMD128::unpacklo_epi64(row2i, vTemp); in vTranspose() 55 row3i = SIMD128::unpackhi_epi64(row3i, vTemp); in vTranspose() 66 simd4scalari vTemp = row2; in vTranspose() local 68 vTemp = SIMD128::unpackhi_epi32(vTemp, row3); in vTranspose() 79 row2 = SIMD128::unpacklo_epi64(row2, vTemp); in vTranspose() 80 row3 = SIMD128::unpackhi_epi64(row3, vTemp); in vTranspose()
|
/external/lzma/CPP/Windows/ |
D | Registry.cpp | 285 AString vTemp; in QueryValue() local 286 res = QueryValue(name == 0 ? 0 : (LPCSTR)GetSystemString(name), vTemp); in QueryValue() 287 value = GetUnicodeString(vTemp); in QueryValue()
|
/external/llvm/lib/Target/PowerPC/ |
D | README_ALTIVEC.txt | 71 vTemp = vec_splat(v0,2); // 2 is the element the src is in. 72 vec_ste(&destloc,0,vTemp);
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | README_ALTIVEC.txt | 66 vTemp = vec_splat(v0,2); // 2 is the element the src is in. 67 vec_ste(&destloc,0,vTemp);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | README_ALTIVEC.txt | 71 vTemp = vec_splat(v0,2); // 2 is the element the src is in. 72 vec_ste(&destloc,0,vTemp);
|