sim: constify sim_write source buffer (part 2)
[deliverable/binutils-gdb.git] / sim / ppc / ppc-instructions
index 2ac13ab68ca136bca78855687fe0f3e67f36e4ae..86c5157f0c9b933ee31390673833b4140860c4d8 100644 (file)
@@ -1,7 +1,7 @@
 #
 #   This file is part of the program psim.
 #
-#   Copyright (C) 1994-1995, Andrew Cagney <cagney@highland.com.au>
+#   Copyright 1994, 1995, 1996, 1997, 2003, 2004 Andrew Cagney
 #
 #   --
 #
 #   along with this program; if not, write to the Free Software
 #   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 #
-#   --
-#
-#
-# Fields:
-#
-#      1       Instruction format as a `start-bit,content' pairs.
-#              the content is one of a digit, field name or `/' (aka.0)
-#
-#      2       Format specifier
-#
-#      3       Flags:  64 - 64bit only
-#                      f - floating point enabled required
-#
-#      4       short name
-#
-#      5       Description
-#
-#
-# For flags marked 'model', the fields are interpreted as follows:
-#
-#      1       Not used
-#
-#      2       Not used
-#
-#      3       "macro"
-#
-#      4       String name for model
-#
-#      5       Specific CPU model, must be an identifier
-#
-#      6       Comma separated list of functional units
 
+:cache::::RA:RA:
+:cache:::signed_word *:rA:RA:(cpu_registers(processor)->gpr + RA)
+:cache:::unsigned32:RA_BITMASK:RA:(1 << RA)
+:compute:::int:RA_is_0:RA:(RA == 0)
+:cache::::RT:RT:
+:cache:::signed_word *:rT:RT:(cpu_registers(processor)->gpr + RT)
+:cache:::unsigned32:RT_BITMASK:RT:(1 << RT)
+:cache::::RS:RS:
+:cache:::signed_word *:rS:RS:(cpu_registers(processor)->gpr + RS)
+:cache:::unsigned32:RS_BITMASK:RS:(1 << RS)
+:cache::::RB:RB:
+:cache:::signed_word *:rB:RB:(cpu_registers(processor)->gpr + RB)
+:cache:::unsigned32:RB_BITMASK:RB:(1 << RB)
+:scratch::::FRA:FRA:
+:cache:::unsigned64 *:frA:FRA:(cpu_registers(processor)->fpr + FRA)
+:cache:::unsigned32:FRA_BITMASK:FRA:(1 << FRA)
+:scratch::::FRB:FRB:
+:cache:::unsigned64 *:frB:FRB:(cpu_registers(processor)->fpr + FRB)
+:cache:::unsigned32:FRB_BITMASK:FRB:(1 << FRB)
+:scratch::::FRC:FRC:
+:cache:::unsigned64 *:frC:FRC:(cpu_registers(processor)->fpr + FRC)
+:cache:::unsigned32:FRC_BITMASK:FRC:(1 << FRC)
+:scratch::::FRS:FRS:
+:cache:::unsigned64 *:frS:FRS:(cpu_registers(processor)->fpr + FRS)
+:cache:::unsigned32:FRS_BITMASK:FRS:(1 << FRS)
+:scratch::::FRT:FRT:
+:cache:::unsigned64 *:frT:FRT:(cpu_registers(processor)->fpr + FRT)
+:cache:::unsigned32:FRT_BITMASK:FRT:(1 << FRT)
+:cache:::unsigned_word:EXTS_SI:SI:((signed_word)(signed16)instruction)
+:scratch::::BI:BI:
+:cache::::BIT32_BI:BI:BIT32(BI)
+:cache::::BF:BF:
+:cache:::unsigned32:BF_BITMASK:BF:(1 << BF)
+:scratch::::BA:BA:
+:cache::::BIT32_BA:BA:BIT32(BA)
+:cache:::unsigned32:BA_BITMASK:BA:(1 << BA)
+:scratch::::BB:BB:
+:cache::::BIT32_BB:BB:BIT32(BB)
+:cache:::unsigned32:BB_BITMASK:BB:(1 << BB)
+:cache::::BT:BT:
+:cache:::unsigned32:BT_BITMASK:BT:(1 << BT)
+:cache:::unsigned_word:EXTS_BD_0b00:BD:(((signed_word)(signed16)instruction) & ~3)
+:cache:::unsigned_word:EXTS_LI_0b00:LI:((((signed_word)(signed32)(instruction << 6)) >> 6) & ~0x3)
+:cache:::unsigned_word:EXTS_D:D:((signed_word)(signed16)(instruction))
+:cache:::unsigned_word:EXTS_DS_0b00:DS:(((signed_word)(signed16)instruction) & ~0x3)
+#:compute:::int:SPR_is_256:SPR:(SPR == 256)
 \f
 # PowerPC models
 ::model:604:ppc604:  PPC_UNIT_BAD,   PPC_UNIT_BAD,   1,  1,  0
                do { \
                  if (CURRENT_MODEL_ISSUE > 0) { \
                    if (RC) \
-                     ppc_insn_int(my_index, cpu_model(processor), OUT_MASK, IN_MASK); \
+                     ppc_insn_int_cr(MY_INDEX, cpu_model(processor), OUT_MASK, IN_MASK, 1 << 0); \
                    else \
-                     ppc_insn_int_cr(my_index, cpu_model(processor), OUT_MASK, IN_MASK, 1 << 0); \
+                     ppc_insn_int(MY_INDEX, cpu_model(processor), OUT_MASK, IN_MASK); \
                  } \
                } while (0)
 
        #define PPC_INSN_INT_CR(OUT_MASK, IN_MASK, CR_MASK) \
                do { \
                  if (CURRENT_MODEL_ISSUE > 0) \
-                   ppc_insn_int_cr(my_index, cpu_model(processor), OUT_MASK, IN_MASK, CR_MASK); \
+                   ppc_insn_int_cr(MY_INDEX, cpu_model(processor), OUT_MASK, IN_MASK, CR_MASK); \
                } while (0)
 
        #define PPC_INSN_CR(OUT_MASK, IN_MASK) \
                do { \
                  if (CURRENT_MODEL_ISSUE > 0) \
-                   ppc_insn_cr(my_index, cpu_model(processor), OUT_MASK, IN_MASK); \
+                   ppc_insn_cr(MY_INDEX, cpu_model(processor), OUT_MASK, IN_MASK); \
                } while (0)
 
        #define PPC_INSN_FLOAT(OUT_MASK, IN_MASK, RC) \
                do { \
                  if (CURRENT_MODEL_ISSUE > 0) { \
                    if (RC) \
-                     ppc_insn_float(my_index, cpu_model(processor), OUT_MASK, IN_MASK); \
+                     ppc_insn_float(MY_INDEX, cpu_model(processor), OUT_MASK, IN_MASK); \
                    else \
-                     ppc_insn_float_cr(my_index, cpu_model(processor), OUT_MASK, IN_MASK, 1 << 0); \
+                     ppc_insn_float_cr(MY_INDEX, cpu_model(processor), OUT_MASK, IN_MASK, 1 << 0); \
                  } \
                } while (0)
 
        #define PPC_INSN_FLOAT_CR(OUT_MASK, IN_MASK, CR_MASK) \
                do { \
                  if (CURRENT_MODEL_ISSUE > 0) \
-                   ppc_insn_float_cr(my_index, cpu_model(processor), OUT_MASK, IN_MASK, CR_MASK); \
+                   ppc_insn_float_cr(MY_INDEX, cpu_model(processor), OUT_MASK, IN_MASK, CR_MASK); \
                } while (0)
 
        #define PPC_INSN_INT_FLOAT(OUT_INT_MASK, OUT_FP_MASK, IN_INT_MASK, IN_FP_MASK) \
                do { \
                  if (CURRENT_MODEL_ISSUE > 0) \
-                   ppc_insn_int_float(my_index, cpu_model(processor), OUT_INT_MASK, OUT_FP_MASK, IN_INT_MASK, IN_FP_MASK); \
+                   ppc_insn_int_float(MY_INDEX, cpu_model(processor), OUT_INT_MASK, OUT_FP_MASK, IN_INT_MASK, IN_FP_MASK); \
                } while (0)
 
        #define PPC_INSN_FROM_SPR(INT_MASK, SPR) \
                do { \
                  if (CURRENT_MODEL_ISSUE > 0) \
-                   ppc_insn_from_spr(my_index, cpu_model(processor), INT_MASK, SPR); \
+                   ppc_insn_from_spr(MY_INDEX, cpu_model(processor), INT_MASK, SPR); \
                } while (0)
 
        #define PPC_INSN_TO_SPR(INT_MASK, SPR) \
                do { \
                  if (CURRENT_MODEL_ISSUE > 0) \
-                   ppc_insn_to_spr(my_index, cpu_model(processor), INT_MASK, SPR); \
+                   ppc_insn_to_spr(MY_INDEX, cpu_model(processor), INT_MASK, SPR); \
                } while (0)
 
        #define PPC_INSN_MFCR(INT_MASK) \
                do { \
                  if (CURRENT_MODEL_ISSUE > 0) \
-                   ppc_insn_mfcr(my_index, cpu_model(processor), INT_MASK); \
+                   ppc_insn_mfcr(MY_INDEX, cpu_model(processor), INT_MASK); \
                } while (0)
 
        #define PPC_INSN_MTCR(INT_MASK, FXM) \
                do { \
                  if (CURRENT_MODEL_ISSUE > 0) \
-                   ppc_insn_mtcr(my_index, cpu_model(processor), INT_MASK, FXM); \
+                   ppc_insn_mtcr(MY_INDEX, cpu_model(processor), INT_MASK, FXM); \
                } while (0)
 
 ::model-data:::
          unsigned32 fp_busy;                           /* floating point registers that are busy */
          unsigned32 cr_fpscr_busy;                     /* CR/FPSCR registers that are busy */
          signed16 spr_busy;                            /* SPR register that is busy or PPC_NO_SPR */
+         unsigned32 vr_busy;                           /* AltiVec registers that are busy */
+         signed16 vscr_busy;                           /* AltiVec status register busy */
          signed16 issue;                               /* # of cycles until unit can accept another insn */
          signed16 done;                                /* # of cycles until insn is done */
          signed16 nr_writebacks;                       /* # of registers this unit writes back */
        };
-
+       
        /* Structure to hold the current state information for the simulated CPU model */
        struct _model_data {
          cpu *processor;                               /* point back to processor */
          unsigned32 fp_busy;                           /* floating point registers that are busy */
          unsigned32 cr_fpscr_busy;                     /* CR/FPSCR registers that are busy */
          unsigned8 spr_busy[nr_of_sprs];               /* SPR registers that are busy */
+         unsigned32 vr_busy;                           /* AltiVec registers that are busy */
+         unsigned8 vscr_busy;                          /* AltiVec SC register busy */
          unsigned8 busy[nr_ppc_function_units];        /* whether a function is busy or not */
        };
 
@@ -305,6 +324,15 @@ void::model-static::model_trace_release:model_data *model_ptr, model_busy *busy
        }
        if (busy->spr_busy != PPC_NO_SPR)
          TRACE(trace_model, ("Register %s is now available.\n", spr_name(busy->spr_busy)));
+       if (busy->vr_busy) {
+         for(i = 0; i < 32; i++) {
+           if (((1 << i) & busy->vr_busy) != 0) {
+             TRACE(trace_model, ("Register v%d is now available.\n", i));
+           }
+         }
+       }
+       if (busy->vscr_busy)
+         TRACE(trace_model, ("VSCR Register is now available.\n", spr_name(busy->spr_busy)));
 
 # Trace making registers busy
 void::model-static::model_trace_make_busy:model_data *model_ptr, unsigned32 int_mask, unsigned32 fp_mask, unsigned32 cr_mask
