Searched refs:Words (Results 1 - 24 of 24) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/MSP430/Disassembler/
H A DMSP430Disassembler.cpp205 static const uint8_t *getDecoderTable(AddrMode SrcAM, unsigned Words) { argument
206 assert(0 < Words && Words < 4 && "Incorrect number of words");
211 assert(Words < 3 && "Incorrect number of words");
212 return Words == 2 ? DecoderTableAlpha32 : DecoderTableAlpha16;
214 assert(Words < 3 && "Incorrect number of words");
215 return Words == 2 ? DecoderTableBeta32 : DecoderTableBeta16;
220 assert(Words > 1 && "Incorrect number of words");
221 return Words == 2 ? DecoderTableGamma32 : DecoderTableGamma48;
224 assert(Words <
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp150 SmallVector<std::pair<StringRef, StringRef>, 16> Words; local
151 SplitStringDelims(Mangled, Words, IsLegalItaniumChar);
152 for (const auto &Word : Words)
/netbsd-current/usr.bin/make/
H A Dstr.h60 typedef struct Words { struct
64 } Words; typedef in typeref:struct:Words
302 Words Str_Words(const char *, bool);
305 Words_Free(Words w)
H A Dstr.c118 * unless the returned Words.words was NULL.
275 Words
279 Words words;
H A Dcompat.c337 Words words = Str_Words(cmd, false);
H A Dmain.c686 Words words;
H A Dvar.c623 Words varnames;
811 Words varnames = Str_Words(xvarnames, false);
825 Words words = Str_Words(varnames, false);
H A Djob.c2371 Words wordsList;
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h72 for (WordType W : Words)
78 std::memset(Words.data(), 0, NumWords*sizeof(WordType));
82 for (WordType W : Words)
89 return (Words[T.SimpleTy / WordWidth] >> (T.SimpleTy % WordWidth)) & 1;
93 Words[T.SimpleTy / WordWidth] |= WordType(1) << (T.SimpleTy % WordWidth);
98 Words[i] |= S.Words[i];
103 Words[T.SimpleTy / WordWidth] &= ~(WordType(1) << (T.SimpleTy % WordWidth));
149 WordType W = Set->Words[SkipWords];
158 WordType W = Set->Words[
186 std::array<WordType,NumWords> Words; member in struct:llvm::MachineValueTypeSet
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp75 int Words = DistanceInBytes / WordSize; local
76 return isInt<10>(Words);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp497 SmallVector<SDValue,32> Words; local
505 Words.push_back(DAG.getBitcast(MVT::i32, W));
508 Words.assign(Values.begin(), Values.end());
511 unsigned NumWords = Words.size();
515 if (isUndef(Words[i]))
519 SplatV = Words[i];
520 else if (SplatV != Words[i])
621 assert(4*Words.size() == Subtarget.getVectorLength());
627 {HalfV0, Words[i]});
629 {HalfV1, Words[
[all...]
H A DHexagonISelLowering.cpp2801 SmallVector<SDValue,4> Words[2];
2812 Words[IdxW].push_back(W);
2817 Words[IdxW ^ 1].clear();
2819 for (unsigned i = 0, e = Words[IdxW].size(); i != e; i += 2) {
2820 SDValue W0 = Words[IdxW][i], W1 = Words[IdxW][i+1];
2824 Words[IdxW ^ 1].push_back(T);
2832 assert(Scale == 2 && Words[IdxW].size() == 2);
2835 Words[IdxW][1], Words[Idx
[all...]
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarmod-sysv.mk21 # Words that don't match the pattern are passed unmodified.
128 # Words that don't match are copied unmodified.
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp2711 void APInt::tcShiftLeft(WordType *Dst, unsigned Words, unsigned Count) {
2717 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words);
2722 std::memmove(Dst + WordShift, Dst, (Words - WordShift) * APINT_WORD_SIZE);
2724 while (Words-- > WordShift) {
2725 Dst[Words] = Dst[Words - WordShift] << BitShift;
2726 if (Words > WordShift)
2727 Dst[Words] |=
2728 Dst[Words - WordShift - 1] >> (APINT_BITS_PER_WORD - BitShift);
2738 void APInt::tcShiftRight(WordType *Dst, unsigned Words, unsigne
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp1498 ArrayRef<Elf_Word> Words(
1503 for (size_t I = 0, E = Words.size(); I != E; I += 2)
1504 S->Entries->push_back({(yaml::Hex32)Words[I], (yaml::Hex32)Words[I + 1]});
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h1990 static void tcShiftLeft(WordType *, unsigned Words, unsigned Count);
1994 static void tcShiftRight(WordType *, unsigned Words, unsigned Count);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2507 W.printNumber("Num Mask Words", GnuHashTable->maskwords);
4911 ArrayRef<Elf_Word> Words(reinterpret_cast<const Elf_Word *>(Desc.begin()),
4914 if (Words.size() < 4)
4921 if (Words[0] < array_lengthof(OSNames))
4922 OSName = OSNames[Words[0]];
4923 uint32_t Major = Words[1], Minor = Words[2], Patch = Words[3];
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/avr/
H A Dlib1funcs.S898 ;; Counting in Words, we have to perform a 4 * 4 Multiplication
1136 ;; Counting in Words, we have to perform 4 Multiplications
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/avr/
H A Dlib1funcs.S898 ;; Counting in Words, we have to perform a 4 * 4 Multiplication
1136 ;; Counting in Words, we have to perform 4 Multiplications
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp805 const uint64_t* Words = Val.getRawData(); local
808 std::copy(Words, Words + NumWords, pVal);
810 VAL = Words[0];
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2355 SmallVector<uint64_t, 8> Words(Vals.size());
2356 transform(Vals, Words.begin(),
2359 return APInt(TypeBits, Words);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h1942 const uint64_t Words[]);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp1358 const uint64_t Words[]) {
1362 makeArrayRef(Words, NumWords))));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp18843 SDValue Words = DAG.getNode(ISD::SRL, DL, MVT::i32, Size, local
18847 Chain = DAG.getCopyToReg(Chain, DL, ARM::R4, Words, Flag);

Completed in 421 milliseconds