Searched defs:MSB (Results 1 – 9 of 9) sorted by relevance
147 #define MSB(x) (((x) >> 8) & 0xff) /* most signif byte of 2-byte integer */ macro
196 inline bool tryGetHexFromNibbles(char MSB, char LSB, uint8_t &Hex) { in tryGetHexFromNibbles()208 inline uint8_t hexFromNibbles(char MSB, char LSB) { in hexFromNibbles()
142 int MSB = 15; in checkOpConstraints() local
53 const MCOperand &MSB = MI.getOperand(Idx); in getImmOpValueMSBSize() local
154 ConstantInt *MSB = ConstantInt::get(DivTy, BitWidth - 1); in generateUnsignedDivisionCode() local
2077 unsigned &LSB, unsigned &MSB, in isBitfieldExtractOpFromAnd()2203 unsigned &MSB) { in isSeveralBitsExtractOpFromShr()2474 uint64_t Imm, uint64_t MSB, in getUsefulBitsFromBitfieldMoveOpd()2504 uint64_t MSB = in getUsefulBitsFromUBFM() local2542 uint64_t MSB = in getUsefulBitsFromBFM() local
2423 SDValue MSB = in emitHvxAddWithOverflow() local
3438 unsigned MSB = 31 - countLeadingZeros(And_imm); in tryV6T2BitfieldExtractOp() local
18315 unsigned MSB = BitWidth - Imm.countLeadingZeros() - 1; in ReduceLoadOpStoreWidth() local