Searched refs:packedValue (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | 2010-05-21-BuildVector.ll | 4 define void @test(float* %fltp, i32 %packedValue, float* %table) nounwind { 9 %3 = shl i32 %packedValue, 16 16 %7 = shl i32 %packedValue, 18 23 %11 = shl i32 %packedValue, 20 30 %15 = shl i32 %packedValue, 22
|
/external/llvm/test/CodeGen/ARM/ |
D | 2010-05-21-BuildVector.ll | 4 define void @test(float* %fltp, i32 %packedValue, float* %table) nounwind { 9 %3 = shl i32 %packedValue, 16 16 %7 = shl i32 %packedValue, 18 23 %11 = shl i32 %packedValue, 20 30 %15 = shl i32 %packedValue, 22
|
/external/deqp/modules/glshared/ |
D | glsDrawTest.cpp | 1640 const deUint32 packedValue = (w << 30) | (z << 20) | (y << 10) | (x); in generatePackedArray() local 1642 alignmentSafeAssignment(writePtr, packedValue); in generatePackedArray()
|