@@ -383,6 +411,8 @@ void::model-internal::model_new_cycle:model_data *model_ptr
              model_ptr->cr_fpscr_busy &= ~cur_busy->cr_fpscr_busy;
              if (cur_busy->spr_busy != PPC_NO_SPR)
                model_ptr->spr_busy[cur_busy->spr_busy] = 0;
+             model_ptr->vr_busy &= ~cur_busy->vr_busy;
+             model_ptr->vscr_busy = ~cur_busy->vscr_busy;
 
              if (WITH_TRACE && ppc_trace[trace_model])
                model_trace_release(model_ptr, cur_busy);
@@ -439,6 +469,8 @@ model_busy *::model-internal::model_make_busy:model_data *model_ptr, ppc_functio
          busy->fp_busy = 0;
          busy->cr_fpscr_busy = 0;
          busy->nr_writebacks = 0;
+         busy->vr_busy = 0;
+         busy->vscr_busy = 0;
        }
 
        busy->unit = unit;
@@ -783,6 +815,15 @@ void::model-function::model_halt:model_data *model_ptr
        while (model_ptr->busy_head.next)
          model_new_cycle(model_ptr);
 
+unsigned_word::model-function::model_get_number_of_stalls:model_data *model_ptr
+       return (model_ptr->nr_stalls_data
+               + model_ptr->nr_stalls_unit
+               + model_ptr->nr_stalls_serialize
+               + model_ptr->nr_stalls_writeback);
+
+unsigned_word::model-function::model_get_number_of_cycles:model_data *model_ptr
+       return (model_ptr->nr_cycles);
+
 model_print *::model-function::model_mon_info:model_data *model_ptr
        model_print *head;
        model_print *tail;
@@ -828,8 +869,8 @@ model_print *::model-function::model_mon_info:model_data *model_ptr
          tail = tail->next;
          tail->count = model_ptr->nr_stalls_writeback;
          tail->name = "";
-         tail->suffix_plural = "times a writeback slot was unavilable";
-         tail->suffix_singular = "time a writeback was unavilable";
+         tail->suffix_plural = "times a write-back slot was unavailable";
+         tail->suffix_singular = "time a writeback was unavailable";
        }
 
        if (model_ptr->nr_branches) {
@@ -942,7 +983,6 @@ void::model-function::model_branch_predict:model_data *model_ptr, int success
 ::internal::illegal
        program_interrupt(processor, cia,
                          illegal_instruction_program_interrupt);
-       return 0;
 
 
 # The following (floating point unavailable) instruction is `known' by gen
@@ -950,7 +990,6 @@ void::model-function::model_branch_predict:model_data *model_ptr, int success
 # executed but floating point is make unavailable by the MSR
 ::internal::floating_point_unavailable
        floating_point_unavailable_interrupt(processor, cia);
-       return 0;
 
 
 #
@@ -1134,59 +1173,60 @@ void::function::convert_to_integer:cpu *processor, unsigned_word cia, unsigned64
        int rbit = 0;
        int xbit = 0;
        int sign = EXTRACTED64(frb, 0, 0);
-       if (EXTRACTED64(frb, 1, 11) == 2047 && EXTRACTED64(frb, 12, 63) == 0)
-         goto Infinity_Operand;
-       if (EXTRACTED64(frb, 1, 11) == 2047 && EXTRACTED64(frb, 12, 12) == 0)
-         goto SNaN_Operand;
-       if (EXTRACTED64(frb, 1, 11) == 2047 && EXTRACTED64(frb, 12, 12) == 1)
-         goto QNaN_Operand;
-       if (EXTRACTED64(frb, 1, 11) > 1086) goto Large_Operand;
-       if (EXTRACTED64(frb, 1, 11) > 0) exp = EXTRACTED64(frb, 1, 11) - 1023;
-       if (EXTRACTED64(frb, 1, 11) == 0) exp = -1022;
-       if (EXTRACTED64(frb, 1, 11) > 0) { /* normal */
-         frac = BIT64(1) | INSERTED64(EXTRACTED64(frb, 12, 63), 2, 53);
-         frac64 = 0;
-       }
-       if (EXTRACTED64(frb, 1, 11) == 0) { /* denorm */
-         frac = INSERTED64(EXTRACTED64(frb, 12, 63), 2, 53);
-         frac64 = 0;
-       }
-       gbit = 0, rbit = 0, xbit = 0;
-       for (i = 1; i <= 63 - exp; i++) {
-         xbit = rbit | xbit;
-         rbit = gbit;
-         gbit = frac64;
-         frac64 = EXTRACTED64(frac, 63, 63);
-         frac = INSERTED64(EXTRACTED64(frac, 0, 62), 1, 63);
-       }
-       Round_Integer(processor, sign, &frac, &frac64, gbit, rbit, xbit, round_mode);
-       if (sign == 1) { /* frac[0:64] = ~frac[0:64] + 1 */
-         frac = ~frac;
-         frac64 ^= 1;
-         frac += (frac64 ? 1 : 0);
-         frac64 = (frac64 + 1) & 0x1;
-       }
-       if (tgt_precision == 32 /* can ignore frac64 in compare */
-           && (signed64)frac > (signed64)MASK64(33+1, 63)/*2^31-1 >>1*/)
-         goto Large_Operand;
-       if (tgt_precision == 64 /* can ignore frac64 in compare */
-           && (signed64)frac > (signed64)MASK64(1+1, 63)/*2^63-1 >>1*/)
-         goto Large_Operand;
-       if (tgt_precision == 32 /* can ignore frac64 in compare */
-           && (signed64)frac < (signed64)MASK64(0, 32+1)/*-2^31 >>1*/)
-         goto Large_Operand;
-       if (tgt_precision == 64 /* can ignore frac64 in compare */
-           && (signed64)frac < (signed64)MASK64(0, 0+1)/*-2^63 >>1*/)
-         goto Large_Operand;
-       FPSCR_SET_XX(FPSCR & fpscr_fi);
-       if (tgt_precision == 32)
-         *frt = MASKED64(*frt, 0, 31) | (EXTRACTED64(frac, 33, 63) << 1) | frac64;
-       if (tgt_precision == 64)
-         *frt = (EXTRACTED64(frac, 1, 63) << 1) | frac64;
-       /*FPSCR[fprf] = undefined */
-       goto Done;
-       /**/
-       Infinity_Operand:
+       /***/
+         if (EXTRACTED64(frb, 1, 11) == 2047 && EXTRACTED64(frb, 12, 63) == 0)
+           GOTO(Infinity_Operand);
+         if (EXTRACTED64(frb, 1, 11) == 2047 && EXTRACTED64(frb, 12, 12) == 0)
+           GOTO(SNaN_Operand);
+         if (EXTRACTED64(frb, 1, 11) == 2047 && EXTRACTED64(frb, 12, 12) == 1)
+           GOTO(QNaN_Operand);
+         if (EXTRACTED64(frb, 1, 11) > 1086) GOTO(Large_Operand);
+         if (EXTRACTED64(frb, 1, 11) > 0) exp = EXTRACTED64(frb, 1, 11) - 1023;
+         if (EXTRACTED64(frb, 1, 11) == 0) exp = -1022;
+         if (EXTRACTED64(frb, 1, 11) > 0) { /* normal */
+           frac = BIT64(1) | INSERTED64(EXTRACTED64(frb, 12, 63), 2, 53);
+           frac64 = 0;
+         }
+         if (EXTRACTED64(frb, 1, 11) == 0) { /* denorm */
+           frac = INSERTED64(EXTRACTED64(frb, 12, 63), 2, 53);
+           frac64 = 0;
+         }
+         gbit = 0, rbit = 0, xbit = 0;
+         for (i = 1; i <= 63 - exp; i++) {
+           xbit = rbit | xbit;
+           rbit = gbit;
+           gbit = frac64;
+           frac64 = EXTRACTED64(frac, 63, 63);
+           frac = INSERTED64(EXTRACTED64(frac, 0, 62), 1, 63);
+         }
+         Round_Integer(processor, sign, &frac, &frac64, gbit, rbit, xbit, round_mode);
+         if (sign == 1) { /* frac[0:64] = ~frac[0:64] + 1 */
+           frac = ~frac;
+           frac64 ^= 1;
+           frac += (frac64 ? 1 : 0);
+           frac64 = (frac64 + 1) & 0x1;
+         }
+         if (tgt_precision == 32 /* can ignore frac64 in compare */
+             && (signed64)frac > (signed64)MASK64(33+1, 63)/*2^31-1 >>1*/)
+           GOTO(Large_Operand);
+         if (tgt_precision == 64 /* can ignore frac64 in compare */
+             && (signed64)frac > (signed64)MASK64(1+1, 63)/*2^63-1 >>1*/)
+           GOTO(Large_Operand);
+         if (tgt_precision == 32 /* can ignore frac64 in compare */
+             && (signed64)frac < (signed64)MASK64(0, 32+1)/*-2^31 >>1*/)
+           GOTO(Large_Operand);
+         if (tgt_precision == 64 /* can ignore frac64 in compare */
+             && (signed64)frac < (signed64)MASK64(0, 0+1)/*-2^63 >>1*/)
+           GOTO(Large_Operand);
+         FPSCR_SET_XX(FPSCR & fpscr_fi);
+         if (tgt_precision == 32)
+           *frt = MASKED64(*frt, 0, 31) | (EXTRACTED64(frac, 33, 63) << 1) | frac64;
+         if (tgt_precision == 64)
+           *frt = (EXTRACTED64(frac, 1, 63) << 1) | frac64;
+         /*FPSCR[fprf] = undefined */
+         GOTO(Done);
+         /**/
+       LABEL(Infinity_Operand):
          FPSCR_SET_FR(0);
          FPSCR_SET_FI(0);
          FPSCR_OR_VX(fpscr_vxcvi);
@@ -1201,9 +1241,9 @@ void::function::convert_to_integer:cpu *processor, unsigned_word cia, unsigned64
            }
            /* FPSCR[FPRF] = undefined */
          }
-         goto Done;
+         GOTO(Done);
        /**/
-       SNaN_Operand:
+       LABEL(SNaN_Operand):
          FPSCR_SET_FR(0);
          FPSCR_SET_FI(0);
          FPSCR_OR_VX(fpscr_vxsnan | fpscr_vxcvi);
@@ -1212,9 +1252,9 @@ void::function::convert_to_integer:cpu *processor, unsigned_word cia, unsigned64
            if (tgt_precision == 64) *frt = BIT64(0); /*0x8000_0000_0000_0000*/
            /* FPSCR[fprf] = undefined */
          }
-         goto Done;
+         GOTO(Done);
        /**/
-       QNaN_Operand:
+       LABEL(QNaN_Operand):
          FPSCR_SET_FR(0);
          FPSCR_SET_FI(0);
          FPSCR_OR_VX(fpscr_vxcvi);
@@ -1223,9 +1263,9 @@ void::function::convert_to_integer:cpu *processor, unsigned_word cia, unsigned64
            if (tgt_precision == 64) *frt = BIT64(0);/*0x8000_0000_0000_0000*/
            /* FPSCR[fprf] = undefined */
          }
-         goto Done;
+         GOTO(Done);
        /**/
-       Large_Operand:
+       LABEL(Large_Operand):
          FPSCR_SET_FR(0);
          FPSCR_SET_FI(0);
          FPSCR_OR_VX(fpscr_vxcvi);
@@ -1241,7 +1281,7 @@ void::function::convert_to_integer:cpu *processor, unsigned_word cia, unsigned64
            /* FPSCR[fprf] = undefined */
          }
        /**/
-       Done:
+       LABEL(Done):;
 
 
 # extract out raw fields of a FP number
@@ -1278,13 +1318,13 @@ int::function::is_den:unsigned64 frs, int single
                : 0);
 int::function::is_inf:unsigned64 frs, int single
        int exp = biased_exp(frs, single);
