| /netbsd-src/sys/arch/luna68k/dev/xplx/ |
| H A D | xplx.asm | 435 .DW 256 437 .DW 0 439 .DW 0 452 .DW 0 470 .DW 0 478 .DW 0 495 .DW 0 499 .DW 0 527 .DW 0 529 .DW 0 [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/ |
| H A D | Context.h | 33 PipelineOptions(unsigned UOPQSize, unsigned DecThr, unsigned DW, unsigned RFS, 37 DispatchWidth(DW), RegisterFileSize(RFS), LoadQueueSize(LQS), in MicroOpQueueSize()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/i386/ |
| H A D | morestack.S | 269 .cfi_personality 0x9b,DW.ref.__gcc_personality_v0 668 .hidden DW.ref.__gcc_personality_v0 669 .weak DW.ref.__gcc_personality_v0 670 .section .data.DW.ref.__gcc_personality_v0,"awG",@progbits,DW.ref.__gcc_personality_v0,comdat 671 .type DW.ref.__gcc_personality_v0, @object 672 DW.ref.__gcc_personality_v0: 675 .size DW.ref.__gcc_personality_v0, 4 679 .size DW.ref.__gcc_personality_v0, 8
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/i386/ |
| H A D | morestack.S | 270 .cfi_personality 0x9b,DW.ref.__gcc_personality_v0 669 .hidden DW.ref.__gcc_personality_v0 670 .weak DW.ref.__gcc_personality_v0 671 .section .data.DW.ref.__gcc_personality_v0,"awG",@progbits,DW.ref.__gcc_personality_v0,comdat 672 .type DW.ref.__gcc_personality_v0, @object 673 DW.ref.__gcc_personality_v0: 676 .size DW.ref.__gcc_personality_v0, 4 680 .size DW.ref.__gcc_personality_v0, 8
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/ |
| H A D | MSFBuilder.cpp | 378 BinaryStreamWriter DW(*DirStream); in commit() local 379 if (auto EC = DW.writeInteger<uint32_t>(Layout.StreamSizes.size())) in commit() 382 if (auto EC = DW.writeArray(Layout.StreamSizes)) in commit() 386 if (auto EC = DW.writeArray(Blocks)) in commit()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Disassembler/ |
| H A D | AMDGPUDisassembler.cpp | 485 const uint32_t DW = eatBytes<uint32_t>(Bytes); in getInstruction() local 486 Res = tryDecodeInst(DecoderTableGFX832, MI, DW, Address); in getInstruction() 489 Res = tryDecodeInst(DecoderTableAMDGPU32, MI, DW, Address); in getInstruction() 492 Res = tryDecodeInst(DecoderTableGFX932, MI, DW, Address); in getInstruction() 496 Res = tryDecodeInst(DecoderTableGFX90A32, MI, DW, Address); in getInstruction() 502 Res = tryDecodeInst(DecoderTableGFX10_B32, MI, DW, Address); in getInstruction() 506 Res = tryDecodeInst(DecoderTableGFX1032, MI, DW, Address); in getInstruction() 510 const uint64_t QW = ((uint64_t)eatBytes<uint32_t>(Bytes) << 32) | DW; in getInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.h | 73 DwarfUnit(dwarf::Tag, const DICompileUnit *Node, AsmPrinter *A, DwarfDebug *DW, 363 DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, DwarfDebug *DW,
|
| H A D | DwarfCompileUnit.cpp | 45 static dwarf::Tag GetCompileUnitType(UnitKind Kind, DwarfDebug *DW) { in GetCompileUnitType() argument 52 if (DW->getDwarfVersion() >= 5 && Kind == UnitKind::Skeleton) in GetCompileUnitType() 59 AsmPrinter *A, DwarfDebug *DW, in DwarfCompileUnit() argument 61 : DwarfUnit(GetCompileUnitType(Kind, DW), Node, A, DW, DWU), UniqueID(UID) { in DwarfCompileUnit()
|
| H A D | DwarfCompileUnit.h | 111 DwarfDebug *DW, DwarfFile *DWU,
|
| H A D | DwarfUnit.cpp | 91 AsmPrinter *A, DwarfDebug *DW, DwarfFile *DWU) in DwarfUnit() argument 92 : DIEUnit(UnitTag), CUNode(Node), Asm(A), DD(DW), DU(DWU), in DwarfUnit() 96 DwarfDebug *DW, DwarfFile *DWU, in DwarfTypeUnit() argument 98 : DwarfUnit(dwarf::DW_TAG_type_unit, CU.getCUNode(), A, DW, DWU), CU(CU), in DwarfTypeUnit()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsScheduleGeneric.td | 1588 def : InstRW<[GenericWriteFPUL], (instregex "^FADD_[DW]$")>; 1589 def : InstRW<[GenericWriteFPUL], (instregex "^FMADD_[DW]$")>; 1590 def : InstRW<[GenericWriteFPUL], (instregex "^FMSUB_[DW]$")>; 1591 def : InstRW<[GenericWriteFPUL], (instregex "^FMUL_[DW]$")>; 1592 def : InstRW<[GenericWriteFPUL], (instregex "^FRCP_[DW]$")>; 1593 def : InstRW<[GenericWriteFPUL], (instregex "^FRSQRT_[DW]$")>; 1594 def : InstRW<[GenericWriteFPUL], (instregex "^FSQRT_[DW]$")>; 1595 def : InstRW<[GenericWriteFPUL], (instregex "^FSUB_[DW]$")>; 1596 def : InstRW<[GenericWriteFPUL], (instregex "^FDIV_[DW]$")>;
|
| /netbsd-src/external/gpl3/binutils.old/dist/cpu/ |
| H A D | bpf.cpu | 288 (DW #b11))) ;; Double-word: 8 byte 587 (dlabs "dw" DW DI) 621 (dlind "dw" DW x-endian DI))) 665 (dxli "ldx" "dw" DW x-endian DI) 670 (dxsi "stx" "dw" DW x-endian DI))) 698 (dsti "dw" DW x-endian DI)))
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-hppa.c | 206 SGL, DBL, ILLEGAL_FMT, QUAD, W, UW, DW, UDW, QW, UQW enumerator 2362 format = DW; in pa_parse_fp_cnv_format() 5355 if (flag == DW || flag == UDW) in pa_ip() 5369 if (flag == DW || flag == UDW) in pa_ip() 5383 || the_insn.fpof2 == DW in pa_ip() 5394 || the_insn.fpof1 == DW in pa_ip()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-hppa.c | 206 SGL, DBL, ILLEGAL_FMT, QUAD, W, UW, DW, UDW, QW, UQW enumerator 2362 format = DW; in pa_parse_fp_cnv_format() 5355 if (flag == DW || flag == UDW) in pa_ip() 5369 if (flag == DW || flag == UDW) in pa_ip() 5383 || the_insn.fpof2 == DW in pa_ip() 5394 || the_insn.fpof1 == DW in pa_ip()
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/s390/ |
| H A D | morestack.S | 249 .cfi_personality 0x9b,DW.ref.__gcc_personality_v0
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/s390/ |
| H A D | morestack.S | 247 .cfi_personality 0x9b,DW.ref.__gcc_personality_v0
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | msx | 142 >>>>>>>>>>>>>>>0x0007 ubyte x \b, VDP.DW=%#2x
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBitSimplify.cpp | 1283 unsigned DB, DW; in usedBitsEqual() local 1284 if (!HBS::getSubregMask(RD, DB, DW, MRI)) in usedBitsEqual() 1289 if (SW != DW) in usedBitsEqual() 1296 for (unsigned i = 0; i != DW; ++i) in usedBitsEqual()
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | ChangeLog | 75 * bpf-opc.c (bpf_opcodes): Add entries for LDXS{B,W,H,DW} 1415 (DW, (XRC_MASK): Define.
|
| /netbsd-src/share/misc/ |
| H A D | acronyms | 140 DW don't worry
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
| H A D | vector.md | 776 ; First DW of op1 and second DW of op2 788 ; Second DW of op1 and first of op2
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | P9InstrResources.td | 1392 (instregex "EVST(DD|DH|DW|WHE|WHO|WWE|WWO)(X)?$"),
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ScheduleZnver2.td | 1013 // PACKSSWB/DW.
|
| H A D | X86ScheduleZnver1.td | 1004 // PACKSSWB/DW.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 13 // TODO: Add other DW-based macros.
|