HomeSort by: relevance | last modified time | path
    Searched refs:ppc_cpu (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-ppc.h 93 /* Arrange to store the value of ppc_cpu at the site of a fixup
97 ppc_cpu_t ppc_cpu; member in struct:_ppc_fix_extra
100 extern ppc_cpu_t ppc_cpu;
104 do { (FIXP)->tc_fix_data.ppc_cpu = ppc_cpu; } while (0)
tc-ppc.c 173 ppc_cpu_t ppc_cpu = 0;
1118 if (ppc_cpu & PPC_OPCODE_VLE)
1156 if (ppc_cpu & PPC_OPCODE_VLE)
1169 new_cpu = ppc_parse_cpu (ppc_cpu, &sticky, arg);
1173 ppc_cpu = new_cpu;
1187 new_cpu = ppc_parse_cpu (ppc_cpu, &sticky, "booke");
1190 ppc_cpu = new_cpu;
1224 if (ppc_cpu & PPC_OPCODE_VLE)
1236 ppc_cpu |= PPC_OPCODE_SPE2;
1434 /* Set ppc_cpu if it is not already set. *
172 ppc_cpu_t ppc_cpu = 0; variable
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ppc.h 92 /* Arrange to store the value of ppc_cpu at the site of a fixup
96 ppc_cpu_t ppc_cpu; member in struct:_ppc_fix_extra
99 extern ppc_cpu_t ppc_cpu;
103 do { (FIXP)->tc_fix_data.ppc_cpu = ppc_cpu; } while (0)
tc-ppc.c 186 ppc_cpu_t ppc_cpu = 0;
1139 if (ppc_cpu & PPC_OPCODE_VLE)
1177 if (ppc_cpu & PPC_OPCODE_VLE)
1190 new_cpu = ppc_parse_cpu (ppc_cpu, &sticky, arg);
1194 ppc_cpu = new_cpu;
1208 new_cpu = ppc_parse_cpu (ppc_cpu, &sticky, "booke");
1211 ppc_cpu = new_cpu;
1245 if (ppc_cpu & PPC_OPCODE_VLE)
1268 ppc_cpu |= PPC_OPCODE_SPE2;
1470 /* Set ppc_cpu if it is not already set. *
185 ppc_cpu_t ppc_cpu = 0; variable
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
ppc-dis.c 323 ppc_parse_cpu (ppc_cpu_t ppc_cpu, ppc_cpu_t *sticky, const char *arg)
333 if ((ppc_cpu & ~*sticky) != 0)
336 ppc_cpu = ppc_opts[i].cpu;
343 sticky options. However do allow them both in ppc_cpu, so that
349 ppc_cpu |= *sticky;
351 return ppc_cpu;
  /src/external/gpl3/gdb.old/dist/opcodes/
ppc-dis.c 323 ppc_parse_cpu (ppc_cpu_t ppc_cpu, ppc_cpu_t *sticky, const char *arg)
333 if ((ppc_cpu & ~*sticky) != 0)
336 ppc_cpu = ppc_opts[i].cpu;
343 sticky options. However do allow them both in ppc_cpu, so that
349 ppc_cpu |= *sticky;
351 return ppc_cpu;
  /src/sys/arch/prep/prep/
residual.c 302 PPC_CPU *ppc_cpu; local
398 * PPC_CPU
404 ppc_cpu = res->Cpus;
407 printf(" CpuType = %08lx\n", be32toh(ppc_cpu[i].CpuType));
408 printf(" CpuNumber = %d\n", ppc_cpu[i].CpuNumber);
409 switch (ppc_cpu[i].CpuState) {
429 printf(" CpuState: %s (%d)\n", str, ppc_cpu[i].CpuState);
  /src/external/gpl3/binutils/dist/opcodes/
ppc-dis.c 323 ppc_parse_cpu (ppc_cpu_t ppc_cpu, ppc_cpu_t *sticky, const char *arg)
333 if ((ppc_cpu & ~*sticky) != 0)
336 ppc_cpu = ppc_opts[i].cpu;
343 sticky options. However do allow them both in ppc_cpu, so that
349 ppc_cpu |= *sticky;
351 return ppc_cpu;
  /src/external/gpl3/binutils.old/dist/opcodes/
ppc-dis.c 323 ppc_parse_cpu (ppc_cpu_t ppc_cpu, ppc_cpu_t *sticky, const char *arg)
333 if ((ppc_cpu & ~*sticky) != 0)
336 ppc_cpu = ppc_opts[i].cpu;
343 sticky options. However do allow them both in ppc_cpu, so that
349 ppc_cpu |= *sticky;
351 return ppc_cpu;

Completed in 39 milliseconds