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

  /src/external/gpl3/gdb/dist/gdb/
rs6000-tdep.c 4230 #define PPC_XTp(insn) ((PPC_BIT (insn, 10) << 5) \
4885 ppc_record_vsr (regcache, tdep, PPC_XTp (insn));
4886 ppc_record_vsr (regcache, tdep, PPC_XTp (insn) + 1);
5258 ppc_record_vsr (regcache, tdep, PPC_XTp (insn));
5259 ppc_record_vsr (regcache, tdep, PPC_XTp (insn) + 1);
7144 ppc_record_vsr (regcache, tdep, PPC_XTp (insn_suffix));
7145 ppc_record_vsr (regcache, tdep, PPC_XTp (insn_suffix) + 1);
  /src/external/gpl3/gdb.old/dist/gdb/
rs6000-tdep.c 4231 #define PPC_XTp(insn) ((PPC_BIT (insn, 10) << 5) \
4886 ppc_record_vsr (regcache, tdep, PPC_XTp (insn));
4887 ppc_record_vsr (regcache, tdep, PPC_XTp (insn) + 1);
5259 ppc_record_vsr (regcache, tdep, PPC_XTp (insn));
5260 ppc_record_vsr (regcache, tdep, PPC_XTp (insn) + 1);
7145 ppc_record_vsr (regcache, tdep, PPC_XTp (insn_suffix));
7146 ppc_record_vsr (regcache, tdep, PPC_XTp (insn_suffix) + 1);

Completed in 34 milliseconds