Searched refs:Bits (Results 76 - 100 of 164) sorted by relevance

1234567

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dwindows-nat.c1090 if (!info.HighWord.Bits.Pres)
1095 base = (info.HighWord.Bits.BaseHi << 24) +
1096 (info.HighWord.Bits.BaseMid << 16)
1098 limit = (info.HighWord.Bits.LimitHi << 16) + info.LimitLow;
1099 if (info.HighWord.Bits.Granularity)
1102 if (info.HighWord.Bits.Default_Big)
1106 switch ((info.HighWord.Bits.Type & 0xf) >> 1)
1134 (unsigned long) info.HighWord.Bits.Type);
1136 if ((info.HighWord.Bits.Type & 0x1) == 0)
1139 if ((info.HighWord.Bits
[all...]
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dmips.cc4337 return (Bits<valsize>::has_overflow32(value)
4341 return (Bits<valsize>::has_overflow(value)
4513 Valtype addend = (extract_addend ? Bits<16>::sign_extend32(val)
4517 val = Bits<16>::bit_select32(val, x, 0xffffU);
4569 if (!Bits<18>::has_overflow32(offset))
4648 x = Bits<27>::sign_extend32(addend);
4650 x = Bits<28>::sign_extend32(addend);
4658 val = Bits<32>::bit_select32(val, x, 0x03ffffff);
4706 if (!Bits<18>::has_overflow32(offset))
4734 ? Bits<1
[all...]
H A Darm.cc3104 return Bits<16>::sign_extend32(((val >> 4) & 0xf000) | (val & 0xfff));
3138 return Bits<16>::sign_extend32(((val >> 4) & 0xf000)
3249 return Bits<25>::sign_extend32((s << 24) | (i1 << 23) | (i2 << 22)
3288 return Bits<21>::sign_extend32((upper << 12) | (lower << 1));
3325 int32_t addend = Bits<8>::sign_extend32(val);
3327 val = Bits<32>::bit_select32(val, x, 0xffU);
3331 return (Bits<8>::has_signed_unsigned_overflow32(x)
3348 val = Bits<32>::bit_select32(val, x << 6, 0x7e0U);
3350 return (Bits<5>::has_overflow32(x)
3367 val = Bits<3
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVDescriptors.cpp101 int32_t Bits = (*M + 1).exactLogBase2(); local
102 if (Bits > 0) {
103 RT = IntegerType::get(Phi->getContext(), Bits);
139 KnownBits Bits = computeKnownBits(Exit, DL); local
140 if (!Bits.isNonNegative()) {
145 if (!Bits.isNegative())
H A DDependenceAnalysis.cpp1408 static bool findGCD(unsigned Bits, const APInt &AM, const APInt &BM, argument
1410 APInt A0(Bits, 1, true), A1(Bits, 0, true);
1411 APInt B0(Bits, 0, true), B1(Bits, 1, true);
1510 unsigned Bits = AM.getBitWidth(); local
1511 if (findGCD(Bits, AM, BM, CM, G, X, Y)) {
1521 APInt UM(Bits, 1, true);
1531 APInt TU(APInt::getSignedMaxValue(Bits));
1532 APInt TL(APInt::getSignedMinValue(Bits));
1893 unsigned Bits = AM.getBitWidth(); local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dmips.cc4337 return (Bits<valsize>::has_overflow32(value)
4341 return (Bits<valsize>::has_overflow(value)
4511 Valtype addend = (extract_addend ? Bits<16>::sign_extend32(val)
4515 val = Bits<16>::bit_select32(val, x, 0xffffU);
4567 if (!Bits<18>::has_overflow32(offset))
4646 x = Bits<27>::sign_extend32(addend);
4648 x = Bits<28>::sign_extend32(addend);
4656 val = Bits<32>::bit_select32(val, x, 0x03ffffff);
4704 if (!Bits<18>::has_overflow32(offset))
4732 ? Bits<1
[all...]
H A Darm.cc3104 return Bits<16>::sign_extend32(((val >> 4) & 0xf000) | (val & 0xfff));
3138 return Bits<16>::sign_extend32(((val >> 4) & 0xf000)
3249 return Bits<25>::sign_extend32((s << 24) | (i1 << 23) | (i2 << 22)
3288 return Bits<21>::sign_extend32((upper << 12) | (lower << 1));
3325 int32_t addend = Bits<8>::sign_extend32(val);
3327 val = Bits<32>::bit_select32(val, x, 0xffU);
3331 return (Bits<8>::has_signed_unsigned_overflow32(x)
3348 val = Bits<32>::bit_select32(val, x << 6, 0x7e0U);
3350 return (Bits<5>::has_overflow32(x)
3367 val = Bits<3
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dmips.cc4337 return (Bits<valsize>::has_overflow32(value)
4341 return (Bits<valsize>::has_overflow(value)
4511 Valtype addend = (extract_addend ? Bits<16>::sign_extend32(val)
4515 val = Bits<16>::bit_select32(val, x, 0xffffU);
4567 if (!Bits<18>::has_overflow32(offset))
4646 x = Bits<27>::sign_extend32(addend);
4648 x = Bits<28>::sign_extend32(addend);
4656 val = Bits<32>::bit_select32(val, x, 0x03ffffff);
4704 if (!Bits<18>::has_overflow32(offset))
4732 ? Bits<1
[all...]
H A Darm.cc3104 return Bits<16>::sign_extend32(((val >> 4) & 0xf000) | (val & 0xfff));
3138 return Bits<16>::sign_extend32(((val >> 4) & 0xf000)
3249 return Bits<25>::sign_extend32((s << 24) | (i1 << 23) | (i2 << 22)
3288 return Bits<21>::sign_extend32((upper << 12) | (lower << 1));
3325 int32_t addend = Bits<8>::sign_extend32(val);
3327 val = Bits<32>::bit_select32(val, x, 0xffU);
3331 return (Bits<8>::has_signed_unsigned_overflow32(x)
3348 val = Bits<32>::bit_select32(val, x << 6, 0x7e0U);
3350 return (Bits<5>::has_overflow32(x)
3367 val = Bits<3
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCCodeEmitter.cpp161 uint64_t Bits = getBinaryCodeForInstr(MI, Fixups, STI); local
166 OS << uint8_t(Bits >> ShiftValue);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPSInt.h198 APSInt operator<<(unsigned Bits) const {
199 return APSInt(static_cast<const APInt&>(*this) << Bits, IsUnsigned);
H A DAPInt.h78 /// Bits in a word.
952 /// Shifts this APInt left by \p Bits and returns the result.
953 APInt operator<<(unsigned Bits) const { return shl(Bits); }
957 /// Shifts this APInt left by \p Bits and returns the result.
958 APInt operator<<(const APInt &Bits) const { return shl(Bits); }
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.h227 template <unsigned Bits, int Offset>
/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DMveEmitter.cpp239 unsigned Bits; member in class:__anon1217::ScalarType
248 Bits = Record->getValueAsInt("size");
251 unsigned sizeInBits() const override { return Bits; }
253 std::string suffix() const { return toLetter(Kind) + utostr(Bits); }
255 return toCPrefix(Kind) + utostr(Bits);
264 if (Bits == 16)
266 if (Bits == 32)
268 if (Bits == 64)
272 return "Int" + utostr(Bits) + "Ty";
276 + utostr(Bits);
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp117 /// Update or overwrite the bits starting at \p OffsetInBits with \p Bits.
118 bool addBits(llvm::APInt Bits, uint64_t OffsetInBits, bool AllowOverwrite);
180 bool ConstantAggregateBuilder::addBits(llvm::APInt Bits, uint64_t OffsetInBits, argument
196 std::min((uint64_t)Bits.getBitWidth(), CharWidth - OffsetWithinChar);
200 llvm::APInt BitsThisChar = Bits;
205 // less than one byte of Bits left.
206 int Shift = Bits.getBitWidth() - CharWidth + OffsetWithinChar;
268 if (WantedBits == Bits.getBitWidth())
271 // Remove the consumed bits from Bits.
273 Bits
[all...]
H A DCGCall.cpp3210 // `Bits.size()` bytes. Each element of `Bits` corresponds to one target byte.
3211 // Use little-endian layout, i.e.`Bits[0]` is the LSB.
3212 static void setBitRange(SmallVectorImpl<uint64_t> &Bits, int BitOffset,
3215 assert(static_cast<unsigned>(BitWidth) <= Bits.size() * CharWidth);
3225 Bits[Pos++] |= (Used << BitOffset) & Used;
3231 Bits[Pos++] = Used;
3236 Bits[Pos++] |= (Used >> (CharWidth - BitWidth)) << BitOffset;
3241 // `StorageSize` bytes, located at `StorageOffset` in `Bits`. Each element of
3242 // `Bits` correspond
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp206 template<unsigned Bits, unsigned Shift>
355 template<unsigned Bits, unsigned Shift>
1027 template<unsigned Bits, unsigned Shift>
1039 // {Bits} = (U)nsigned (add == '1', sub == '0')
1040 // {(Bits-1)-0} = immediate
1050 uint32_t Binary = Imm & ((1U << Bits) - 1);
1053 Binary |= (1U << Bits);
1608 template<unsigned Bits, unsigned Shift>
1621 Value <<= (Bits + 1);
1628 Value |= (1U << Bits); // Se
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1209 template <unsigned Bits, int Offset = 0, int AdjustOffset = 0>
1213 Imm &= (1ULL << Bits) - 1;
1219 template <unsigned Bits>
1225 addConstantSImmOperands<Bits, 0, 0>(Inst, N);
1228 template <unsigned Bits>
1234 addConstantUImmOperands<Bits, 0, 0>(Inst, N);
1237 template <unsigned Bits, int Offset = 0, int AdjustOffset = 0>
1241 Imm = SignExtend64<Bits>(Imm);
1298 template <unsigned Bits, int Offset = 0> bool isConstantUImm() const {
1299 return isConstantImm() && isUInt<Bits>(getConstantIm
2815 uint16_t Bits = (ImmValue >> ShiftAmount) & 0xffff; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp405 template <unsigned Bits, int Offset, int Scale>
410 template <unsigned Bits, int Offset>
414 return DecodeUImmWithOffsetAndScale<Bits, Offset, 1>(Inst, Value, Address,
418 template <unsigned Bits, int Offset = 0, int ScaleBy = 1>
2354 template <unsigned Bits, int Offset, int Scale>
2358 Value &= ((1 << Bits) - 1);
2364 template <unsigned Bits, int Offset, int ScaleBy>
2368 int32_t Imm = SignExtend32<Bits>(Value) * ScaleBy;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1083 #define DIAGOPT(Name, Bits, Default) Record.push_back(DiagOpts.Name);
1084 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \
1236 #define LANGOPT(Name, Bits, Default, Description) \
1238 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
3369 uint32_t Bits = (uint32_t)II->getObjCOrBuiltinID();
3370 assert((Bits & 0xffff) == Bits && "ObjCOrBuiltinID too big for ASTReader.");
3371 LE.write<uint16_t>(Bits);
3372 Bits = 0;
3374 Bits
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1099 SDValue &Bits) {
1109 // Bits = Remainder << 3
1110 // NewVal = Val << Bits
1116 Bits = DAG.getNode(ISD::SHL, DL, PtrVT, {Remainder, Const3});
1117 return DAG.getNode(ISD::SHL, DL, Val.getValueType(), {Val, Bits});
1121 SDValue Bits) {
1125 // NewData = Data >> Bits
1129 SDValue NewData = DAG.getNode(ISD::SRL, DL, VT, Data, Bits);
1147 // Bits = Remainder << 3
1148 // NewVal = Val << Bits
1098 prepareTS1AM(SDValue Op, SelectionDAG &DAG, SDValue &Flag, SDValue &Bits) argument
1120 finalizeTS1AM(SDValue Op, SelectionDAG &DAG, SDValue Data, SDValue Bits) argument
1156 SDValue Bits; local
1175 SDValue Bits; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGParser.cpp824 case tgtok::Bits: {
2100 SmallVector<Init*, 16> Bits(BinaryVal.second);
2102 Bits[i] = BitInit::get(BinaryVal.first & (1LL << i));
2103 R = BitsInit::get(Bits);
2958 if (SetValue(CurRec, LR.Loc, LR.Name, LR.Bits, LR.Value))
3374 SmallVector<unsigned, 16> Bits; local
3375 if (ParseOptionalRangeList(Bits)) {
3379 std::reverse(Bits.begin(), Bits.end());
3394 Result.emplace_back(Name, Bits, Va
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp1087 unsigned Bits = 0; local
1089 Bits |= Capture_Implicit;
1093 Bits |= Capture_ByCopy;
1097 Bits |= Capture_This;
1101 Bits |= Capture_ByCopy;
1110 DeclAndBits.setInt(Bits);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCommandLine.h1763 unsigned Bits; // Where to store the bits...
1773 template <class T> void addValue(const T &V) { Bits |= Bit(V); }
1775 unsigned getBits() { return Bits; }
1777 template <class T> bool isSet(const T &V) { return (Bits & Bit(V)) != 0; }
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveIntervals.cpp917 ArrayRef<const uint32_t*> Bits; local
920 Bits = getRegMaskBitsInBlock(MBB->getNumber());
923 Bits = getRegMaskBits();
945 UsableRegs.clearBitsNotInMask(Bits[Idx]);

Completed in 643 milliseconds

1234567