Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1198 Dest.IntVal = valueToShift.lshr(getShiftAmount(shiftAmount, valueToShift)); in visitShl() local
1205 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); visitShl() local
1225 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); visitLShr() local
1232 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); visitLShr() local
1252 uint64_t shiftAmount = Src2.AggregateVal[i].IntVal.getZExtValue(); visitAShr() local
1259 uint64_t shiftAmount = Src2.IntVal.getZExtValue(); visitAShr() local
[all...]
/freebsd-src/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c1071 const size_t shiftAmount = ((chunkSize * 8) - chunkSize); in ZSTD_row_getMatchMask() local