Home
last modified time | relevance | path

Searched refs:Words (Results 1 – 25 of 55) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/Disassembler/
H A DMSP430Disassembler.cpp206 static const uint8_t *getDecoderTable(AddrMode SrcAM, unsigned Words) { in getDecoderTable() argument
207 assert(0 < Words && Words < 4 && "Incorrect number of words"); in getDecoderTable()
212 assert(Words < 3 && "Incorrect number of words"); in getDecoderTable()
213 return Words == 2 ? DecoderTableAlpha32 : DecoderTableAlpha16; in getDecoderTable()
215 assert(Words < 3 && "Incorrect number of words"); in getDecoderTable()
216 return Words == 2 ? DecoderTableBeta32 : DecoderTableBeta16; in getDecoderTable()
221 assert(Words > 1 && "Incorrect number of words"); in getDecoderTable()
222 return Words == 2 ? DecoderTableGamma32 : DecoderTableGamma48; in getDecoderTable()
225 assert(Words < 3 && "Incorrect number of words"); in getDecoderTable()
226 return Words == 2 ? DecoderTableDelta32 : DecoderTableDelta16; in getDecoderTable()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dasterix9 >7 string WORD Words Document
14 >29 byte 0x36 Words Document
H A Dapplix8 >7 string WORDS Words Document
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h69 for (WordType W : Words) in size()
74 void clear() { std::memset(Words.data(), 0, NumWords * sizeof(WordType)); } in clear()
77 for (WordType W : Words) in empty()
85 return (Words[T.SimpleTy / WordWidth] >> (T.SimpleTy % WordWidth)) & 1; in count()
90 Words[T.SimpleTy / WordWidth] |= WordType(1) << (T.SimpleTy % WordWidth); in insert()
95 Words[i] |= S.Words[i]; in insert()
101 Words[T.SimpleTy / WordWidth] &= ~(WordType(1) << (T.SimpleTy % WordWidth)); in erase()
147 WordType W = Set->Words[SkipWords]; in find_from_pos()
156 WordType W = Set->Words[i]; in find_from_pos()
175 return Words == S.Words;
[all …]
/freebsd/contrib/bmake/
H A Dstr.h58 typedef struct Words { struct
62 } Words; argument
300 Words Str_Words(const char *, bool);
303 Words_Free(Words w) in Words_Free()
H A Dstr.c275 Words
279 Words words; in Str_Words()
H A Dcompat.c343 Words words = Str_Words(cmd, false); in Compat_RunCommand()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp149 SmallVector<std::pair<StringRef, StringRef>, 16> Words; in demangleLine() local
150 SplitStringDelims(Mangled, Words, IsLegalItaniumChar); in demangleLine()
151 for (const auto &Word : Words) in demangleLine()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSPIR.cpp393 llvm::SmallVector<uint32_t> Words; in getInlineSpirvConstant() local
399 Words.push_back(Word); in getInlineSpirvConstant()
401 if (Words.size() == 0) in getInlineSpirvConstant()
402 Words.push_back(0); in getInlineSpirvConstant()
406 {IntegralType}, Words); in getInlineSpirvConstant()
407 return llvm::TargetExtType::get(Ctx, "spirv.Literal", {}, Words); in getInlineSpirvConstant()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp74 int Words = DistanceInBytes / WordSize; in isInRage() local
75 return isInt<10>(Words); in isInRage()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp801 SmallVector<SDValue,32> Words; in buildHvxVectorReg() local
811 Words.push_back(DAG.getBitcast(MVT::i32, W)); in buildHvxVectorReg()
815 Words.push_back(DAG.getBitcast(MVT::i32, V)); in buildHvxVectorReg()
835 unsigned NumWords = Words.size(); in buildHvxVectorReg()
837 bool IsSplat = isSplat(Words, SplatV); in buildHvxVectorReg()
936 assert(4*Words.size() == Subtarget.getVectorLength()); in buildHvxVectorReg()
941 if (Words[i].isUndef()) in buildHvxVectorReg()
944 if (Words[i] == Words[j]) in buildHvxVectorReg()
953 SDValue SplatV = DAG.getNode(ISD::SPLAT_VECTOR, dl, VecTy, Words[n]); in buildHvxVectorReg()
969 if (Words[i] != Words[n] || VecHist[n] <= 1) { in buildHvxVectorReg()
[all …]
H A DHexagonIntrinsicsV5.td233 // Combine Words Into Doublewords.
281 // XTYPE / ALU / Logical-logical Words.
H A DHexagonISelLowering.cpp3042 SmallVector<SDValue,4> Words[2]; in LowerCONCAT_VECTORS() local
3052 Words[IdxW].push_back(W); in LowerCONCAT_VECTORS()
3057 Words[IdxW ^ 1].clear(); in LowerCONCAT_VECTORS()
3059 for (unsigned i = 0, e = Words[IdxW].size(); i != e; i += 2) { in LowerCONCAT_VECTORS()
3060 SDValue W0 = Words[IdxW][i], W1 = Words[IdxW][i+1]; in LowerCONCAT_VECTORS()
3064 Words[IdxW ^ 1].push_back(T); in LowerCONCAT_VECTORS()
3071 assert(Scale == 2 && Words[IdxW].size() == 2); in LowerCONCAT_VECTORS()
3073 SDValue WW = getCombine(Words[IdxW][1], Words[IdxW][0], dl, MVT::i64, DAG); in LowerCONCAT_VECTORS()
/freebsd/usr.bin/yes/tests/
H A Dyes_test.sh39 set -- The Magic Words are Squeamish Ossifrage
/freebsd/contrib/ntp/html/scripts/
H A Dmisc.txt3 <li class='inline'><a href='decode.html'>Event Messages and Status Words</a></li>\
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp2699 void APInt::tcShiftLeft(WordType *Dst, unsigned Words, unsigned Count) { in tcShiftLeft() argument
2705 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftLeft()
2710 std::memmove(Dst + WordShift, Dst, (Words - WordShift) * APINT_WORD_SIZE); in tcShiftLeft()
2712 while (Words-- > WordShift) { in tcShiftLeft()
2713 Dst[Words] = Dst[Words - WordShift] << BitShift; in tcShiftLeft()
2714 if (Words > WordShift) in tcShiftLeft()
2715 Dst[Words] |= in tcShiftLeft()
2716 Dst[Words - WordShift - 1] >> (APINT_BITS_PER_WORD - BitShift); in tcShiftLeft()
2726 void APInt::tcShiftRight(WordType *Dst, unsigned Words, unsigned Count) { in tcShiftRight() argument
2732 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftRight()
[all …]
/freebsd/sys/dev/mpi3mr/mpi/
H A Dmpi30_transport.h465 U32 Words[4]; member
530 U32 Words[4]; member
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp607 std::array<uint64_t, 2> Words; in getModuleContextHash() local
608 static_assert(sizeof(Hash) == sizeof(Words), "Hash must match Words"); in getModuleContextHash()
609 std::memcpy(Words.data(), Hash.data(), sizeof(Hash)); in getModuleContextHash()
610 return toString(llvm::APInt(sizeof(Words) * 8, Words), 36, /*Signed=*/false); in getModuleContextHash()
/freebsd/stand/ficl/softwords/
H A Dfreebsd.fr26 \ Words for use in scripts:
/freebsd/share/examples/bootforth/
H A Dframes.4th1 \ Words implementing frame drawing
/freebsd/sys/dev/mps/mpi/
H A Dmpi2.h388 U64 Words; member
494 U64 Words; member
/freebsd/contrib/ntp/ntpq/
H A Dntpq.texi45 * Status Words and Kiss Codes::
197 @node Control Message Commands, Status Words and Kiss Codes, Internal Commands, Top
472 @node Status Words and Kiss Codes, System Variables, Control Message Commands, Top
474 @section Status Words and Kiss Codes
482 @url{decode.html, Event Messages and Status Words} page.
494 @node System Variables, Peer Variables, Status Words and Kiss Codes, Top
/freebsd/sys/dev/mpr/mpi/
H A Dmpi2.h503 U64 Words; member
653 U64 Words; member
/freebsd/contrib/tcsh/nls/C/
H A Dset122 20 Words not parenthesized
/freebsd/sys/dev/mpr/
H A Dmpr.c1146 rd.u.low = cm->cm_desc.Words.Low; in mpr_enqueue_request()
1150 rd.u.low = htole32(cm->cm_desc.Words.Low); in mpr_enqueue_request()
1151 rd.u.high = htole32(cm->cm_desc.Words.High); in mpr_enqueue_request()
2137 hdr.deschi = cm->cm_desc.Words.High; in mpr_dump_reqs()
2138 hdr.desclo = cm->cm_desc.Words.Low; in mpr_dump_reqs()
2560 (le32toh(desc->Words.High) == 0xffffffff)) in mpr_intr_locked()

123