Home
last modified time | relevance | path

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/
DByteStreamer.h33 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/
Dkernel_timeout.h99 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/
Dkernel_timeout.h98 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/
Dndattrib.h129 DWORD DWord; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DREADME_P9.txt349 - Convert (Un)Signed DWord -> QP: xscvsdqp xscvudqp
508 - Load/Store DWord: lxsd stxsd
DPPCInstrVSX.td2800 // 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
DPPCInstrInfo.td5085 dag DWord =
5104 dag DWord =
5111 (OR8 (RLDICR DWBytes7654.DWord, 32, 31), DWBytes3210.DWord)>;
DPPCISelLowering.cpp10386 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/
DX86ISelLowering.cpp13663 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/
DChangeLog13582 * 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