-       int frac = fraction(frs, single);
+       unsigned64 frac = fraction(frs, single);
        return (exp == (single ? 255 : 2047) && frac == 0
                ? sign(frs)
                : 0);
 int::function::is_NaN:unsigned64 frs, int single
        int exp = biased_exp(frs, single);
-       int frac = fraction(frs, single);
+       unsigned64 frac = fraction(frs, single);
        return (exp == (single ? 255 : 2047) && frac != 0
                ? sign(frs)
                : 0);
@@ -1398,7 +1438,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
          }
          else { /* arrith, frsp */
            *frt = select_qnan(fra, frb, frc,
-                              instruction_is_frsp, 0/*generate*/, single);
+                              instruction_is_frsp, 1/*generate*/, single);
            FPSCR_SET_FR(0);
            FPSCR_SET_FI(0);
            FPSCR_SET_FPRF(fpscr_rf_quiet_nan);
@@ -1408,6 +1448,46 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 
 
 
+# detect divide by zero
+int::function::is_invalid_zero_divide:cpu *processor, unsigned_word cia, unsigned64 fra, unsigned64 frb, int single
+       int fail = 0;
+       if (is_zero (frb)) {
+         FPSCR_SET_ZX (1);
+         fail = 1;
+       }
+       return fail;
+
+
+
+
+# handle case of invalid operation
+void::function::invalid_zero_divide_operation:cpu *processor, unsigned_word cia, unsigned64 *frt, unsigned64 fra, unsigned64 frb, int single
+       if (FPSCR & fpscr_ze) {
+         /* zero-divide exception enabled */
+         /* FRT unchaged */
+         FPSCR_SET_FR(0);
+         FPSCR_SET_FI(0);
+         /* fpscr_FPRF unchanged */
+       }
+       else {
+         /* zero-divide exception disabled */
+         FPSCR_SET_FR(0);
+         FPSCR_SET_FI(0);
+         if ((sign (fra) < 0 && sign (frb) < 0)
+             || (sign (fra) > 0 && sign (frb) > 0)) {
+           *frt = MASK64 (1, 11); /* 0 : 2047 : 0..0 */
+           FPSCR_SET_FPRF(fpscr_rf_pos_infinity);
+         }
+         else {
+           *frt = MASK64 (0, 11); /* 1 : 2047 : 0..0 */
+           FPSCR_SET_FPRF(fpscr_rf_neg_infinity);
+         }
+       }
+
+
+
+
+
 #
 # 0.0.0.0 Illegal instruction used for kernel mode emulation
 #
@@ -1419,18 +1499,20 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 #
 # I.2.4.1 Branch Instructions
 #
-0.18,6.LI,30.AA,31.LK:I:t::Branch
+0.18,6.LI,30.AA,31.LK:I:::Branch
 *601: PPC_UNIT_BPU,   PPC_UNIT_BPU,   1,  1,  0
 *603: PPC_UNIT_BPU,   PPC_UNIT_BPU,   1,  1,  0
 *603e:PPC_UNIT_BPU,   PPC_UNIT_BPU,   1,  1,  0
 *604: PPC_UNIT_BPU,   PPC_UNIT_BPU,   1,  1,  0
+       /* option_mpc860c0:
+       No problem here because this branch is predicted taken (unconditional). */
        if (AA) NIA = IEA(EXTS(LI_0b00));
        else    NIA = IEA(CIA + EXTS(LI_0b00));
        if (LK) LR = (spreg)CIA+4;
        if (CURRENT_MODEL_ISSUE > 0)
          model_branches(cpu_model(processor), 1, -1);
 
-0.16,6.BO,11.BI,16.BD,30.AA,31.LK:B:t::Branch Conditional
+0.16,6.BO,11.BI,16.BD,30.AA,31.LK:B:::Branch Conditional
 *601: PPC_UNIT_BPU,   PPC_UNIT_BPU,   1,  1,  0
 *603: PPC_UNIT_BPU,   PPC_UNIT_BPU,   1,  1,  0
 *603e:PPC_UNIT_BPU,   PPC_UNIT_BPU,   1,  1,  0
@@ -1451,6 +1533,15 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
        else
          succeed = 0;
        if (LK) LR = (spreg)IEA(CIA + 4);
+       if (option_mpc860c0 && (!BO{0} || !BO{2}) && !BO{4}) {
+         /* This branch is predicted as "normal".
+         If this is a forward branch and it is near the end of a page,
+         we've detected a problematic branch. */
+         if (succeed && NIA > CIA) {
+           if (PAGE_SIZE - (CIA & (PAGE_SIZE-1)) <= option_mpc860c0)
+             program_interrupt(processor, cia, mpc860c0_instruction_program_interrupt);
+         }
+       }
        if (CURRENT_MODEL_ISSUE > 0)
          model_branches(cpu_model(processor), succeed, BO);
        if (! BO{0}) {
@@ -1464,7 +1555,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
            model_branch_predict(cpu_model(processor), reverse ? !succeed : succeed);
        }
 
-0.19,6.BO,11.BI,16./,21.16,31.LK:XL:t::Branch Conditional to Link Register
+0.19,6.BO,11.BI,16./,21.16,31.LK:XL:::Branch Conditional to Link Register
 *601: PPC_UNIT_BPU,   PPC_UNIT_BPU,   1,  1,  0
 *603: PPC_UNIT_BPU,   PPC_UNIT_BPU,   1,  1,  0
 *603e:PPC_UNIT_BPU,   PPC_UNIT_BPU,   1,  1,  0
@@ -1484,13 +1575,22 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
        else
          succeed = 0;
        if (LK) LR = (spreg)IEA(CIA + 4);
+       if (option_mpc860c0 && (!BO{0} || !BO{2}) && !BO{4}) {
+         /* This branch is predicted as not-taken.
+         If this is a forward branch and it is near the end of a page,
+         we've detected a problematic branch. */
+         if (succeed && NIA > CIA) {
+           if (PAGE_SIZE - (CIA & (PAGE_SIZE-1)) <= option_mpc860c0)
+             program_interrupt(processor, cia, mpc860c0_instruction_program_interrupt);
+         }
+       }
        if (CURRENT_MODEL_ISSUE > 0) {
          model_branches(cpu_model(processor), succeed, BO);
          if (! BO{0})
            model_branch_predict(cpu_model(processor), BO{4} ? !succeed : succeed);
        }
 
-0.19,6.BO,11.BI,16./,21.528,31.LK:XL:t::Branch Conditional to Count Register
+0.19,6.BO,11.BI,16./,21.528,31.LK:XL:::Branch Conditional to Count Register
 *601: PPC_UNIT_BPU,   PPC_UNIT_BPU,   1,  1,  0
 *603: PPC_UNIT_BPU,   PPC_UNIT_BPU,   1,  1,  0
 *603e:PPC_UNIT_BPU,   PPC_UNIT_BPU,   1,  1,  0
@@ -1506,6 +1606,15 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
        else
          succeed = 0;
        if (LK) LR = (spreg)IEA(CIA + 4);
