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

  /src/external/gpl3/gdb/dist/gdb/
rs6000-tdep.c 357 /* SPE APU (E500) registers. */
4165 each uint32 indicates the particular APU used and the lower
4166 half indicates the revision of that APU. We just care about
4176 unsigned int apu = apuinfo >> 16;
4180 /* The SPE APU is 0x100; the SPEFP APU is 0x101. Accept
4182 if (apu == 0x100 || apu == 0x101)
7830 /* On machines supporting the SPE APU, the general-purpose registers
4172 unsigned int apu = apuinfo >> 16; local
  /src/external/gpl3/gdb.old/dist/gdb/
rs6000-tdep.c 357 /* SPE APU (E500) registers. */
4166 each uint32 indicates the particular APU used and the lower
4167 half indicates the revision of that APU. We just care about
4177 unsigned int apu = apuinfo >> 16;
4181 /* The SPE APU is 0x100; the SPEFP APU is 0x101. Accept
4183 if (apu == 0x100 || apu == 0x101)
7831 /* On machines supporting the SPE APU, the general-purpose registers
4173 unsigned int apu = apuinfo >> 16; local

Completed in 40 milliseconds