Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/ARM/
D2010-05-21-BuildVector.ll4 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/
DglsDrawTest.cpp1724 const deUint32 packedValue = (w << 30) | (z << 20) | (y << 10) | (x); in generatePackedArray() local
1726 alignmentSafeAssignment(writePtr, packedValue); in generatePackedArray()