Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dstrength_reduction_pass.cpp37 uint32_t shiftAmount = 0; in CountTrailingZeros() local
93 uint32_t shiftAmount = CountTrailingZeros(constVal); in ReplaceMultiplyByPowerOf2() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dstrength_reduction_pass.cpp37 uint32_t shiftAmount = 0; in CountTrailingZeros() local
93 uint32_t shiftAmount = CountTrailingZeros(constVal); in ReplaceMultiplyByPowerOf2() local
/third_party/spirv-tools/source/opt/
Dstrength_reduction_pass.cpp37 uint32_t shiftAmount = 0; in CountTrailingZeros() local
93 uint32_t shiftAmount = CountTrailingZeros(constVal); in ReplaceMultiplyByPowerOf2() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1201 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); in visitShl() local
1208 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); in visitShl() local
1228 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); in visitLShr() local
1235 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); in visitLShr() local
1255 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); in visitAShr() local
1262 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); in visitAShr() local
/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc1600 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local
1607 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local
1618 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local
1625 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local
1634 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local
1641 int shiftAmount = i.InputInt32(1); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/codegen/s390/
Dmacro-assembler-s390.h956 int shiftAmount = (64 - rangeEnd) % 64; // Convert to shift left. in ExtractBitRange() local
/third_party/vk-gl-cts/framework/common/
DtcuAstcUtil.cpp945 const int shiftAmount = (mode >> 1) ^ 3; in decodeHDREndpointMode11() local