mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
PowerPC 2.03 SPE extension - first pass.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2519 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
75d62a5856
commit
0487d6a8b4
9 changed files with 3050 additions and 146 deletions
|
@ -30,7 +30,7 @@ struct ppc_def_t {
|
|||
const unsigned char *name;
|
||||
uint32_t pvr;
|
||||
uint32_t pvr_mask;
|
||||
uint32_t insns_flags;
|
||||
uint64_t insns_flags;
|
||||
uint32_t flags;
|
||||
uint64_t msr_mask;
|
||||
};
|
||||
|
@ -2424,7 +2424,8 @@ static int create_ppc_opcodes (CPUPPCState *env, ppc_def_t *def)
|
|||
|
||||
fill_new_table(env->opcodes, 0x40);
|
||||
#if defined(PPC_DUMP_CPU)
|
||||
printf("* PowerPC instructions for PVR %08x: %s flags %08x %08x\n",
|
||||
printf("* PowerPC instructions for PVR %08x: %s flags %016 " PRIx64
|
||||
" %08x\n",
|
||||
def->pvr, def->name, def->insns_flags, def->flags);
|
||||
#endif
|
||||
if (&opc_start < &opc_end) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue