~vcs-imports/qemu/git

« back to all changes in this revision

Viewing changes to target-ppc/translate.c

  • Committer: j_mayer
  • Date: 2007-11-19 11:39:29 UTC
  • Revision ID: git-v1:5b8105fa50b0dfde4ac49d7b1dd8044fb82caec6
PowerPC instruction fixes:
- hrfid is part of the hypervisor extension
- fix stfiwx naming


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3705 c046a42c-6fe2-441c-8c8c-71466251a162

Show diffs side-by-side

added added

removed removed

Lines of Context:
2764
2764
 
2765
2765
/* Optional: */
2766
2766
/* stfiwx */
2767
 
OP_ST_TABLE(fiwx);
2768
 
GEN_STXF(fiwx, 0x17, 0x1E, PPC_FLOAT_STFIWX);
 
2767
OP_ST_TABLE(fiw);
 
2768
GEN_STXF(fiw, 0x17, 0x1E, PPC_FLOAT_STFIWX);
2769
2769
 
2770
2770
/***                                Branch                                 ***/
2771
2771
static always_inline void gen_goto_tb (DisasContext *ctx, int n,
3088
3088
#endif
3089
3089
}
3090
3090
 
3091
 
GEN_HANDLER(hrfid, 0x13, 0x12, 0x08, 0x03FF8001, PPC_64B)
 
3091
GEN_HANDLER(hrfid, 0x13, 0x12, 0x08, 0x03FF8001, PPC_64H)
3092
3092
{
3093
3093
#if defined(CONFIG_USER_ONLY)
3094
3094
    GEN_EXCP_PRIVOPC(ctx);