| /openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| D | maxq.h | 322 #define ACC MOD9 /* For the module containing the 16 accumulators. */ macro 396 "A[0]", ACC, 0x0, 0x00 | ACC, Reg_16W, MAXQ20}, 398 "A[1]", ACC, 0x1, 0x10 | ACC, Reg_16W, MAXQ20}, 400 "A[2]", ACC, 0x2, 0x20 | ACC, Reg_16W, MAXQ20}, 402 "A[3]", ACC, 0x3, 0x30 | ACC, Reg_16W, MAXQ20}, 404 "A[4]", ACC, 0x4, 0x40 | ACC, Reg_16W, MAXQ20}, 406 "A[5]", ACC, 0x5, 0x50 | ACC, Reg_16W, MAXQ20}, 408 "A[6]", ACC, 0x6, 0x60 | ACC, Reg_16W, MAXQ20}, 410 "A[7]", ACC, 0x7, 0x70 | ACC, Reg_16W, MAXQ20}, 412 "A[8]", ACC, 0x8, 0x80 | ACC, Reg_16W, MAXQ20}, [all …]
|
| /openbsd/src/gnu/usr.bin/clang/include/llvm/Frontend/OpenACC/ |
| D | Makefile | 7 DEFS= ACC.h.inc \ 8 ACC.inc 18 ACC.h.inc: ${LLVM_SRCS}/include/llvm/Frontend/OpenACC/ACC.td 25 ACC.inc: ${LLVM_SRCS}/include/llvm/Frontend/OpenACC/ACC.td
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | PPCRegisterInfoMMA.td | 9 // Register info for registers related to MMA. These are the ACC and UACC 19 // ACC - One of the 8 512-bit VSX accumulators. 20 class ACC<bits<3> num, string n, list<Register> subregs> : PPCReg<n> { 39 def ACC0 : ACC<0, "acc0", [VSRp0, VSRp1]>, DwarfRegNum<[-1, -1]>; 40 def ACC1 : ACC<1, "acc1", [VSRp2, VSRp3]>, DwarfRegNum<[-1, -1]>; 41 def ACC2 : ACC<2, "acc2", [VSRp4, VSRp5]>, DwarfRegNum<[-1, -1]>; 42 def ACC3 : ACC<3, "acc3", [VSRp6, VSRp7]>, DwarfRegNum<[-1, -1]>; 43 def ACC4 : ACC<4, "acc4", [VSRp8, VSRp9]>, DwarfRegNum<[-1, -1]>; 44 def ACC5 : ACC<5, "acc5", [VSRp10, VSRp11]>, DwarfRegNum<[-1, -1]>; 45 def ACC6 : ACC<6, "acc6", [VSRp12, VSRp13]>, DwarfRegNum<[-1, -1]>; [all …]
|
| D | PPCRegisterInfoDMR.td | 49 // WACC - Wide ACC registers. Accumulator registers that are subregs of DMR. 50 // These ACC registers no longer include VSR regs as subregs. 56 // High bits for the ACC registers. 57 // When the ACC register is used these bits are ignored. 58 // When the ACC register is the target, these bits are set to zero.
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Frontend/OpenACC/ |
| D | CMakeLists.txt | 1 set(LLVM_TARGET_DEFINITIONS ACC.td) 2 tablegen(LLVM ACC.h.inc --gen-directive-decl) 3 tablegen(LLVM ACC.inc --gen-directive-impl)
|
| D | ACC.td | 1 //===-- ACC.td - OpenACC directive definition file ---------*- tablegen -*-===//
|
| /openbsd/src/gnu/llvm/clang/tools/libclang/ |
| D | CXCompilationDatabase.cpp | 81 AllocatedCXCompileCommands *ACC = in clang_CompileCommands_getSize() local 84 return ACC->CCmd.size(); in clang_CompileCommands_getSize() 93 AllocatedCXCompileCommands *ACC = in clang_CompileCommands_getCommand() local 96 if (I >= ACC->CCmd.size()) in clang_CompileCommands_getCommand() 99 return &ACC->CCmd[I]; in clang_CompileCommands_getCommand()
|
| /openbsd/src/gnu/llvm/llvm/lib/Frontend/OpenACC/ |
| D | CMakeLists.txt | 2 ACC.cpp
|
| /openbsd/src/gnu/usr.bin/clang/libLLVMFrontendOpenACC/ |
| D | Makefile | 9 SRCS+= ACC.cpp
|
| /openbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | m32r-opc.c | 659 { { MNEM, ' ', OP (SRC1), ',', OP (SRC2), ',', OP (ACC), 0 } }, 671 { { MNEM, ' ', OP (SRC1), ',', OP (SRC2), ',', OP (ACC), 0 } }, 683 { { MNEM, ' ', OP (SRC1), ',', OP (SRC2), ',', OP (ACC), 0 } }, 695 { { MNEM, ' ', OP (SRC1), ',', OP (SRC2), ',', OP (ACC), 0 } }, 713 { { MNEM, ' ', OP (SRC1), ',', OP (SRC2), ',', OP (ACC), 0 } }, 725 { { MNEM, ' ', OP (SRC1), ',', OP (SRC2), ',', OP (ACC), 0 } }, 737 { { MNEM, ' ', OP (SRC1), ',', OP (SRC2), ',', OP (ACC), 0 } }, 749 { { MNEM, ' ', OP (SRC1), ',', OP (SRC2), ',', OP (ACC), 0 } },
|
| D | m32r-opinst.c | 319 { INPUT, "acc", HW_H_ACCUMS, CGEN_MODE_DI, OP_ENT (ACC), 0, 0 }, 322 { OUTPUT, "acc", HW_H_ACCUMS, CGEN_MODE_DI, OP_ENT (ACC), 0, 0 }, 336 { OUTPUT, "acc", HW_H_ACCUMS, CGEN_MODE_DI, OP_ENT (ACC), 0, 0 },
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | m32r-opc.c | 657 { { MNEM, ' ', OP (SRC1), ',', OP (SRC2), ',', OP (ACC), 0 } }, 669 { { MNEM, ' ', OP (SRC1), ',', OP (SRC2), ',', OP (ACC), 0 } }, 681 { { MNEM, ' ', OP (SRC1), ',', OP (SRC2), ',', OP (ACC), 0 } }, 693 { { MNEM, ' ', OP (SRC1), ',', OP (SRC2), ',', OP (ACC), 0 } }, 711 { { MNEM, ' ', OP (SRC1), ',', OP (SRC2), ',', OP (ACC), 0 } }, 723 { { MNEM, ' ', OP (SRC1), ',', OP (SRC2), ',', OP (ACC), 0 } }, 735 { { MNEM, ' ', OP (SRC1), ',', OP (SRC2), ',', OP (ACC), 0 } }, 747 { { MNEM, ' ', OP (SRC1), ',', OP (SRC2), ',', OP (ACC), 0 } },
|
| D | m32r-opinst.c | 319 { INPUT, "acc", HW_H_ACCUMS, CGEN_MODE_DI, OP_ENT (ACC), 0, 0 }, 322 { OUTPUT, "acc", HW_H_ACCUMS, CGEN_MODE_DI, OP_ENT (ACC), 0, 0 }, 336 { OUTPUT, "acc", HW_H_ACCUMS, CGEN_MODE_DI, OP_ENT (ACC), 0, 0 },
|
| /openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| D | ExprEngineCXX.cpp | 326 const auto *ACC = cast<ArgumentConstructionContext>(CC); in computeObjectUnderConstruction() local 327 const Expr *E = ACC->getCallLikeExpr(); in computeObjectUnderConstruction() 328 unsigned Idx = ACC->getIndex(); in computeObjectUnderConstruction() 494 const auto *ACC = cast<ArgumentConstructionContext>(CC); in updateObjectsUnderConstruction() local 495 if (const auto *BTE = ACC->getCXXBindTemporaryExpr()) in updateObjectsUnderConstruction() 499 State, {ACC->getCallLikeExpr(), ACC->getIndex()}, LCtx, V); in updateObjectsUnderConstruction()
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | m68k-parse.h | 87 ACC, /* Accumulator Reg */ enumerator
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | m68k-parse.h | 87 ACC, /* Accumulator Reg0 (EMAC or ACC on MAC). */ enumerator
|
| D | tc-m68k.c | 1635 if (opP->reg != ACC) in m68k_ip() 1640 if (opP->reg != ACC && opP->reg != ACC1 in m68k_ip() 2918 install_operand (s[1], opP->reg - ACC); in m68k_ip() 3713 { "acc", ACC }, 3714 { "acc0", ACC },
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| D | PPCMCTargetDesc.h | 209 static const MCPhysReg ACCRegs[8] = PPC_REGS0_7(PPC::ACC); \
|
| /openbsd/src/sys/dev/eisa/ |
| D | eisadevs | 39 vendor ACC Accton 116 product ACC 1200 EtherCombo-32 Ethernet 117 product ACC 120A EtherCombo-32 Ethernet 118 product ACC 1650 EN165x Ethernet 119 product ACC 1660 EN166x Ethernet
|
| /openbsd/src/sys/arch/hppa/dev/ |
| D | cpudevs | 377 adma ACCMUX 0x04d ACC Mux 427 fio 8x25 0x04f 8-Port X.25 EISA-ACC
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | SIInstrFormats.td | 355 let Inst{16} = vdata{9}; // ACC bit
|
| /openbsd/src/gnu/usr.bin/binutils/gas/doc/ |
| D | c-i960.texi | 37 @item -ACA | -ACA_A | -ACB | -ACC | -AKA | -AKB | -AKC | -AMC
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| D | c-i960.texi | 37 @item -ACA | -ACA_A | -ACB | -ACC | -AKA | -AKB | -AKC | -AMC
|
| /openbsd/src/gnu/gcc/gcc/config/frv/ |
| D | predicates.md | 1516 ;; Return 1 if operand is a valid ACC register number. 1526 ;; Return 1 if operand is a valid even ACC register number.
|
| /openbsd/src/gnu/usr.bin/perl/lib/unicore/ |
| D | BidiMirroring.txt | 412 2ACB; 2ACC # [BEST FIT] SUBSET OF ABOVE NOT EQUAL TO 413 2ACC; 2ACB # [BEST FIT] SUPERSET OF ABOVE NOT EQUAL TO
|