Revision 5b8105fa target-ppc/translate.c

b/target-ppc/translate.c
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);

Also available in: Unified diff