Searched refs:DWord (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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 = "", unsigned PadTo = 0) = 0; 47 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { 49 AP.EmitSLEB128(DWord); 51 void EmitULEB128(uint64_t DWord, const Twine &Comment, unsigned PadTo) override { 53 AP.EmitULEB128(DWord); 65 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { 66 Hash.addSLEB128(DWord); 68 void EmitULEB128(uint64_t DWord, const Twine &Comment, unsigned PadTo) override { 69 Hash.addULEB128(DWord); [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
H A D | kernel_timeout.h | 99 typedef unsigned long DWord; // NOLINT typedef in absl::synchronization_internal::KernelTimeout 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/mesa3d/src/imagination/csbgen/ |
H A D | gen_pack_header.py | 690 class DWord: class in Group 702 def collect_dwords(self, dwords: t.Dict[int, Group.DWord], start: int) -> None: 706 dwords[index] = self.DWord() 729 def collect_dwords_and_length(self) -> t.Tuple[t.Dict[int, Group.DWord], int]: 746 def emit_pack_function(self, root: Csbgen, dwords: t.Dict[int, Group.DWord], length: int) -> None: 863 def emit_unpack_function(self, root: Csbgen, dwords: t.Dict[int, Group.DWord], length: int) -> None:
|
/third_party/mesa3d/src/intel/genxml/ |
H A D | gen_pack_header.py | 364 class DWord: class in Group 384 dwords[index] = self.DWord()
|
/third_party/node/deps/v8/src/execution/ppc/ |
H A D | simulator-ppc.h | 513 DWord = 8, member in v8::internal::Simulator::TransactionSize
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 13663 for (int DWord = 0; DWord != 4; ++DWord) { 13664 int M0 = Mask[2 * DWord + 0]; 13665 int M1 = Mask[2 * DWord + 1]; 13678 PSHUFDMask[DWord] = DOffset + j; 13684 PSHUFDMask[DWord] = DOffset + DWordPairs.size(); 13757 // We use xor with one to compute the adjacent DWord to whichever one the 13785 auto FixFlippedInputs = [&V, &DL, &Mask, &DAG](int PinnedIdx, int DWord, 13792 int FixFreeIdx = 2 * (DWord [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A 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()
|
Completed in 57 milliseconds