| /netbsd-src/external/apache2/llvm/dist/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 = "", 48 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128() argument 50 AP.emitSLEB128(DWord); in emitSLEB128() 52 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128() argument 55 AP.emitULEB128(DWord, nullptr, PadTo); in emitULEB128() 67 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128() argument 68 Hash.addSLEB128(DWord); in emitSLEB128() 70 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128() argument 72 Hash.addULEB128(DWord); in emitULEB128() [all …]
|
| /netbsd-src/external/bsd/file/dist/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;
|
| /netbsd-src/sys/external/bsd/acpica/dist/tools/examples/ |
| H A D | extables.c | 423 [0001] Encoded Access Width : 03 [DWord Access:32]
|
| /netbsd-src/external/apache2/llvm/dist/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 | 1504 // Convert (Un)Signed DWord -> QP. 1676 // Load DWord 1714 // Store DWord 3916 // Convert (Un)Signed DWord in memory -> QP 4223 // (Un)Signed DWord vector extract -> QP 4469 // (Un)Signed DWord vector extract -> QP
|
| H A D | PPCInstrInfo.td | 5371 dag DWord = 5390 dag DWord = 5397 (OR8 (RLDICR DWBytes7654.DWord, 32, 31), DWBytes3210.DWord)>;
|
| H A D | PPCISelLowering.cpp | 10733 int DWord = Idx >> 1; in LowerFP_EXTEND() local 10737 DWord ^= 0x1; in LowerFP_EXTEND() 10740 Op0.getOperand(0), DAG.getConstant(DWord, dl, MVT::i32)); in LowerFP_EXTEND()
|
| /netbsd-src/sys/external/bsd/acpica/dist/tests/misc/ |
| H A D | grammar.asl | 3138 //And with DWord Data 3632 //And with DWord Data 3883 //test on DWord data 3898 //Test LLessEqual DWord 3976 // DWord Data 4072 // Test the DWord value for SetLeftBit 4087 // Check DWord value for SetRightBit 4276 //And with DWord Data 4316 //DWord Data 4331 //DWord Data [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 14612 for (int DWord = 0; DWord != 4; ++DWord) { in lowerV8I16GeneralSingleInputShuffle() local 14613 int M0 = Mask[2 * DWord + 0]; in lowerV8I16GeneralSingleInputShuffle() 14614 int M1 = Mask[2 * DWord + 1]; in lowerV8I16GeneralSingleInputShuffle() 14627 PSHUFDMask[DWord] = DOffset + j; in lowerV8I16GeneralSingleInputShuffle() 14633 PSHUFDMask[DWord] = DOffset + DWordPairs.size(); in lowerV8I16GeneralSingleInputShuffle() 14734 auto FixFlippedInputs = [&V, &DL, &Mask, &DAG](int PinnedIdx, int DWord, in lowerV8I16GeneralSingleInputShuffle() 14741 int FixFreeIdx = 2 * (DWord ^ (PinnedIdx / 2 == DWord)); in lowerV8I16GeneralSingleInputShuffle()
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | i386-opc.tbl | 280 lds, 0xc5, No64, Modrm|No_bSuf|No_sSuf|No_qSuf, { DWord|Fword|Unspecified|BaseIndex, Reg16|Reg32 } 281 les, 0xc4, No64, Modrm|No_bSuf|No_sSuf|No_qSuf, { DWord|Fword|Unspecified|BaseIndex, Reg16|Reg32 }
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | i386-opc.tbl | 238 lds, 0xc5, None, CpuNo64, Modrm|No_bSuf|No_sSuf|No_qSuf|No_ldSuf, { DWord|Fword|Unspecified|BaseInd… 239 les, 0xc4, None, CpuNo64, Modrm|No_bSuf|No_sSuf|No_qSuf|No_ldSuf, { DWord|Fword|Unspecified|BaseInd…
|