+       if (option_mpc860c0 && (!BO{0} || !BO{2}) && !BO{4}) {
+         /* This branch is predicted as not-taken.
+         If this is a forward branch and it is near the end of a page,
+         we've detected a problematic branch. */
+         if (succeed && NIA > CIA) {
+           if (PAGE_SIZE - (CIA & (PAGE_SIZE-1)) <= option_mpc860c0)
+             program_interrupt(processor, cia, mpc860c0_instruction_program_interrupt);
+         }
+       }
        if (CURRENT_MODEL_ISSUE > 0) {
          model_branches(cpu_model(processor), succeed, BO);
          if (! BO{0})
@@ -1515,13 +1624,13 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 #
 # I.2.4.2 System Call Instruction
 #
-0.17,6./,11./,16./,30.1,31./:SC:t::System Call
+0.17,6./,11./,16./,30.1,31./:SC:::System Call
 *601: PPC_UNIT_IU,    PPC_UNIT_IU,    1,  1,  0
 *603: PPC_UNIT_SRU,   PPC_UNIT_SRU,   3,  3,  0
 *603e:PPC_UNIT_SRU,   PPC_UNIT_SRU,   3,  3,  0
 *604: PPC_UNIT_SCIU1, PPC_UNIT_SCIU2, 1,  1,  0
        if (CURRENT_MODEL_ISSUE > 0)
-         model_serialize(my_index, cpu_model(processor));
+         model_serialize(MY_INDEX, cpu_model(processor));
        system_call_interrupt(processor, cia);
 
 #
@@ -1614,7 +1723,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
        unsigned_word b;
        unsigned_word EA;
-       if (RA == 0) b = 0;
+       if (RA_is_0) b = 0;
        else         b = *rA;
        EA = b + EXTS(D);
        *rT = MEM(unsigned, EA, 1);
@@ -1628,7 +1737,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
        unsigned_word b;
        unsigned_word EA;
-       if (RA == 0) b = 0;
+       if (RA_is_0) b = 0;
        else         b = *rA;
        EA = b + *rB;
        *rT = MEM(unsigned, EA, 1);
@@ -1640,7 +1749,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *603e:PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
        unsigned_word EA;
-       if (RA == 0 || RA == RT)
+       if (RA_is_0 || RA == RT)
          program_interrupt(processor, cia,
                            illegal_instruction_program_interrupt);
        EA = *rA + EXTS(D);
@@ -1654,7 +1763,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *603e:PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
        unsigned_word EA;
-       if (RA == 0 || RA == RT)
+       if (RA_is_0 || RA == RT)
          program_interrupt(processor, cia,
                            illegal_instruction_program_interrupt);
        EA = *rA + *rB;
@@ -1669,7 +1778,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
        unsigned_word b;
        unsigned_word EA;
-       if (RA == 0) b = 0;
+       if (RA_is_0) b = 0;
        else         b = *rA;
        EA = b + EXTS(D);
        *rT = MEM(unsigned, EA, 2);
@@ -1682,7 +1791,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
        unsigned_word b;
        unsigned_word EA;
-       if (RA == 0) b = 0;
+       if (RA_is_0) b = 0;
        else         b = *rA;
        EA = b + *rB;
        *rT = MEM(unsigned, EA, 2);
@@ -1694,7 +1803,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *603e:PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
        unsigned_word EA;
-       if (RA == 0 || RA == RT)
+       if (RA_is_0 || RA == RT)
          program_interrupt(processor, cia,
                            illegal_instruction_program_interrupt);
        EA = *rA + EXTS(D);
@@ -1708,7 +1817,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *603e:PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
        unsigned_word EA;
-       if (RA == 0 || RA == RT)
+       if (RA_is_0 || RA == RT)
          program_interrupt(processor, cia,
                            illegal_instruction_program_interrupt);
        EA = *rA + *rB;
@@ -1723,7 +1832,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
        unsigned_word b;
        unsigned_word EA;
-       if (RA == 0) b = 0;
+       if (RA_is_0) b = 0;
        else         b = *rA;
        EA = b + EXTS(D);
        *rT = MEM(signed, EA, 2);
@@ -1736,7 +1845,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
        unsigned_word b;
        unsigned_word EA;
-       if (RA == 0) b = 0;
+       if (RA_is_0) b = 0;
        else         b = *rA;
        EA = b + *rB;
        *rT = MEM(signed, EA, 2);
@@ -1748,11 +1857,12 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *603e:PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
        unsigned_word EA;
-       if (RA == 0 || RA == RT)
+       if (RA_is_0 || RA == RT)
          program_interrupt(processor, cia,
                            illegal_instruction_program_interrupt);
        EA = *rA + EXTS(D);
        *rT = MEM(signed, EA, 2);
+       *rA = EA;
        PPC_INSN_INT(RT_BITMASK | RA_BITMASK, RA_BITMASK, 0);
 
 0.31,6.RT,11.RA,16.RB,21.375,31./:X:::Load Halfword Algebraic with Update Indexed
@@ -1761,7 +1871,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *603e:PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
        unsigned_word EA;
-       if (RA == 0 || RA == RT)
+       if (RA_is_0 || RA == RT)
          program_interrupt(processor, cia,
                            illegal_instruction_program_interrupt);
        EA = *rA + *rB;
@@ -1776,7 +1886,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
        unsigned_word b;
        unsigned_word EA;
-       if (RA == 0) b = 0;
+       if (RA_is_0) b = 0;
        else         b = *rA;
        EA = b + EXTS(D);
        *rT = MEM(unsigned, EA, 4);
@@ -1789,7 +1899,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
        unsigned_word b;
        unsigned_word EA;
-       if (RA == 0) b = 0;
+       if (RA_is_0) b = 0;
        else         b = *rA;
        EA = b + *rB;
        *rT = MEM(unsigned, EA, 4);
@@ -1801,7 +1911,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *603e:PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
        unsigned_word EA;
-       if (RA == 0 || RA == RT)
+       if (RA_is_0 || RA == RT)
          program_interrupt(processor, cia,
                            illegal_instruction_program_interrupt);
        EA = *rA + EXTS(D);
@@ -1815,7 +1925,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *603e:PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
        unsigned_word EA;
-       if (RA == 0 || RA == RT)
+       if (RA_is_0 || RA == RT)
          program_interrupt(processor, cia,
                            illegal_instruction_program_interrupt);
        EA = *rA + *rB;
@@ -1826,7 +1936,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 0.58,6.RT,11.RA,16.DS,30.2:DS:64::Load Word Algebraic
 #      unsigned_word b;
 #      unsigned_word EA;
-#      if (RA == 0) b = 0;
+#      if (RA_is_0) b = 0;
 #      else         b = *rA;
 #      EA = b + EXTS(DS_0b00);
 #      *rT = MEM(signed, EA, 4);
@@ -1834,14 +1944,14 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 0.31,6.RT,11.RA,16.RB,21.341,31./:X:64::Load Word Algebraic Indexed
 #      unsigned_word b;
 #      unsigned_word EA;
-#      if (RA == 0) b = 0;
+#      if (RA_is_0) b = 0;
 #      else         b = *rA;
 #      EA = b + *rB;;
 #      *rT = MEM(signed, EA, 4);
 
 0.31,6.RT,11.RA,16.RB,21.373,31./:X:64::Load Word Algebraic with Update Indexed
 #      unsigned_word EA;
-#      if (RA == 0 || RA == RT)
+#      if (RA_is_0 || RA == RT)
 #        program_interrupt(processor, cia
 #                          illegal_instruction_program_interrupt);
 #      EA = *rA + *rB;
@@ -1851,7 +1961,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 0.58,6.RT,11.RA,16.DS,30.0:DS:64::Load Doubleword
 #      unsigned_word b;
 #      unsigned_word EA;
-#      if (RA == 0) b = 0;
+#      if (RA_is_0) b = 0;
 #      else         b = *rA;
 #      EA = b + EXTS(DS_0b00);
 #      *rT = MEM(unsigned, EA, 8);
@@ -1859,14 +1969,14 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 0.31,6.RT,11.RA,16.RB,21.21,31./:X:64::Load Doubleword Indexed
 #      unsigned_word b;
 #      unsigned_word EA;
-#      if (RA == 0) b = 0;
+#      if (RA_is_0) b = 0;
 #      else         b = *rA;
 #      EA = b + *rB;
 #      *rT = MEM(unsigned, EA, 8);
 
 0.58,6.RT,11.RA,16.DS,30.1:DS:64::Load Doubleword with Update
 #      unsigned_word EA;
-#      if (RA == 0 || RA == RT)
+#      if (RA_is_0 || RA == RT)
 #        program_interrupt(processor, cia
 #                          illegal_instruction_program_interrupt);
 #      EA = *rA + EXTS(DS_0b00);
@@ -1875,7 +1985,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 
 0.31,6.RT,11.RA,16.RB,21.53,31./:DS:64::Load Doubleword with Update Indexed
 #      unsigned_word EA;
-#      if (RA == 0 || RA == RT)
+#      if (RA_is_0 || RA == RT)
 #        program_interrupt(processor, cia
 #                          illegal_instruction_program_interrupt);
 #      EA = *rA + *rB;
@@ -1895,7 +2005,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
        unsigned_word b;
        unsigned_word EA;
-       if (RA == 0) b = 0;
+       if (RA_is_0) b = 0;
        else         b = *rA;
        EA = b + EXTS(D);
        STORE(EA, 1, *rS);
@@ -1908,7 +2018,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
        unsigned_word b;
        unsigned_word EA;
-       if (RA == 0) b = 0;
+       if (RA_is_0) b = 0;
        else         b = *rA;
        EA = b + *rB;
        STORE(EA, 1, *rS);
@@ -1920,7 +2030,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *603e:PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
        unsigned_word EA;
-       if (RA == 0)
+       if (RA_is_0)
          program_interrupt(processor, cia,
                            illegal_instruction_program_interrupt);
        EA = *rA + EXTS(D);
@@ -1934,7 +2044,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *603e:PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
        unsigned_word EA;
-       if (RA == 0)
+       if (RA_is_0)
          program_interrupt(processor, cia,
                            illegal_instruction_program_interrupt);
        EA = *rA + *rB;
@@ -1949,7 +2059,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
        unsigned_word b;
        unsigned_word EA;
-       if (RA == 0) b = 0;
+       if (RA_is_0) b = 0;
        else         b = *rA;
        EA = b + EXTS(D);
        STORE(EA, 2, *rS);
@@ -1962,7 +2072,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
        unsigned_word b;
        unsigned_word EA;
-       if (RA == 0) b = 0;
+       if (RA_is_0) b = 0;
        else         b = *rA;
        EA = b + *rB;
        STORE(EA, 2, *rS);
@@ -1974,7 +2084,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *603e:PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
        unsigned_word EA;
-       if (RA == 0)
+       if (RA_is_0)
          program_interrupt(processor, cia,
                            illegal_instruction_program_interrupt);
        EA = *rA + EXTS(D);
@@ -1988,7 +2098,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *603e:PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
        unsigned_word EA;
-       if (RA == 0)
+       if (RA_is_0)
          program_interrupt(processor, cia,
                            illegal_instruction_program_interrupt);
        EA = *rA + *rB;
@@ -2003,7 +2113,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
        unsigned_word b;
        unsigned_word EA;
-       if (RA == 0) b = 0;
+       if (RA_is_0) b = 0;
        else         b = *rA;
        EA = b + EXTS(D);
        STORE(EA, 4, *rS);
@@ -2016,7 +2126,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
        unsigned_word b;
        unsigned_word EA;
-       if (RA == 0) b = 0;
+       if (RA_is_0) b = 0;
        else         b = *rA;
        EA = b + *rB;
        STORE(EA, 4, *rS);
@@ -2028,7 +2138,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *603e:PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
        unsigned_word EA;
-       if (RA == 0)
+       if (RA_is_0)
          program_interrupt(processor, cia,
                            illegal_instruction_program_interrupt);
        EA = *rA + EXTS(D);
@@ -2042,7 +2152,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *603e:PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
        unsigned_word EA;
-       if (RA == 0)
+       if (RA_is_0)
          program_interrupt(processor, cia,
                            illegal_instruction_program_interrupt);
        EA = *rA + *rB;
@@ -2053,20 +2163,20 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 0.62,6.RS,11.RA,16.DS,30.0:DS:64::Store Doubleword
 #      unsigned_word b;
 #      unsigned_word EA;
-#      if (RA == 0) b = 0;
+#      if (RA_is_0) b = 0;
 #      else         b = *rA;
 #      EA = b + EXTS(DS_0b00);
 #      STORE(EA, 8, *rS);
 0.31,6.RS,11.RA,16.RB,21.149,31./:X:64::Store Doubleword Indexed
 #      unsigned_word b;
 #      unsigned_word EA;
-#      if (RA == 0) b = 0;
+#      if (RA_is_0) b = 0;
 #      else         b = *rA;
 #      EA = b + *rB;
 #      STORE(EA, 8, *rS);
 0.62,6.RS,11.RA,16.DS,30.1:DS:64::Store Doubleword with Update
 #      unsigned_word EA;
-#      if (RA == 0)
+#      if (RA_is_0)
 #        program_interrupt(processor, cia
 #                          illegal_instruction_program_interrupt);
 #      EA = *rA + EXTS(DS_0b00);
@@ -2074,7 +2184,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 #      *rA = EA;
 0.31,6.RS,11.RA,16.RB,21.181,31./:X:64::Store Doubleword with Update Indexed
 #      unsigned_word EA;
-#      if (RA == 0)
+#      if (RA_is_0)
 #        program_interrupt(processor, cia
 #                          illegal_instruction_program_interrupt);
 #      EA = *rA + *rB;
@@ -2093,7 +2203,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
        unsigned_word b;
        unsigned_word EA;
-       if (RA == 0) b = 0;
+       if (RA_is_0) b = 0;
        else         b = *rA;
        EA = b + *rB;
        *rT = SWAP_2(MEM(unsigned, EA, 2));
@@ -2106,7 +2216,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
        unsigned_word b;
        unsigned_word EA;
-       if (RA == 0) b = 0;
+       if (RA_is_0) b = 0;
        else         b = *rA;
        EA = b + *rB;
        *rT = SWAP_4(MEM(unsigned, EA, 4));
@@ -2119,7 +2229,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
        unsigned_word b;
        unsigned_word EA;
-       if (RA == 0) b = 0;
+       if (RA_is_0) b = 0;
        else         b = *rA;
        EA = b + *rB;
        STORE(EA, 2, SWAP_2(*rS));
@@ -2132,7 +2242,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
        unsigned_word b;
        unsigned_word EA;
-       if (RA == 0) b = 0;
+       if (RA_is_0) b = 0;
        else         b = *rA;
        EA = b + *rB;
        STORE(EA, 4, SWAP_4(*rS));
@@ -2143,22 +2253,159 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 # I.3.3.5 Fixed-Point Load and Store Multiple Instrctions
 #
 
-0.46,6.RT,11.RA,16.D:D:be::Load Multiple Word
+0.46,6.RT,11.RA,16.D:D:::Load Multiple Word
+       unsigned_word EA;
+       unsigned_word b;
+       int r;
+       if (RA_is_0) b = 0;
+       else         b = *rA;
+       EA = b + EXTS(D);
+       r = RT;
+       if (RA >= r)
+         program_interrupt(processor, cia,
+                         illegal_instruction_program_interrupt);
+       if (CURRENT_ALIGNMENT == STRICT_ALIGNMENT || (EA % 4 != 0))
+         alignment_interrupt(processor, cia, EA);
+       while (r <= 31) {
+         GPR(r) = MEM(unsigned, EA, 4);
+         r = r + 1;
+         EA = EA + 4;
+       }
 
-0.47,6.RS,11.RA,16.D:D:be::Store Multiple Word
+0.47,6.RS,11.RA,16.D:D:::Store Multiple Word
+       unsigned_word EA;
+       unsigned_word b;
+       int r;
+       if (RA_is_0) b = 0;
+       else         b = *rA;
+       EA = b + EXTS(D);
+       if (CURRENT_ALIGNMENT == STRICT_ALIGNMENT
+           || (EA % 4 != 0))
+         alignment_interrupt(processor, cia, EA);
+       r = RS;
+       while (r <= 31) {
+         STORE(EA, 4, GPR(r));
+         r = r + 1;
+         EA = EA + 4;
+       }
 
 
 #
 # I.3.3.6 Fixed-Point Move Assist Instructions
 #
 
-0.31,6.RT,11.RA,16.NB,21.597,31./:X:be::Load String Word Immediate
-
-0.31,6.RT,11.RA,16.RB,21.533,31./:X:be::Load String Word Indexed
+0.31,6.RT,11.RA,16.NB,21.597,31./:X:::Load String Word Immediate
+       unsigned_word EA;
+       int n;
+       int r;
+       int i;
+       int nr;
+       if (RA_is_0) EA = 0;
+       else         EA = *rA;
+       if (NB == 0) n = 32;
+       else         n = NB;
+       r = RT - 1;
+       i = 32;
+       nr = (n + 3) / 4;
+       if ((RT + nr >= 32)
+           ? (RA >= RT || RA < (RT + nr) % 32)
+           : (RA >= RT && RA < RT + nr))
+         program_interrupt(processor, cia,
+                           illegal_instruction_program_interrupt);
+       if (CURRENT_ALIGNMENT == STRICT_ALIGNMENT)
+         alignment_interrupt(processor, cia, EA);
+       while (n > 0) {
+         if (i == 32) {
+           r = (r + 1) % 32;
+           GPR(r) = 0;
+         }
+         GPR(r) |= INSERTED(MEM(unsigned, EA, 1), i, i+7);
+         i = i + 8;
+         if (i == 64) i = 32;
+         EA = EA + 1;
+         n = n - 1;
+       }
 
-0.31,6.RS,11.RA,16.NB,21.725,31./:X:be::Store String Word Immedate
+0.31,6.RT,11.RA,16.RB,21.533,31./:X:::Load String Word Indexed
+       unsigned_word EA;
+       unsigned_word b;
+       int n;
+       int r;
+       int i;
+       int nr;
+       if (RA_is_0) b = 0;
+       else         b = *rA;
+       EA = b + *rB;
+       n = EXTRACTED32(XER, 25, 31);
+       r = RT - 1;
+       i = 32;
+       nr = (n + 3) / 4;
+       if (((RT + nr >= 32)
+            ? ((RA >= RT || RA < (RT + nr) % 32)
+               || (RB >= RT || RB < (RT + nr) % 32))
+            : ((RA >= RT && RA < RT + nr)
+               || (RB >= RT && RB < RT + nr)))
+           || (RT == RA || RT == RB))
+         program_interrupt(processor, cia,
+                         illegal_instruction_program_interrupt);
+       if (CURRENT_ALIGNMENT == STRICT_ALIGNMENT)
+         alignment_interrupt(processor, cia, EA);
+       while (n > 0) {
+         if (i == 32) {
+           r = (r + 1) % 32;
+           GPR(r) = 0;
+         }
+         GPR(r) |= INSERTED(MEM(unsigned, EA, 1), i, i+7);
+         i = i + 8;
+         if (i == 64) i = 32;
+         EA = EA + 1;
+         n = n - 1;
+       }
 
-0.31,6.RS,11.RA,16.RB,21.661,31./:X:be::Store String Word Indexed
+0.31,6.RS,11.RA,16.NB,21.725,31./:X:::Store String Word Immedate
+       unsigned_word EA;
+       int n;
+       int r;
+       int i;
+       if (RA_is_0) EA = 0;
+       else         EA = *rA;
+       if (NB == 0) n = 32;
+       else         n = NB;
+       r = RS - 1;
+       i = 32;
+       if (CURRENT_ALIGNMENT == STRICT_ALIGNMENT)
+         alignment_interrupt(processor, cia, EA);
+       while (n > 0) {
+         if (i == 32) r = (r + 1) % 32;
+         STORE(EA, 1, EXTRACTED(GPR(r), i, i+7));
+         i = i + 8;
+         if (i == 64) i = 32;
+         EA = EA + 1;
+         n = n - 1;
+       }
+
+0.31,6.RS,11.RA,16.RB,21.661,31./:X:::Store String Word Indexed
+       unsigned_word EA;
+       unsigned_word b;
+       int n;
+       int r;
+       int i;
+       if (RA_is_0) b = 0;
+       else         b = *rA;
+       EA = b + *rB;
+       if (CURRENT_ALIGNMENT == STRICT_ALIGNMENT)
+         alignment_interrupt(processor, cia, EA);
+       n = EXTRACTED32(XER, 25, 31);
+       r = RS - 1;
+       i = 32;
+       while (n > 0) {
+         if (i == 32) r = (r + 1) % 32;
+         STORE(EA, 1, EXTRACTED(GPR(r), i, i+7));
+         i = i + 8;
+         if (i == 64) i = 32;
+         EA = EA + 1;
+         n = n - 1;
+       }
 
 
 #
@@ -2176,7 +2423,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
        unsigned_word b;
        unsigned_word EA;
-       if (RA == 0) b = 0;
+       if (RA_is_0) b = 0;
        else         b = *rA;
        EA = b + *rB;
        RESERVE = 1;
@@ -2188,7 +2435,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 0.31,6.RT,11.RA,16.RB,21.84,31./:X:64::Load Doubleword And Reserve Indexed
        unsigned_word b;
        unsigned_word EA;
-       if (RA == 0) b = 0;
+       if (RA_is_0) b = 0;
        else         b = *rA;
        EA = b + *rB;
        RESERVE = 1;
@@ -2204,7 +2451,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *604: PPC_UNIT_BPU,   PPC_UNIT_BPU,   1,  3,  0
        unsigned_word b;
        unsigned_word EA;
-       if (RA == 0) b = 0;
+       if (RA_is_0) b = 0;
        else         b = *rA;
        EA = b + *rB;
        if (RESERVE) {
@@ -2227,7 +2474,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 0.31,6.RS,11.RA,16.RB,21.214,31.1:X:64::Store Doubleword Conditional Indexed
        unsigned_word b;
        unsigned_word EA;
-       if (RA == 0) b = 0;
+       if (RA_is_0) b = 0;
        else         b = *rA;
        EA = b + *rB;
        if (RESERVE) {
@@ -2247,7 +2494,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
        }
        PPC_INSN_INT(0, (RA_BITMASK & ~1) | RB_BITMASK | RS_BITMASK, 1/*Rc*/);
 
-0.31,6./,11./,16./,21.598,31./:X::sync:Synchronize
+0.31,6./,9.L,11./,16./,21.598,31./:X::sync:Synchronize
 *601: PPC_UNIT_IU,    PPC_UNIT_IU,    1,  1,  0
 *603: PPC_UNIT_SRU,   PPC_UNIT_SRU,   1,  1,  0
 *603e:PPC_UNIT_SRU,   PPC_UNIT_SRU,   1,  1,  0
@@ -2259,7 +2506,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 # I.3.3.9 Fixed-Point Arithmetic Instructions
 #
 
-0.14,6.RT,11.RA,16.SI:D:T::Add Immediate
+0.14,6.RT,11.RA,16.SI:D:::Add Immediate
 *601: PPC_UNIT_IU,    PPC_UNIT_IU,    1,  1,  0
 *603: PPC_UNIT_IU,    PPC_UNIT_IU,    1,  1,  0
 *603e:PPC_UNIT_IU,    PPC_UNIT_SRU,   1,  1,  0
@@ -2477,7 +2724,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 
 0.31,6.RT,11.RA,16.RB,21./,22.9,31.Rc:XO:64::Multiply High Doubleword Unsigned
 
-0.31,6.RT,11.RA,16.RB,21./,22.11,31.Rc:XO::milhwu:Multiply High Word Unsigned
+0.31,6.RT,11.RA,16.RB,21./,22.11,31.Rc:XO::mulhwu:Multiply High Word Unsigned
 *601: PPC_UNIT_IU,    PPC_UNIT_IU,    10, 10, 0
 *603: PPC_UNIT_IU,    PPC_UNIT_IU,    6,  6,  0
 *603e:PPC_UNIT_IU,    PPC_UNIT_IU,    6,  6,  0
@@ -2962,12 +3209,12 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 #      CR0_COMPARE(result, 0, Rc);
 
 0.23,6.RS,11.RA,16.RB,21.MB,26.ME,31.Rc:M:::Rotate Left Word then AND with Mask
-#      long n = MASKED(*rB, 59, 63);
-#      unsigned32 r = ROTL32(*rS, n);
-#      unsigned32 m = MASK(MB+32, ME+32);
-#      signed_word result = r & m;
-#      *rA = result;
-#      CR0_COMPARE(result, 0, Rc);
+       long n = MASKED(*rB, 59, 63);
+       unsigned32 r = ROTL32(*rS, n);
+       unsigned32 m = MASK(MB+32, ME+32);
+       signed_word result = r & m;
+       *rA = result;
+       CR0_COMPARE(result, 0, Rc);
 
 0.30,6.RS,11.RA,16.sh_0_4,21.mb,27.3,30.sh_5,31.Rc:MD:64::Rotate Left Doubleword Immediate then Mask Insert
 #      long n = (sh_5 << 4) | sh_0_4;
@@ -3002,7 +3249,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *603: PPC_UNIT_IU,    PPC_UNIT_IU,    1,  1,  0
 *603e:PPC_UNIT_IU,    PPC_UNIT_IU,    1,  1,  0
 *604: PPC_UNIT_SCIU1, PPC_UNIT_SCIU2, 1,  1,  0
-       int n = MASKED(*rB, 59, 63);
+       int n = MASKED(*rB, 58, 63);
        unsigned32 source = *rS;
        signed_word shifted;
        if (n < 32)
@@ -3023,7 +3270,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *603: PPC_UNIT_IU,    PPC_UNIT_IU,    1,  1,  0
 *603e:PPC_UNIT_IU,    PPC_UNIT_IU,    1,  1,  0
 *604: PPC_UNIT_SCIU1, PPC_UNIT_SCIU2, 1,  1,  0
-       int n = MASKED(*rB, 59, 63);
+       int n = MASKED(*rB, 58, 63);
        unsigned32 source = *rS;
        signed_word shifted;
        if (n < 32)
@@ -3066,17 +3313,24 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *603: PPC_UNIT_IU,    PPC_UNIT_IU,    1,  1,  0
 *603e:PPC_UNIT_IU,    PPC_UNIT_IU,    1,  1,  0
 *604: PPC_UNIT_SCIU1, PPC_UNIT_SCIU2, 1,  1,  0
-       int n = MASKED(*rB, 58, 63);
-       int shift = (n >= 31 ? 31 : n);
+       unsigned64 mask;
+       int n = MASKED(*rB, 59, 63);
        signed32 source = (signed32)*rS; /* signed to keep sign bit */
-       signed32 shifted = source >> shift;
-       unsigned32 mask = ((unsigned32)-1) >> (31-shift);
-       *rA = (signed_word)shifted; /* if 64bit will sign extend */
-       if (source < 0 && (source & mask))
+       signed32 shifted = source >> n;
+       int S = (MASKED(*rS,32,32) != 0);
+       signed64 r = ((unsigned64) source);
+       r = ((unsigned64) source) << 32 | (unsigned32) source;
+       r = ROTL64(r,64-n);
+       if (MASKED(*rB,58,58) == 0)
+               mask = (unsigned64) MASK64(n+32,63);
+       else
+               mask = (unsigned64) 0;
+       *rA = (signed_word) (r & mask | ((signed64) -1*S) & ~mask); /* if 64bit will sign extend */
+       if (S && (MASKED(r & ~mask,32,63)!=0))
          XER |= xer_carry;
        else
          XER &= ~xer_carry;
-       CR0_COMPARE(shifted, 0, Rc);
+       CR0_COMPARE(*rA, 0, Rc);
        ITRACE(trace_alu, (" Result = %ld (0x%lx), XER = %ld\n",
                           (long)*rA, (long)*rA, (long)XER));
        PPC_INSN_INT(RA_BITMASK, RS_BITMASK, Rc);
@@ -3142,8 +3396,31 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
          program_interrupt(processor, cia,
                            illegal_instruction_program_interrupt);
        else {
-         /* HACK - some SPR's need to get their value extracted specially */
-         *rT = SPREG(n);
+         /* HACK - time base registers need to be calculated */
+         if (WITH_TIME_BASE) {
+           switch (n) {
+           case spr_dec:
+             *rT = cpu_get_decrementer(processor);
+             break;
+               case spr_tbrl:
+                 if (is_64bit_implementation) *rT = TB;
+                 else                         *rT = EXTRACTED64(TB, 32, 63);
+               break;
+               case spr_tbru:
+                 if (is_64bit_implementation) *rT = EXTRACTED64(TB, 0, 31);
+                 else                         *rT = EXTRACTED64(TB, 0, 31);
+               break;
+           case spr_tbu:
+           case spr_tbl:
+             /* NOTE - these SPR's are not readable. Use mftb[ul] */
+           default:
+             *rT = SPREG(n);
+             break;
+           }
+         }
+         else {
+           *rT = SPREG(n);
+         }
        }
        PPC_INSN_FROM_SPR(RT_BITMASK, n);
 
@@ -3167,6 +3444,8 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
        PPC_INSN_MTCR(RS_BITMASK, FXM);
 
 0.31,6.BF,9./,11./,16./,21.512,31./:X:::Move to Condition Register from XER
+#      CR_SET(BF, EXTRACTED32(XER, 0, 3));
+#      MBLIT32(XER, 0, 3, 0);
 
 0.31,6.RT,11./,16./,21.19,31./:X:::Move From Condition Register
 *601: PPC_UNIT_IU,    PPC_UNIT_IU,    1,  1,  0
@@ -3187,7 +3466,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
        unsigned_word b;
        unsigned_word EA;
-       if (RA == 0) b = 0;
+       if (RA_is_0) b = 0;
        else         b = *rA;
        EA = b + EXTS(D);
        *frT = DOUBLE(MEM(unsigned, EA, 4));
@@ -3200,7 +3479,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
        unsigned_word b;
        unsigned_word EA;
-       if (RA == 0) b = 0;
+       if (RA_is_0) b = 0;
        else         b = *rA;
        EA = b + *rB;
        *frT = DOUBLE(MEM(unsigned, EA, 4));
@@ -3212,7 +3491,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *603e:PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
        unsigned_word EA;
-       if (RA == 0)
+       if (RA_is_0)
          program_interrupt(processor, cia,
                            illegal_instruction_program_interrupt);
        EA = *rA + EXTS(D);
@@ -3220,13 +3499,13 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
        *rA = EA;
        PPC_INSN_INT_FLOAT(RA_BITMASK, FRT_BITMASK, (RA_BITMASK & ~1), 0);
 
-0.31,6.FRT,11.RA,16.RB,21.576,31./:X:f::Load Floating-Point Single with Update Indexed
+0.31,6.FRT,11.RA,16.RB,21.567,31./:X:f::Load Floating-Point Single with Update Indexed
 *601: PPC_UNIT_IU,    PPC_UNIT_IU,    3,  3,  0
 *603: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
 *603e:PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
        unsigned_word EA;
-       if (RA == 0)
+       if (RA_is_0)
          program_interrupt(processor, cia,
                            illegal_instruction_program_interrupt);
        EA = *rA + *rB;
@@ -3241,7 +3520,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
        unsigned_word b;
        unsigned_word EA;
-       if (RA == 0) b = 0;
+       if (RA_is_0) b = 0;
        else         b = *rA;
        EA = b + EXTS(D);
        *frT = MEM(unsigned, EA, 8);
@@ -3254,7 +3533,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
        unsigned_word b;
        unsigned_word EA;
-       if (RA == 0) b = 0;
+       if (RA_is_0) b = 0;
        else         b = *rA;
        EA = b + *rB;
        *frT = MEM(unsigned, EA, 8);
@@ -3266,7 +3545,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *603e:PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
        unsigned_word EA;
-       if (RA == 0)
+       if (RA_is_0)
          program_interrupt(processor, cia,
                            illegal_instruction_program_interrupt);
        EA = *rA + EXTS(D);
@@ -3280,7 +3559,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *603e:PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
        unsigned_word EA;
-       if (RA == 0)
+       if (RA_is_0)
          program_interrupt(processor, cia,
                            illegal_instruction_program_interrupt);
        EA = *rA + *rB;
@@ -3300,7 +3579,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
        unsigned_word b;
        unsigned_word EA;
-       if (RA == 0) b = 0;
+       if (RA_is_0) b = 0;
        else         b = *rA;
        EA = b + EXTS(D);
        STORE(EA, 4, SINGLE(*frS));
@@ -3313,7 +3592,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
        unsigned_word b;
        unsigned_word EA;
-       if (RA == 0) b = 0;
+       if (RA_is_0) b = 0;
        else         b = *rA;
        EA = b + *rB;
        STORE(EA, 4, SINGLE(*frS));
@@ -3325,7 +3604,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *603e:PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
        unsigned_word EA;
-       if (RA == 0)
+       if (RA_is_0)
          program_interrupt(processor, cia,
                            illegal_instruction_program_interrupt);
        EA = *rA + EXTS(D);
@@ -3339,7 +3618,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *603e:PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
        unsigned_word EA;
-       if (RA == 0)
+       if (RA_is_0)
          program_interrupt(processor, cia,
                            illegal_instruction_program_interrupt);
        EA = *rA + *rB;
@@ -3354,7 +3633,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
        unsigned_word b;
        unsigned_word EA;
-       if (RA == 0) b = 0;
+       if (RA_is_0) b = 0;
        else         b = *rA;
        EA = b + EXTS(D);
        STORE(EA, 8, *frS);
@@ -3367,19 +3646,31 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
        unsigned_word b;
        unsigned_word EA;
-       if (RA == 0) b = 0;
+       if (RA_is_0) b = 0;
        else         b = *rA;
        EA = b + *rB;
        STORE(EA, 8, *frS);
        PPC_INSN_INT_FLOAT(0, 0, (RA_BITMASK & ~1) | RB_BITMASK, FRS_BITMASK);
 
+0.31,6.FRS,11.RA,16.RB,21.983,31./:X:f::Store Floating-Point Integer Word Indexed
+*603: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
+*603e:PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
+*604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
+       unsigned_word b;
+       unsigned_word EA;
+       if (RA_is_0) b = 0;
+       else         b = *rA;
+       EA = b + *rB;
+       STORE(EA, 4, *frS);
+       PPC_INSN_INT_FLOAT(0, 0, (RA_BITMASK & ~1) | RB_BITMASK, FRS_BITMASK);
+
 0.55,6.FRS,11.RA,16.D:D:f::Store Floating-Point Double with Update
 *601: PPC_UNIT_IU,    PPC_UNIT_IU,    1,  1,  0
 *603: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
 *603e:PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
        unsigned_word EA;
-       if (RA == 0)
+       if (RA_is_0)
          program_interrupt(processor, cia,
                            illegal_instruction_program_interrupt);
        EA = *rA + EXTS(D);
@@ -3393,7 +3684,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *603e:PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  2,  0
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
        unsigned_word EA;
-       if (RA == 0)
+       if (RA_is_0)
          program_interrupt(processor, cia,
                            illegal_instruction_program_interrupt);
        EA = *rA + *rB;
@@ -3621,6 +3912,13 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
                                        0, /*instruction_is_convert_to_32bit*/
                                        0); /*single-precision*/
        }
