Searched refs:DWord (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | ByteStreamer.h | 33 virtual void emitSLEB128(uint64_t DWord, const Twine &Comment = "") = 0; 34 virtual void emitULEB128(uint64_t DWord, const Twine &Comment = "", 49 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128() argument 51 AP.emitSLEB128(DWord); in emitSLEB128() 53 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128() argument 56 AP.emitULEB128(DWord, nullptr, PadTo); in emitULEB128() 77 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128() argument 78 Hash.addSLEB128(DWord); in emitSLEB128() 80 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128() argument 82 Hash.addULEB128(DWord); in emitULEB128() [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | palm | 17 # DWord creationDate; 18 # DWord modificationDate; 19 # DWord lastBackupDate; 20 # DWord modificationNumber; 21 # DWord appInfoID; 22 # DWord sortInfoID; 25 # DWord uniqueIDSeed;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | README_P9.txt | 349 - Convert (Un)Signed DWord -> QP: xscvsdqp xscvudqp 508 - Load/Store DWord: lxsd stxsd
|
H A D | PPCInstrVSX.td | 1500 // Convert (Un)Signed DWord -> QP. 1673 // Load DWord 1711 // Store DWord 4028 // Convert (Un)Signed DWord in memory -> QP 4346 // (Un)Signed DWord vector extract -> QP 4645 // (Un)Signed DWord vector extract -> QP
|
H A D | PPCInstrInfo.td | 5233 dag DWord = 5252 dag DWord = 5286 (OR8 (RLDICR DWBytes7654.DWord, 32, 31), DWBytes3210.DWord)>;
|
H A D | PPCISelLowering.cpp | 11747 int DWord = Idx >> 1; in LowerFP_EXTEND() local 11751 DWord ^= 0x1; in LowerFP_EXTEND() 11754 Op0.getOperand(0), DAG.getConstant(DWord, dl, MVT::i32)); in LowerFP_EXTEND()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 13371 for (int DWord = 0; DWord != 4; ++DWord) { in lowerV8I16GeneralSingleInputShuffle() local 13372 int M0 = Mask[2 * DWord + 0]; in lowerV8I16GeneralSingleInputShuffle() 13373 int M1 = Mask[2 * DWord + 1]; in lowerV8I16GeneralSingleInputShuffle() 13386 PSHUFDMask[DWord] = DOffset + j; in lowerV8I16GeneralSingleInputShuffle() 13392 PSHUFDMask[DWord] = DOffset + DWordPairs.size(); in lowerV8I16GeneralSingleInputShuffle() 13491 auto FixFlippedInputs = [&V, &DL, &Mask, &DAG](int PinnedIdx, int DWord, in lowerV8I16GeneralSingleInputShuffle() 13498 int FixFreeIdx = 2 * (DWord ^ (PinnedIdx / 2 == DWord)); in lowerV8I16GeneralSingleInputShuffle()
|