Searched refs:DWord (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | ByteStreamer.h | 33 virtual void EmitSLEB128(uint64_t DWord, const Twine &Comment = "") = 0; 34 virtual void EmitULEB128(uint64_t DWord, const Twine &Comment = "", unsigned PadTo = 0) = 0; 47 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128() argument 49 AP.EmitSLEB128(DWord); in EmitSLEB128() 51 void EmitULEB128(uint64_t DWord, const Twine &Comment, unsigned PadTo) override { in EmitULEB128() argument 53 AP.EmitULEB128(DWord); in EmitULEB128() 65 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128() argument 66 Hash.addSLEB128(DWord); in EmitSLEB128() 68 void EmitULEB128(uint64_t DWord, const Twine &Comment, unsigned PadTo) override { in EmitULEB128() argument 69 Hash.addULEB128(DWord); in EmitULEB128() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
D | kernel_timeout.h | 99 typedef unsigned long DWord; // NOLINT typedef 100 DWord InMillisecondsFromNow() const { in InMillisecondsFromNow() 101 constexpr DWord kInfinite = (std::numeric_limits<DWord>::max)(); in InMillisecondsFromNow() 118 return static_cast<DWord>(ms_from_now); in InMillisecondsFromNow()
|
/third_party/abseil-cpp/absl/synchronization/internal/ |
D | kernel_timeout.h | 98 typedef unsigned long DWord; // NOLINT typedef 99 DWord InMillisecondsFromNow() const { in InMillisecondsFromNow() 100 constexpr DWord kInfinite = (std::numeric_limits<DWord>::max)(); in InMillisecondsFromNow() 117 return static_cast<DWord>(ms_from_now); in InMillisecondsFromNow()
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | ndattrib.h | 129 DWORD DWord; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | README_P9.txt | 349 - Convert (Un)Signed DWord -> QP: xscvsdqp xscvudqp 508 - Load/Store DWord: lxsd stxsd
|
D | PPCInstrVSX.td | 2800 // Convert (Un)Signed DWord -> QP. 3019 // Load DWord 3064 // Store DWord 3558 // (Un)Signed DWord vector extract -> QP 3619 // (Un)Signed DWord vector extract -> QP 3688 // Convert (Un)Signed DWord in memory -> QP
|
D | PPCInstrInfo.td | 5085 dag DWord = 5104 dag DWord = 5111 (OR8 (RLDICR DWBytes7654.DWord, 32, 31), DWBytes3210.DWord)>;
|
D | PPCISelLowering.cpp | 10386 int DWord = Idx >> 1; in LowerFP_EXTEND() local 10390 DWord ^= 0x1; in LowerFP_EXTEND() 10393 Op0.getOperand(0), DAG.getConstant(DWord, dl, MVT::i32)); in LowerFP_EXTEND()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 13663 for (int DWord = 0; DWord != 4; ++DWord) { in lowerV8I16GeneralSingleInputShuffle() local 13664 int M0 = Mask[2 * DWord + 0]; in lowerV8I16GeneralSingleInputShuffle() 13665 int M1 = Mask[2 * DWord + 1]; in lowerV8I16GeneralSingleInputShuffle() 13678 PSHUFDMask[DWord] = DOffset + j; in lowerV8I16GeneralSingleInputShuffle() 13684 PSHUFDMask[DWord] = DOffset + DWordPairs.size(); in lowerV8I16GeneralSingleInputShuffle() 13785 auto FixFlippedInputs = [&V, &DL, &Mask, &DAG](int PinnedIdx, int DWord, in lowerV8I16GeneralSingleInputShuffle() 13792 int FixFreeIdx = 2 * (DWord ^ (PinnedIdx / 2 == DWord)); in lowerV8I16GeneralSingleInputShuffle()
|
/third_party/NuttX/ |
D | ChangeLog | 13582 * ARM memcpy(): Use DWord vs. HWord offset. ARM 32-bit instructions must 13583 be aligned to DWord boundaries and this gives us more range in the jump
|