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

  /src/external/gpl3/gdb/dist/gdb/
rs6000-tdep.c 4212 #define PPC_VRT(insn) PPC_FIELD (insn, 6, 5)
4391 tdep->ppc_vr0_regnum + PPC_VRT (insn));
4430 tdep->ppc_vr0_regnum + PPC_VRT (insn));
4469 tdep->ppc_vr0_regnum + PPC_VRT (insn));
4483 + PPC_VRT (insn));
4516 tdep->ppc_vr0_regnum + PPC_VRT (insn));
4535 ppc_record_vsr (regcache, tdep, PPC_VRT (insn) + 32);
4569 tdep->ppc_vr0_regnum + PPC_VRT (insn));
4838 tdep->ppc_vr0_regnum + PPC_VRT (insn));
4857 tdep->ppc_vr0_regnum + PPC_VRT (insn))
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
rs6000-tdep.c 4213 #define PPC_VRT(insn) PPC_FIELD (insn, 6, 5)
4392 tdep->ppc_vr0_regnum + PPC_VRT (insn));
4431 tdep->ppc_vr0_regnum + PPC_VRT (insn));
4470 tdep->ppc_vr0_regnum + PPC_VRT (insn));
4484 + PPC_VRT (insn));
4517 tdep->ppc_vr0_regnum + PPC_VRT (insn));
4536 ppc_record_vsr (regcache, tdep, PPC_VRT (insn) + 32);
4570 tdep->ppc_vr0_regnum + PPC_VRT (insn));
4839 tdep->ppc_vr0_regnum + PPC_VRT (insn));
4858 tdep->ppc_vr0_regnum + PPC_VRT (insn))
    [all...]

Completed in 27 milliseconds