+       else if (is_invalid_zero_divide (processor, cia,
+                                        *frA, *frB,
+                                        0 /*single?*/)) {
+         invalid_zero_divide_operation (processor, cia,
+                                        frT, *frA, *frB,
+                                        0 /*single?*/);
+       }
        else {
          /*HACK!*/
          double s = *(double*)frA / *(double*)frB;
@@ -3647,6 +3945,13 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
                                        0, /*instruction_is_convert_to_32bit*/
                                        1); /*single-precision*/
        }
+       else if (is_invalid_zero_divide (processor, cia,
+                                        *frA, *frB,
+                                        1 /*single?*/)) {
+         invalid_zero_divide_operation (processor, cia,
+                                        frT, *frA, *frB,
+                                        1 /*single?*/);
+       }
        else {
          /*HACK!*/
          float s = *(double*)frA / *(double*)frB;
@@ -3668,12 +3973,14 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
                                 fpscr_vxsnan | fpscr_vximz,
                                 0, /*single?*/
                                 0) /*negate?*/) {
+         union { double d; unsigned64 u; } tmp;
          invalid_arithemetic_operation(processor, cia,
-                                       (unsigned64*)&product, *frA, 0, *frC,
+                                       &tmp.u, *frA, 0, *frC,
                                        0, /*instruction_is_frsp*/
                                        0, /*instruction_is_convert_to_64bit*/
                                        0, /*instruction_is_convert_to_32bit*/
                                        0); /*single-precision*/
+         product = tmp.d;
        }
        else {
          /*HACK!*/
@@ -3713,12 +4020,14 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
                                 fpscr_vxsnan | fpscr_vximz,
                                 1, /*single?*/
                                 0) /*negate?*/) {
+         union { double d; unsigned64 u; } tmp;
          invalid_arithemetic_operation(processor, cia,
-                                       (unsigned64*)&product, *frA, 0, *frC,
+                                       &tmp.u, *frA, 0, *frC,
                                        0, /*instruction_is_frsp*/
                                        0, /*instruction_is_convert_to_64bit*/
                                        0, /*instruction_is_convert_to_32bit*/
                                        0); /*single-precision*/
+         product = tmp.d;
        }
        else {
          /*HACK!*/
@@ -3758,12 +4067,14 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
                                 fpscr_vxsnan | fpscr_vximz,
                                 0, /*single?*/
                                 0) /*negate?*/) {
+         union { double d; unsigned64 u; } tmp;
          invalid_arithemetic_operation(processor, cia,
-                                       (unsigned64*)&product, *frA, 0, *frC,
+                                       &tmp.u, *frA, 0, *frC,
                                        0, /*instruction_is_frsp*/
                                        0, /*instruction_is_convert_to_64bit*/
                                        0, /*instruction_is_convert_to_32bit*/
                                        0); /*single-precision*/
+         product = tmp.d;
        }
        else {
          /*HACK!*/
@@ -3803,12 +4114,14 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
                                 fpscr_vxsnan | fpscr_vximz,
                                 1, /*single?*/
                                 0) /*negate?*/) {
+         union { double d; unsigned64 u; } tmp;
          invalid_arithemetic_operation(processor, cia,
-                                       (unsigned64*)&product, *frA, 0, *frC,
+                                       &tmp.u, *frA, 0, *frC,
                                        0, /*instruction_is_frsp*/
                                        0, /*instruction_is_convert_to_64bit*/
                                        0, /*instruction_is_convert_to_32bit*/
                                        0); /*single-precision*/
+         product = tmp.d;
        }
        else {
          /*HACK!*/
@@ -3848,12 +4161,14 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
                                 fpscr_vxsnan | fpscr_vximz,
                                 0, /*single?*/
                                 0) /*negate?*/) {
+         union { double d; unsigned64 u; } tmp;
          invalid_arithemetic_operation(processor, cia,
-                                       (unsigned64*)&product, *frA, 0, *frC,
+                                       &tmp.u, *frA, 0, *frC,
                                        0, /*instruction_is_frsp*/
                                        0, /*instruction_is_convert_to_64bit*/
                                        0, /*instruction_is_convert_to_32bit*/
                                        0); /*single-precision*/
+         product = tmp.d;
        }
        else {
          /*HACK!*/
@@ -3893,12 +4208,14 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
                                 fpscr_vxsnan | fpscr_vximz,
                                 1, /*single?*/
                                 0) /*negate?*/) {
+         union { double d; unsigned64 u; } tmp;
          invalid_arithemetic_operation(processor, cia,
-                                       (unsigned64*)&product, *frA, 0, *frC,
+                                       &tmp.u, *frA, 0, *frC,
                                        0, /*instruction_is_frsp*/
                                        0, /*instruction_is_convert_to_64bit*/
                                        0, /*instruction_is_convert_to_32bit*/
                                        0); /*single-precision*/
+         product = tmp.d;
        }
        else {
          /*HACK!*/
@@ -3938,12 +4255,14 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
                                 fpscr_vxsnan | fpscr_vximz,
                                 0, /*single?*/
                                 0) /*negate?*/) {
+         union { double d; unsigned64 u; } tmp;
          invalid_arithemetic_operation(processor, cia,
-                                       (unsigned64*)&product, *frA, 0, *frC,
+                                       &tmp.u, *frA, 0, *frC,
                                        0, /*instruction_is_frsp*/
                                        0, /*instruction_is_convert_to_64bit*/
                                        0, /*instruction_is_convert_to_32bit*/
                                        0); /*single-precision*/
+         product = tmp.d;
        }
        else {
          /*HACK!*/
@@ -3983,12 +4302,14 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
                                 fpscr_vxsnan | fpscr_vximz,
                                 1, /*single?*/
                                 0) /*negate?*/) {
+         union { double d; unsigned64 u; } tmp;
          invalid_arithemetic_operation(processor, cia,
-                                       (unsigned64*)&product, *frA, 0, *frC,
+                                       &tmp.u, *frA, 0, *frC,
                                        0, /*instruction_is_frsp*/
                                        0, /*instruction_is_convert_to_64bit*/
                                        0, /*instruction_is_convert_to_32bit*/
                                        0); /*single-precision*/
+         product = tmp.d;
        }
        else {
          /*HACK!*/
@@ -4028,28 +4349,29 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
        int sign;
        int exp;
        unsigned64 frac_grx;
-       /* split off cases for what to do */
-       if (EXTRACTED64(*frB, 1, 11) < 897
-           && EXTRACTED64(*frB, 1, 63) > 0) {
-           if ((FPSCR & fpscr_ue) == 0) goto Disabled_Exponent_Underflow;
-           if ((FPSCR & fpscr_ue) != 0) goto Enabled_Exponent_Underflow;
-       }
-       if (EXTRACTED64(*frB, 1, 11) > 1150
-           && EXTRACTED64(*frB, 1, 11) < 2047) {
-           if ((FPSCR & fpscr_oe) == 0) goto Disabled_Exponent_Overflow;
-           if ((FPSCR & fpscr_oe) != 0) goto Enabled_Exponent_Overflow;
-       }
-       if (EXTRACTED64(*frB, 1, 11) > 896
-           && EXTRACTED64(*frB, 1, 11) < 1151) goto Normal_Operand;
-       if (EXTRACTED64(*frB, 1, 63) == 0) goto Zero_Operand;
-       if (EXTRACTED64(*frB, 1, 11) == 2047) {
-         if (EXTRACTED64(*frB, 12, 63) == 0) goto Infinity_Operand;
-         if (EXTRACTED64(*frB, 12, 12) == 1) goto QNaN_Operand;
-         if (EXTRACTED64(*frB, 12, 12) == 0
-             && EXTRACTED64(*frB, 13, 63) > 0) goto SNaN_Operand;
-       }
-       /* handle them */
-       Disabled_Exponent_Underflow:
+       /***/
+         /* split off cases for what to do */
+         if (EXTRACTED64(*frB, 1, 11) < 897
+             && EXTRACTED64(*frB, 1, 63) > 0) {
+             if ((FPSCR & fpscr_ue) == 0) GOTO(Disabled_Exponent_Underflow);
+             if ((FPSCR & fpscr_ue) != 0) GOTO(Enabled_Exponent_Underflow);
+         }
+         if (EXTRACTED64(*frB, 1, 11) > 1150
+             && EXTRACTED64(*frB, 1, 11) < 2047) {
+             if ((FPSCR & fpscr_oe) == 0) GOTO(Disabled_Exponent_Overflow);
+             if ((FPSCR & fpscr_oe) != 0) GOTO(Enabled_Exponent_Overflow);
+         }
+         if (EXTRACTED64(*frB, 1, 11) > 896
+             && EXTRACTED64(*frB, 1, 11) < 1151) GOTO(Normal_Operand);
+         if (EXTRACTED64(*frB, 1, 63) == 0) GOTO(Zero_Operand);
+         if (EXTRACTED64(*frB, 1, 11) == 2047) {
+           if (EXTRACTED64(*frB, 12, 63) == 0) GOTO(Infinity_Operand);
+           if (EXTRACTED64(*frB, 12, 12) == 1) GOTO(QNaN_Operand);
+           if (EXTRACTED64(*frB, 12, 12) == 0
+               && EXTRACTED64(*frB, 13, 63) > 0) GOTO(SNaN_Operand);
+         }
+       /**/
+       LABEL(Disabled_Exponent_Underflow):
          sign = EXTRACTED64(*frB, 0, 0);
          if (EXTRACTED64(*frB, 1, 11) == 0) {
            exp = -1022;
@@ -4061,7 +4383,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
          }
            /* G|R|X == zero from above */
            while (exp < -126) {
-             exp = exp - 1;
+             exp = exp + 1;
              frac_grx = (INSERTED64(EXTRACTED64(frac_grx, 0, 54), 1, 55)
                          | MASKED64(frac_grx, 55, 55));
            }
@@ -4091,8 +4413,9 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
                    | INSERTED64(exp + 1023, 1, 11)
                    | INSERTED64(EXTRACTED64(frac_grx, 1, 52), 12, 63));
          }
-         goto Done;
-       Enabled_Exponent_Underflow:
+         GOTO(Done);
+       /**/
+       LABEL(Enabled_Exponent_Underflow):
          FPSCR_SET_UX(1);
          sign = EXTRACTED64(*frB, 0, 0);
          if (EXTRACTED64(*frB, 1, 11) == 0) {
@@ -4117,8 +4440,9 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
                  | INSERTED64(EXTRACTED64(frac_grx, 1, 52), 12, 63));
          if (sign == 0) FPSCR_SET_FPRF(fpscr_rf_pos_normal_number);
          if (sign == 1) FPSCR_SET_FPRF(fpscr_rf_neg_normal_number);
-         goto Done;
-       Disabled_Exponent_Overflow:
+         GOTO(Done);
+       /**/
+       LABEL(Disabled_Exponent_Overflow):
          FPSCR_SET_OX(1);
          if ((FPSCR & fpscr_rn) == fpscr_rn_round_to_nearest) {
            if (EXTRACTED64(*frB, 0, 0) == 0) {
@@ -4163,43 +4487,49 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
          /* FPSCR[FR] <- undefined */
          FPSCR_SET_FI(1);
          FPSCR_SET_XX(1);
-         goto Done;
-       Enabled_Exponent_Overflow:
+         GOTO(Done);
+       /**/
+       LABEL(Enabled_Exponent_Overflow):
          sign = EXTRACTED64(*frB, 0, 0);
          exp = EXTRACTED64(*frB, 1, 11) - 1023;
          frac_grx = BIT64(0) | INSERTED64(EXTRACTED64(*frB, 12, 63), 1, 52);
          Round_Single(processor, sign, &exp, &frac_grx);
          FPSCR_SET_XX(FPSCR & fpscr_fi);
-         Enabled_Overflow:
-           FPSCR_SET_OX(1);
-           exp = exp - 192;
-           *frT = (INSERTED64(sign, 0, 0)
-                   | INSERTED64(exp + 1023, 1, 11)
-                   | INSERTED64(EXTRACTED64(frac_grx, 1, 52), 12, 63));
-           if (sign == 0) FPSCR_SET_FPRF(fpscr_rf_pos_normal_number);
-           if (sign == 1) FPSCR_SET_FPRF(fpscr_rf_neg_normal_number);
-         goto Done;
-       Zero_Operand:
+       /**/
+       LABEL(Enabled_Overflow):
+         FPSCR_SET_OX(1);
+         exp = exp - 192;
+         *frT = (INSERTED64(sign, 0, 0)
+                 | INSERTED64(exp + 1023, 1, 11)
+                 | INSERTED64(EXTRACTED64(frac_grx, 1, 52), 12, 63));
+         if (sign == 0) FPSCR_SET_FPRF(fpscr_rf_pos_normal_number);
+         if (sign == 1) FPSCR_SET_FPRF(fpscr_rf_neg_normal_number);
+         GOTO(Done);
+       /**/
+       LABEL(Zero_Operand):
          *frT = *frB;
          if (EXTRACTED64(*frB, 0, 0) == 0) FPSCR_SET_FPRF(fpscr_rf_pos_zero);
          if (EXTRACTED64(*frB, 0, 0) == 1) FPSCR_SET_FPRF(fpscr_rf_neg_zero);
          FPSCR_SET_FR(0);
          FPSCR_SET_FI(0);
-         goto Done;
-       Infinity_Operand:
+         GOTO(Done);
+       /**/
+       LABEL(Infinity_Operand):
          *frT = *frB;
          if (EXTRACTED64(*frB, 0, 0) == 0) FPSCR_SET_FPRF(fpscr_rf_pos_infinity);
          if (EXTRACTED64(*frB, 0, 0) == 1) FPSCR_SET_FPRF(fpscr_rf_neg_infinity);
          FPSCR_SET_FR(0);
          FPSCR_SET_FI(0);
-         goto Done;
-       QNaN_Operand:
+         GOTO(Done);
+       /**/
+       LABEL(QNaN_Operand):
          *frT = INSERTED64(EXTRACTED64(*frB, 0, 34), 0, 34);
          FPSCR_SET_FPRF(fpscr_rf_quiet_nan);
          FPSCR_SET_FR(0);
          FPSCR_SET_FI(0);
-         goto Done;
-       SNaN_Operand:
+         GOTO(Done);
+       /**/
+       LABEL(SNaN_Operand):
          FPSCR_OR_VX(fpscr_vxsnan);
          if ((FPSCR & fpscr_ve) == 0) {
            *frT = (MASKED64(*frB, 0, 11)
@@ -4209,29 +4539,35 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
          }
          FPSCR_SET_FR(0);
          FPSCR_SET_FI(0);
-         goto Done;
-       Normal_Operand:
+         GOTO(Done);
+       /**/
+       LABEL(Normal_Operand):
          sign = EXTRACTED64(*frB, 0, 0);
          exp = EXTRACTED64(*frB, 1, 11) - 1023;
          frac_grx = BIT64(0) | INSERTED64(EXTRACTED64(*frB, 12, 63), 1, 52);
          Round_Single(processor, sign, &exp, &frac_grx);
          FPSCR_SET_XX(FPSCR & fpscr_fi);
-         if (exp > 127 && (FPSCR & fpscr_oe) == 0) goto Disabled_Exponent_Overflow;
-         if (exp > 127 && (FPSCR & fpscr_oe) != 0) goto Enabled_Overflow;
+         if (exp > 127 && (FPSCR & fpscr_oe) == 0) GOTO(Disabled_Exponent_Overflow);
+         if (exp > 127 && (FPSCR & fpscr_oe) != 0) GOTO(Enabled_Overflow);
          *frT = (INSERTED64(sign, 0, 0)
                  | INSERTED64(exp + 1023, 1, 11)
                  | INSERTED64(EXTRACTED64(frac_grx, 1, 52), 12, 63));
          if (sign == 0) FPSCR_SET_FPRF(fpscr_rf_pos_normal_number);
          if (sign == 1) FPSCR_SET_FPRF(fpscr_rf_neg_normal_number);
-         goto Done;
-       Done:
-       PPC_INSN_FLOAT(FRT_BITMASK, FRB_BITMASK, Rc);
+         GOTO(Done);
+       /**/
+       LABEL(Done):
+         PPC_INSN_FLOAT(FRT_BITMASK, FRB_BITMASK, Rc);
+
 
 0.63,6.FRT,11./,16.FRB,21.814,31.Rc:X:64,f::Floating Convert To Integer Doubleword
+       floating_point_assist_interrupt(processor, cia);
 
 0.63,6.FRT,11./,16.FRB,21.815,31.Rc:X:64,f::Floating Convert To Integer Doubleword with round towards Zero
+       floating_point_assist_interrupt(processor, cia);
 
 0.63,6.FRT,11./,16.FRB,21.14,31.Rc:X:f::Floating Convert To Integer Word
+       floating_point_assist_interrupt(processor, cia);
 
 0.63,6.FRT,11./,16.FRB,21.15,31.Rc:X:f:fctiwz:Floating Convert To Integer Word with round towards Zero
 *601: PPC_UNIT_FPU,   PPC_UNIT_FPU,   4,  4,  0
@@ -4249,30 +4585,32 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
        int sign = EXTRACTED64(*frB, 0, 0);
        int exp = 63;
        unsigned64 frac = *frB;
-       if (frac == 0) goto Zero_Operand;
-       if (sign == 1) frac = ~frac + 1;
-       while (EXTRACTED64(frac, 0, 0) == 0) {
-         /*??? do the loop 0 times if (FRB) = max negative integer */
-         frac = INSERTED64(EXTRACTED64(frac, 1, 63), 0, 62);
-         exp = exp - 1;
-       }
-       Round_Float(processor, sign, &exp, &frac, FPSCR & fpscr_rn);
-       if (sign == 0) FPSCR_SET_FPRF(fpscr_rf_pos_normal_number);
-       if (sign == 1) FPSCR_SET_FPRF(fpscr_rf_pos_normal_number);
-       *frT = (INSERTED64(sign, 0, 0)
-               | INSERTED64(exp + 1023, 1, 11)
-               | INSERTED64(EXTRACTED64(frac, 1, 52), 12, 63));
-       goto Done;
+       /***/
+         if (frac == 0) GOTO(Zero_Operand);
+         if (sign == 1) frac = ~frac + 1;
+         while (EXTRACTED64(frac, 0, 0) == 0) {
+           /*??? do the loop 0 times if (FRB) = max negative integer */
+           frac = INSERTED64(EXTRACTED64(frac, 1, 63), 0, 62);
+           exp = exp - 1;
+         }
+         Round_Float(processor, sign, &exp, &frac, FPSCR & fpscr_rn);
+         if (sign == 0) FPSCR_SET_FPRF(fpscr_rf_pos_normal_number);
+         if (sign == 1) FPSCR_SET_FPRF(fpscr_rf_pos_normal_number);
+         *frT = (INSERTED64(sign, 0, 0)
+                 | INSERTED64(exp + 1023, 1, 11)
+                 | INSERTED64(EXTRACTED64(frac, 1, 52), 12, 63));
+         GOTO(Done);
        /**/
-       Zero_Operand:
+       LABEL(Zero_Operand):
          FPSCR_SET_FR(0);
          FPSCR_SET_FI(0);
          FPSCR_SET_FPRF(fpscr_rf_pos_zero);
          *frT = 0;
-         goto Done;
+         GOTO(Done);
        /**/
-       Done:
-       PPC_INSN_FLOAT(FRT_BITMASK, FRB_BITMASK, Rc);
+       LABEL(Done):
+         PPC_INSN_FLOAT(FRT_BITMASK, FRB_BITMASK, Rc);
+
 
 #
 # I.4.6.7 Floating-Point Compare Instructions
@@ -4334,41 +4672,87 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 #
 
 0.63,6.FRT,11./,16./,21.583,31.Rc:X:f::Move From FPSCR
+       FPSCR_BEGIN;
+       *frT = FPSCR;
+       FPSCR_END(Rc);
 
 0.63,6.BF,9./,11.BFA,14./,16./,21.64,31./:X:f::Move to Condition Register from FPSCR
+       FPSCR_BEGIN;
+       unsigned field = FPSCR_FIELD(BFA);
+       CR_SET(BF, field);
+       FPSCR_SET(BFA, 0); /* FPSCR_END fixes up FEX/VX */
+       FPSCR_END(0);
 
-0.64,6.BF,9./,11./,16.U,20./,21.134,31.Rc:X:f::Move To FPSCR Field Immediate
+0.63,6.BF,9./,11./,16.U,20./,21.134,31.Rc:X:f::Move To FPSCR Field Immediate
+       FPSCR_BEGIN;
+       FPSCR_SET(BF, U);
+       FPSCR_END(Rc);
 
 0.63,6./,7.FLM,15./,16.FRB,21.711,31.Rc:XFL:f::Move To FPSCR Fields
+       FPSCR_BEGIN;
+       int i;
+       for (i = 0; i < 8; i++) {
+         if ((FLM & BIT8(i))) {
+           FPSCR &= ~MASK32(i*4, i*4+3);
+           FPSCR |= MASKED32(*frB, i*4, i*4+3);
+         }
+       }
+       FPSCR_END(Rc);
 
 0.63,6.BT,11./,16./,21.70,31.Rc:X:f::Move To FPSCR Bit 0
+       FPSCR_BEGIN;
+       unsigned32 bit = BIT32(BT);
+       FPSCR &= ~bit;
+       FPSCR_END(Rc);
 
 0.63,6.BT,11./,16./,21.38,31.Rc:X:f::Move To FPSCR Bit 1
-
-
-#
-# I.A.1.1 Floating-Point Store Instruction
-#
-0.31,6.FRS,11.RA,16.RB,21.983,31./:X:f::Store Floating-Point as Integer Word Indexed
+       FPSCR_BEGIN;
+       unsigned32 bit = BIT32(BT);
+       if (bit & fpscr_fi)
+         bit |= fpscr_xx;
+       if ((bit & fpscr_vx_bits))
+         bit |= fpscr_fx;
+       /* note - omit vx bit */
+       if ((bit & (fpscr_ox | fpscr_ux | fpscr_zx | fpscr_xx)))
+         bit |= fpscr_fx;
+       FPSCR |= bit;
+       FPSCR_END(Rc);
 
 #
 # I.A.1.2 Floating-Point Arithmetic Instructions
 #
 
-0.63,6.FRT,11./,16.FRB,21./,26.22,31.Rc:A:f::Floating Square Root
+0.63,6.FRT,11./,16.FRB,21./,26.22,31.Rc:A:f,o::Floating Square Root
+       program_interrupt(processor, cia, optional_instruction_program_interrupt);
 
-0.59,6.FRT,11./,16.FRB,21./,26.22,31.Rc:A:f::Floating Square Root Single
+0.59,6.FRT,11./,16.FRB,21./,26.22,31.Rc:A:f,o::Floating Square Root Single
+       program_interrupt(processor, cia, optional_instruction_program_interrupt);
 
-0.59,6.FRT,11./,16.FRB,21./,26.24,31.Rc:A:f::Floating Reciprocal Estimate Single
+0.59,6.FRT,11./,16.FRB,21./,26.24,31.Rc:A:f,o::Floating Reciprocal Estimate Single
+       program_interrupt(processor, cia, optional_instruction_program_interrupt);
 
-0.63,6.FRT,11./,16.FRB,21./,26.26,31.Rc:A:f::Floating Reciprocal Square Root Estimate
+0.63,6.FRT,11./,16.FRB,21./,26.26,31.Rc:A:f,o::Floating Reciprocal Square Root Estimate
+       program_interrupt(processor, cia, optional_instruction_program_interrupt);
 
 #
 # I.A.1.3 Floating-Point Select Instruction
 #
 
-0.63,6.FRT,11.FRA,16.FRB,21.FRC,26.23,31.Rc:A:f::Floating Select
-
+0.63,6.FRT,11.FRA,16.FRB,21.FRC,26.23,31.Rc:A:f,o::Floating Select
+*601: PPC_UNIT_BAD,   PPC_UNIT_BAD,   0,  0,  0
+*603: PPC_UNIT_FPU,   PPC_UNIT_FPU,   1,  3,  0
+*603e:PPC_UNIT_FPU,   PPC_UNIT_FPU,   1,  3,  0
+*604: PPC_UNIT_FPU,   PPC_UNIT_FPU,   1,  3,  0
+       if (CURRENT_MODEL == MODEL_ppc601) {
+         program_interrupt(processor, cia, optional_instruction_program_interrupt);
+       } else {
+         unsigned64 zero = 0;
+         FPSCR_BEGIN;
+         if (is_NaN(*frA, 0) || is_less_than (frA, &zero)) *frT = *frB;
+         else                                              *frT = *frC;
+         FPSCR_END(Rc);
+         PPC_INSN_FLOAT(FRT_BITMASK, FRA_BITMASK | FRB_BITMASK | FRC_BITMASK, Rc);
+       }
 
 #
 # II.3.2 Cache Management Instructions
@@ -4390,7 +4774,7 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 *603: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
 *603e:PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  3,  0
 *604: PPC_UNIT_LSU,   PPC_UNIT_LSU,   1,  1,  0
-       cpu_synchronize_context(processor);
+       cpu_synchronize_context(processor, cia);
        PPC_INSN_INT(0, 0, 0);
 
 
@@ -4486,7 +4870,8 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
                 | MASKED(SRR1, 37, 41)
                 | MASKED(SRR1, 48, 63));
          NIA = MASKED(SRR0, 0, 61);
-         cpu_synchronize_context(processor);
+         cpu_synchronize_context(processor, cia);
+         check_masked_interrupts(processor);
        }
 
 #
@@ -4503,8 +4888,10 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
        if (IS_PROBLEM_STATE(processor))
          program_interrupt(processor, cia,
                            privileged_instruction_program_interrupt);
-       else
+       else {
          MSR = *rS;
+         check_masked_interrupts(processor);
+       }
 
 0.31,6.RT,11./,16./,21.83,31./:X:::Move From Machine State Register
 *601: PPC_UNIT_IU,    PPC_UNIT_IU,    1,  1,  0
@@ -4514,8 +4901,10 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
        if (IS_PROBLEM_STATE(processor))
          program_interrupt(processor, cia,
                            privileged_instruction_program_interrupt);
-       else
+       else {
          *rT = MSR;
+         check_masked_interrupts(processor);
+       }
 
 
 #
@@ -4591,11 +4980,37 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 0.31,6./,11./,16./,21.498,31./:X:64::SLB Invalidate All
 
 0.31,6./,11./,16.RB,21.306,31./:X:::TLB Invalidate Entry
+       if (IS_PROBLEM_STATE(processor))
+         program_interrupt(processor, cia,
+                           privileged_instruction_program_interrupt);
+       else {
+         int nr = 0;
+         cpu *proc;
+         while (1) {
+           proc = psim_cpu(cpu_system(processor), nr);
+           if (proc == NULL) break;
+           cpu_page_tlb_invalidate_entry(proc, *rB);
+           nr++;
+         }
+       }
 
 0.31,6./,11./,16./,21.370,31./:X:::TLB Invalidate All
+       if (IS_PROBLEM_STATE(processor))
+         program_interrupt(processor, cia,
+                           privileged_instruction_program_interrupt);
+       else {
+         int nr = 0;
+         cpu *proc;
+         while (1) {
+           proc = psim_cpu(cpu_system(processor), nr);
+           if (proc == NULL) break;
+           cpu_page_tlb_invalidate_all(proc);
+           nr++;
+         }
+       }
 
-0.31,6./,11./,16./,21.566,31./:X:::TLB Sychronize
-
+0.31,6./,11./,16./,21.566,31./:X:::TLB Synchronize
+       /* nothing happens here - always in sync */
 
 #
 # III.A.1.2 External Access Instructions
@@ -4604,3 +5019,6 @@ void::function::invalid_arithemetic_operation:cpu *processor, unsigned_word cia,
 0.31,6.RT,11.RA,16.RB,21.310,31./:X:earwax::External Control In Word Indexed
 
 0.31,6.RS,11.RA,16.RB,21.438,31./:X:earwax::External Control Out Word Indexed
+
+:include:::altivec.igen
+:include:::e500.igen
This page took 0.054112 seconds and 4 git commands to generate.