Home
last modified time | relevance | path

Searched defs:MSB (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp1343 unsigned &LSB, unsigned &MSB, in isBitfieldExtractOpFromAnd()
1434 unsigned &MSB) { in isSeveralBitsExtractOpFromShr()
1479 unsigned &LSB, unsigned &MSB, in isBitfieldExtractOpFromShr()
1549 SDValue &Opd0, unsigned &LSB, unsigned &MSB, in isBitfieldExtractOp()
1587 unsigned Opc, LSB, MSB; in SelectBitfieldExtractOp() local
1657 uint64_t Imm, uint64_t MSB, in getUsefulBitsFromBitfieldMoveOpd()
1687 uint64_t MSB = in getUsefulBitsFromUBFM() local
1725 uint64_t MSB = in getUsefulBitsFromBFM() local
1987 unsigned LSB, MSB; in SelectBitfieldInsertOp() local
/external/linux-tools-perf/src/tools/perf/util/
Dutil.h34 #define MSB(x, bits) ((x) & TYPEOF(x)(~0ULL << (sizeof(x) * 8 - (bits)))) macro
/external/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp164 ConstantInt *MSB; in generateUnsignedDivisionCode() local
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9846 unsigned MSB = BitWidth - Imm.countLeadingZeros() - 1; in ReduceLoadOpStoreWidth() local