Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h481 unsigned shiftAmt = numBits - hiBitsSet; in getHighBitsSet() local
724 APInt shl(unsigned shiftAmt) const { in shl()
1647 inline APInt ashr(const APInt& LHS, unsigned shiftAmt) { in ashr()
1653 inline APInt lshr(const APInt& LHS, unsigned shiftAmt) { in lshr()
1659 inline APInt shl(const APInt& LHS, unsigned shiftAmt) { in shl()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h523 unsigned shiftAmt = numBits - hiBitsSet; in getHighBitsSet() local
850 APInt shl(unsigned shiftAmt) const { in shl()
1885 inline APInt ashr(const APInt &LHS, unsigned shiftAmt) { in ashr()
1892 inline APInt lshr(const APInt &LHS, unsigned shiftAmt) { in lshr()
1899 inline APInt shl(const APInt &LHS, unsigned shiftAmt) { in shl()
/external/llvm/include/llvm/ADT/
DAPInt.h519 unsigned shiftAmt = numBits - hiBitsSet; in getHighBitsSet() local
874 APInt LLVM_ATTRIBUTE_UNUSED_RESULT shl(unsigned shiftAmt) const { in shl()
1858 inline APInt ashr(const APInt &LHS, unsigned shiftAmt) { in ashr()
1865 inline APInt lshr(const APInt &LHS, unsigned shiftAmt) { in lshr()
1872 inline APInt shl(const APInt &LHS, unsigned shiftAmt) { in shl()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp1210 uint32_t shiftAmt = C2V.getZExtValue(); in ConstantFoldBinaryInstruction() local
1217 uint32_t shiftAmt = C2V.getZExtValue(); in ConstantFoldBinaryInstruction() local
1224 uint32_t shiftAmt = C2V.getZExtValue(); in ConstantFoldBinaryInstruction() local
/external/v8/src/s390/
Dassembler-s390.cc1383 const Operand& endBit, const Operand& shiftAmt, in risbg()
1395 const Operand& endBit, const Operand& shiftAmt, in risbgn()