Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1047 unsigned wordShift = shiftAmt % APINT_BITS_PER_WORD; // bits to shift per word in ashr() local
1139 unsigned wordShift = shiftAmt % APINT_BITS_PER_WORD; in lshr() local
1205 unsigned wordShift = shiftAmt % APINT_BITS_PER_WORD; in shlSlowCase() local
/external/llvm/lib/Support/
DAPInt.cpp1088 unsigned wordShift = shiftAmt % APINT_BITS_PER_WORD; // bits to shift per word in ashr() local
1180 unsigned wordShift = shiftAmt % APINT_BITS_PER_WORD; in lshr() local
1246 unsigned wordShift = shiftAmt % APINT_BITS_PER_WORD; in shlSlowCase() local