Home
last modified time | relevance | path

Searched refs:COM (Results 1 – 25 of 123) sorted by relevance

12345

/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dppc-opc.c1838 #define COM PPC_OPCODE_POWER | PPC_OPCODE_PPC | PPC_OPCODE_COMMON macro
2511 { "bdz", BBO(16,BODZ,0,0), BBOATBI_MASK, COM, { BD } },
2514 { "bdzl", BBO(16,BODZ,0,1), BBOATBI_MASK, COM, { BD } },
2517 { "bdza", BBO(16,BODZ,1,0), BBOATBI_MASK, COM, { BDA } },
2520 { "bdzla", BBO(16,BODZ,1,1), BBOATBI_MASK, COM, { BDA } },
2523 { "blt", BBOCB(16,BOT,CBLT,0,0), BBOATCB_MASK, COM, { CR, BD } },
2526 { "bltl", BBOCB(16,BOT,CBLT,0,1), BBOATCB_MASK, COM, { CR, BD } },
2529 { "blta", BBOCB(16,BOT,CBLT,1,0), BBOATCB_MASK, COM, { CR, BDA } },
2532 { "bltla", BBOCB(16,BOT,CBLT,1,1), BBOATCB_MASK, COM, { CR, BDA } },
2535 { "bgt", BBOCB(16,BOT,CBGT,0,0), BBOATCB_MASK, COM, { CR, BD } },
[all …]
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dppc-opc.c1775 #define COM PPC_OPCODE_POWER | PPC_OPCODE_PPC | PPC_OPCODE_COMMON macro
2412 { "bdz", BBO(16,BODZ,0,0), BBOATBI_MASK, COM, { BD } },
2415 { "bdzl", BBO(16,BODZ,0,1), BBOATBI_MASK, COM, { BD } },
2418 { "bdza", BBO(16,BODZ,1,0), BBOATBI_MASK, COM, { BDA } },
2421 { "bdzla", BBO(16,BODZ,1,1), BBOATBI_MASK, COM, { BDA } },
2424 { "blt", BBOCB(16,BOT,CBLT,0,0), BBOATCB_MASK, COM, { CR, BD } },
2427 { "bltl", BBOCB(16,BOT,CBLT,0,1), BBOATCB_MASK, COM, { CR, BD } },
2430 { "blta", BBOCB(16,BOT,CBLT,1,0), BBOATCB_MASK, COM, { CR, BDA } },
2433 { "bltla", BBOCB(16,BOT,CBLT,1,1), BBOATCB_MASK, COM, { CR, BDA } },
2436 { "bgt", BBOCB(16,BOT,CBGT,0,0), BBOATCB_MASK, COM, { CR, BD } },
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/
H A DCOM.inc1 //===- llvm/Support/Unix/COM.inc - Unix COM Implementation -----*- C++ -*-===//
9 // This file implements the Unix portion of COM support.
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DCOM.inc1 //==- llvm/Support/Windows/COM.inc - Windows COM Implementation -*- C++ -*-===//
9 // This file implements the Windows portion of COM support.
/openbsd-src/gnu/usr.bin/perl/ext/re/t/
H A Dregop.t194 #Compiling REx "(\.COM|\.EXE|\.BAT|\.CMD|\.VBS|\.VBE|\.JS|\.JSE|\.WSF|\.WSH|\.pyo|\.pyc|\.pyw|\.py)…
210 #Guessing start of match, REx "(\.COM|\.EXE|\.BAT|\.CMD|\.VBS|\.VBE|\.JS|\.JSE|\.WSF|\.WSH|..." aga…
215 #Matching REx "(\.COM|\.EXE|\.BAT|\.CMD|\.VBS|\.VBE|\.JS|\.JSE|\.WSF|\.WSH|\.pyo|\.pyc|\.pyw|\.py)$…
228 #Freeing REx: "(\\.COM|\\.EXE|\\.BAT|\\.CMD|\\.VBS|\\.VBE|\\.JS|\\.JSE|\\."......
/openbsd-src/usr.bin/file/magdir/
H A Dmsdos270 # .COM formats (Daniel Quinlan, quinlan@yggdrasil.com)
271 # Uncommenting only the first two lines will cover about 2/3 of COM files,
272 # but it isn't feasible to match all COM files since there must be at least
274 #0 byte 0xe9 DOS executable (COM)
298 #0 byte 0x8c DOS executable (COM)
300 #0 byte 0xeb DOS executable (COM)
306 #0 byte 0xb8 COM executable
315 >>36 string UPX! FREE-DOS executable (COM), UPX compressed
316 252 string Must\ have\ DOS\ version DR-DOS executable (COM)
318 #2 search/28 \xcd\x21 COM executable for MS-DOS
[all …]
H A Dsequent22 # Symmetry magic nums will not be reached if DOS COM comes before them;
/openbsd-src/sys/dev/pcmcia/
H A Dpcmciadevs47 vendor 3COM 0x0101 3Com
112 vendor HAGIWARASYSCOM 0xc012 Hagiwara SYS-COM
120 /* 3COM */
121 product 3COM 3CRWE737A 0x0001 3Com AirConnect Wireless LAN
122 product 3COM 3CRWE777A 0x0777 3Com AirConnect Wireless LAN
123 product 3COM 3CXM056BNW 0x002f 3Com/NoteWorthy 3CXM056-BNW
124 product 3COM 3CXEM556 0x0035 3Com 3CXEM556
125 product 3COM 3CXEM556B 0x003d 3Com 3CXEM556B-INT
126 product 3COM 3CCFEM556BI 0x0556 3Com 3CCFEM556BI
127 product 3COM 3C562 0x0562 3Com 3c562
[all …]
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp396 CheckOpcodeMatcher *COM = cast<CheckOpcodeMatcher>(NewOptionsToMatch[i]); in FactorNodes() local
397 assert(Opcodes.insert(COM->getOpcode().getEnumName()).second && in FactorNodes()
399 Cases.push_back(std::make_pair(&COM->getOpcode(), COM->takeNext())); in FactorNodes()
400 delete COM; in FactorNodes()
H A DDAGISelMatcher.cpp350 if (const CheckOpcodeMatcher *COM = dyn_cast<CheckOpcodeMatcher>(M)) { in isContradictoryImpl() local
354 return COM->getOpcode().getEnumName() != getOpcode().getEnumName(); in isContradictoryImpl()
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/
H A DMANIFEST.SKIP34 \bBuild.COM$
35 \bBUILD.COM$
/openbsd-src/sys/dev/microcode/typhoon/
H A D3c990-license14 * THIS SOFTWARE IS PROVIDED BY 3COM ``AS IS'' AND ANY EXPRESS OR
29 * EMBODIED IN ANY OTHER 3COM HARDWARE OR SOFTWARE EITHER SOLELY OR IN
/openbsd-src/sys/dev/isa/
H A Dpnpdevs60 com PNP0500 # Standard PC COM port
61 com PNP0501 # 16550A-compatible COM port
401 #ep TCM5090 # 3COM 3c509B (PNP80F7)
402 #ep TCM5091 # 3COM 3c509B (PNP80F7)
403 #ep TCM5094 # 3COM 3c509B (PNP80F7)
404 #ep TCM5095 # 3COM 3c509B (PNP80F7)
405 #ep TCM5098 # 3COM 3c509B (PNP80F7)
406 #ep TCM5150 # 3COM 3c515-TX
407 #ep TCM5151 # 3COM 3c515-T4
/openbsd-src/gnu/usr.bin/perl/vms/
H A Dmake_command.com1 $! MAKE_COMMAND.COM
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A DFileCheck.rst57 prefix if it is preceded on the same line by "``COM:``" or "``RUN:``". See the
58 section `The "COM:" directive`_ for usage details.
288 The "COM:" directive
293 "``COM:``" directive makes it easy to do this. For example, you might have:
300 ; COM: FIXME: X64 isn't working correctly yet for this part of codegen, but
301 ; COM: X64 will have something similar to X32:
302 ; COM:
303 ; COM: X64: pinsrd_1:
304 ; COM: X64: pinsrd $1, %edi, %xmm0
306 Without "``COM:``", you would need to use some combination of rewording and
[all …]
/openbsd-src/gnu/usr.bin/binutils/gas/
H A DREADME-vms152 compiler driver file GNU_CC:[000000]GCC.COM (or GXX.COM). If you have a
153 separate GXX.COM, then you need to change one line in GXX.COM to:
156 If you are using a GCC.COM that does both C and C++, add the following lines to
157 GCC.COM:
/openbsd-src/sys/arch/alpha/conf/
H A DRAMDISKBIG123 ep* at pci? # 3COM 3c59x
124 xl* at pci? # 3COM 3c9xx
125 txp* at pci? # 3COM 3CR990
/openbsd-src/gnu/llvm/clang/docs/
H A DLTOVisibility.rst65 this is COM on Windows platforms. If the ABI allows this, any base class
70 COM case, classes with the ``__declspec(uuid())`` attribute receive public
122 in ``dso.so``. This is an example of the COM scenario; the definition of
/openbsd-src/games/fortune/datfiles/
H A Dzippy.sp.ok19 COM
/openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/
H A Dllvm-debuginfo-analyzer.cpp93 llvm::sys::InitializeCOMRAII COM(llvm::sys::COMThreadingMode::MultiThreaded); in main() local
/openbsd-src/gnu/usr.bin/clang/libLLVMSupport/
H A DMakefile.shared34 COM.cpp \
H A DMakefile35 COM.cpp \
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dlinker.c1378 COM, /* Mark symbol common. */ enumerator
1407 /* COMMON_ROW */ {COM, COM, COM, CREF, COM, BIG, REFC, WARNC },
1646 case COM: in _bfd_generic_link_add_one_symbol()
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dlinker.c1423 COM, /* Mark symbol common. */ enumerator
1452 /* COMMON_ROW */ {COM, COM, COM, CREF, COM, BIG, REFC, WARNC },
1692 case COM: in _bfd_generic_link_add_one_symbol()
/openbsd-src/usr.bin/deroff/
H A Dderoff.c201 #define COM 2 /* goto com */ macro
1246 return(COM); in SH()
1519 case COM: in comline()

12345