Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h519 unsigned shiftAmt = numBits - hiBitsSet; in getHighBitsSet() local
869 APInt LLVM_ATTRIBUTE_UNUSED_RESULT shl(unsigned shiftAmt) const { in shl()
1834 inline APInt ashr(const APInt &LHS, unsigned shiftAmt) { in ashr()
1841 inline APInt lshr(const APInt &LHS, unsigned shiftAmt) { in lshr()
1848 inline APInt shl(const APInt &LHS, unsigned shiftAmt) { in shl()
/external/v8/src/s390/
Dassembler-s390.cc1789 const Operand& endBit, const Operand& shiftAmt, in risbg()
1801 const Operand& endBit, const Operand& shiftAmt, in risbgn()