Home
last modified time | relevance | path

Searched defs:shiftAmount (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1149 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); in visitShl() local
1156 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); in visitShl() local
1176 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); in visitLShr() local
1183 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); in visitLShr() local
1203 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); in visitAShr() local
1210 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); in visitAShr() local
/external/deqp/framework/common/
DtcuCompressedTexture.cpp1879 const int shiftAmount = (mode >> 1) ^ 3; in decodeHDREndpointMode11() local