| /src/external/gpl3/gdb/dist/sim/ppc/ |
| e500_registers.h | 71 accreg acc; member in struct:e500_regs 75 #define ACC cpu_registers(processor)->e500.acc
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| e500_registers.h | 71 accreg acc; member in struct:e500_regs 75 #define ACC cpu_registers(processor)->e500.acc
|
| /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/gpl3/gdb/dist/sim/d10v/ |
| d10v-sim.h | 245 #define ACC(N) (State.a[(N)] + 0)
|
| /src/external/gpl3/gdb.old/dist/sim/d10v/ |
| d10v-sim.h | 245 #define ACC(N) (State.a[(N)] + 0)
|
| /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/gdb/dist/sim/mips/ |
| sim-main.h | 451 MDMX_accumulator acc; member in struct:mips_sim_cpu 452 #define ACC (MIPS_SIM_CPU (CPU)->acc)
|
| /src/external/gpl3/gdb.old/dist/sim/mips/ |
| sim-main.h | 451 MDMX_accumulator acc; member in struct:mips_sim_cpu 452 #define ACC (MIPS_SIM_CPU (CPU)->acc)
|
| /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...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| ppc-opc.c | 2191 and must not overlap with the ACC operand. */ 2199 int64_t acc = (insn >> 23) & 0x7; local 2202 && (value >> 2) == acc) 2203 *errmsg = _("VSR overlaps ACC operand"); 2212 int64_t acc = (insn >> 23) & 0x7; local 2216 && (value >> 2) == acc) 2259 and must not overlap with the ACC operand. */ 2267 int64_t acc = (insn >> 23) & 0x7; local 2270 && (value >> 2) == acc) 2271 *errmsg = _("VSR overlaps ACC operand") 2280 int64_t acc = (insn >> 23) & 0x7; local [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| ppc-opc.c | 2191 and must not overlap with the ACC operand. */ 2199 int64_t acc = (insn >> 23) & 0x7; local 2202 && (value >> 2) == acc) 2203 *errmsg = _("VSR overlaps ACC operand"); 2212 int64_t acc = (insn >> 23) & 0x7; local 2216 && (value >> 2) == acc) 2259 and must not overlap with the ACC operand. */ 2267 int64_t acc = (insn >> 23) & 0x7; local 2270 && (value >> 2) == acc) 2271 *errmsg = _("VSR overlaps ACC operand") 2280 int64_t acc = (insn >> 23) & 0x7; local [all...] |