HomeSort by: relevance | last modified time | path
    Searched defs:ACC (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 291 const auto *ACC = cast<ArgumentConstructionContext>(CC);
292 const Expr *E = ACC->getCallLikeExpr();
293 unsigned Idx = ACC->getIndex();
448 const auto *ACC = cast<ArgumentConstructionContext>(CC);
449 if (const auto *BTE = ACC->getCXXBindTemporaryExpr())
453 State, {ACC->getCallLikeExpr(), ACC->getIndex()}, LCtx, V);
  /src/external/apache2/llvm/include/
Makefile 125 TABLEGEN_SRC= Attributes.td Intrinsics.td Options.td ACC.td OMP.td
153 TABLEGEN_OUTPUT.ACC.td= \
154 llvm/Frontend/OpenACC/ACC.h.inc|--gen-directive-decl \
155 llvm/Frontend/OpenACC/ACC.inc|--gen-directive-impl
  /src/external/gpl3/binutils/dist/gas/config/
m68k-parse.h 86 ACC, /* Accumulator Reg0 (EMAC or ACC on MAC). */
rx-parse.h 60 ACC = 261, /* ACC */
229 #define ACC 261
rx-parse.c 242 ACC = 261, /* ACC */
411 #define ACC 261
605 YYSYMBOL_ACC = 6, /* ACC */
1319 "ACC", "DREG", "DREGH", "DREGL", "DCREG", "EXPR", "UNKNOWN_OPCODE",
3334 case 162: /* statement: MULHI REG ',' REG ',' ACC */
3346 case 164: /* statement: MULLO REG ',' REG ',' ACC */
3358 case 166: /* statement: MACHI REG ',' REG ',' ACC */
3370 case 168: /* statement: MACLO REG ',' REG ',' ACC */
3382 case 170: /* statement: MVTACHI REG ',' ACC */
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
m68k-parse.h 86 ACC, /* Accumulator Reg0 (EMAC or ACC on MAC). */
rx-parse.h 60 ACC = 261, /* ACC */
229 #define ACC 261
rx-parse.c 242 ACC = 261, /* ACC */
411 #define ACC 261
605 YYSYMBOL_ACC = 6, /* ACC */
1319 "ACC", "DREG", "DREGH", "DREGL", "DCREG", "EXPR", "UNKNOWN_OPCODE",
3334 case 162: /* statement: MULHI REG ',' REG ',' ACC */
3346 case 164: /* statement: MULLO REG ',' REG ',' ACC */
3358 case 166: /* statement: MACHI REG ',' REG ',' ACC */
3370 case 168: /* statement: MACLO REG ',' REG ',' ACC */
3382 case 170: /* statement: MVTACHI REG ',' ACC */
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 5436 const auto *ACC = cast<ArgumentConstructionContext>(CC);
5437 if (const Stmt *BTE = ACC->getCXXBindTemporaryExpr()) {
5442 Helper.handledStmt(const_cast<Expr *>(ACC->getCallLikeExpr()), OS);
5443 OS << "+" << ACC->getIndex();
  /src/external/gpl3/binutils/dist/opcodes/
ppc-opc.c 2237 and must not overlap with the ACC operand. */
2245 int64_t acc = (insn >> 23) & 0x7; local
2248 && (value >> 2) == acc)
2249 *errmsg = _("VSR overlaps ACC operand");
2258 int64_t acc = (insn >> 23) & 0x7; local
2262 && (value >> 2) == acc)
2305 and must not overlap with the ACC operand. */
2313 int64_t acc = (insn >> 23) & 0x7; local
2316 && (value >> 2) == acc)
2317 *errmsg = _("VSR overlaps ACC operand")
2326 int64_t acc = (insn >> 23) & 0x7; local
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
ppc-opc.c 2237 and must not overlap with the ACC operand. */
2245 int64_t acc = (insn >> 23) & 0x7; local
2248 && (value >> 2) == acc)
2249 *errmsg = _("VSR overlaps ACC operand");
2258 int64_t acc = (insn >> 23) & 0x7; local
2262 && (value >> 2) == acc)
2305 and must not overlap with the ACC operand. */
2313 int64_t acc = (insn >> 23) & 0x7; local
2316 && (value >> 2) == acc)
2317 *errmsg = _("VSR overlaps ACC operand")
2326 int64_t acc = (insn >> 23) & 0x7; local
    [all...]

Completed in 84 milliseconds