Home
last modified time | relevance | path

Searched refs:DWord (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h33 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 …]
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DREADME_P9.txt349 - Convert (Un)Signed DWord -> QP: xscvsdqp xscvudqp
508 - Load/Store DWord: lxsd stxsd
H A DPPCInstrVSX.td1498 // Convert (Un)Signed DWord -> QP.
1671 // Load DWord
1709 // Store DWord
4009 // Convert (Un)Signed DWord in memory -> QP
4375 // (Un)Signed DWord vector extract -> QP
4674 // (Un)Signed DWord vector extract -> QP
H A DPPCInstrInfo.td5088 dag DWord =
5107 dag DWord =
5138 (OR8 (RLDICR DWBytes7654.DWord, 32, 31), DWBytes3210.DWord)>;
H A DPPCISelLowering.cpp11251 int DWord = Idx >> 1; in LowerFP_EXTEND() local
11255 DWord ^= 0x1; in LowerFP_EXTEND()
11258 Op0.getOperand(0), DAG.getConstant(DWord, dl, MVT::i32)); in LowerFP_EXTEND()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp15646 for (int DWord = 0; DWord != 4; ++DWord) { in lowerV8I16GeneralSingleInputShuffle() local
15647 int M0 = Mask[2 * DWord + 0]; in lowerV8I16GeneralSingleInputShuffle()
15648 int M1 = Mask[2 * DWord + 1]; in lowerV8I16GeneralSingleInputShuffle()
15661 PSHUFDMask[DWord] = DOffset + j; in lowerV8I16GeneralSingleInputShuffle()
15667 PSHUFDMask[DWord] = DOffset + DWordPairs.size(); in lowerV8I16GeneralSingleInputShuffle()
15766 auto FixFlippedInputs = [&V, &DL, &Mask, &DAG](int PinnedIdx, int DWord, in lowerV8I16GeneralSingleInputShuffle()
15773 int FixFreeIdx = 2 * (DWord ^ (PinnedIdx / 2 == DWord)); in lowerV8I16GeneralSingleInputShuffle()
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A DChangeLog111 (union Word, union DWord): Delete.
6815 (java_double_finite): Convert to use union DWord from javaop.h.