2002-03-03 Chris Demetriou <cgd@broadcom.com>
authorChris Demetriou <cgd@google.com>
Mon, 4 Mar 2002 03:19:49 +0000 (03:19 +0000)
committerChris Demetriou <cgd@google.com>
Mon, 4 Mar 2002 03:19:49 +0000 (03:19 +0000)
        * mips.igen: Remove whitespace at end of lines.

sim/mips/ChangeLog
sim/mips/mips.igen

index f8127f1b139dbbae78dc197930d5457d1502a7c2..80a4f4dc9fa23fdc903ed8e95d65691af6547728 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-03  Chris Demetriou  <cgd@broadcom.com>
+
+       * mips.igen: Remove whitespace at end of lines.
+
 2002-03-02  Chris Demetriou  <cgd@broadcom.com>
 
        * mips.igen (loadstore_ea): New function to do effective
index 2c75cb88f3f1676241b7e39e62e76e3a9abe6a56..582df38c278b491c9d2fcbe7400d69ed98c6d3bf 100644 (file)
 
 
 // Helper:
-// 
+//
 // Check that an access to a HI/LO register meets timing requirements
 //
 // The following requirements exist:
       sim_engine_abort (SD, CPU, CIA, "HILO: %s: %s at 0x%08lx too close to MF at 0x%08lx\n",
                        itable[MY_INDEX].name,
                        new, (long) CIA,
-                       (long) history->mf.cia);      
+                       (long) history->mf.cia);
       return 0;
     }
   return 1;
                        itable[MY_INDEX].name,
                        (long) CIA,
                        (long) history->op.cia,
-                       (long) peer->mt.cia);      
+                       (long) peer->mt.cia);
       ok = 0;
     }
   history->mf.timestamp = time;
 
 
 // Helper:
-// 
+//
 // Check that the 64-bit instruction can currently be used, and signal
 // an ReservedInstruction exception if not.
 //
 
   else
     {
-      /* If we get this far, we're not an instruction reserved by the sim.  Raise 
+      /* If we get this far, we're not an instruction reserved by the sim.  Raise
         the exception. */
       SignalException(BreakPoint, instruction_0);
     }
   unsigned64 op2 = GPR[rt];
   check_mult_hilo (SD_, HIHISTORY, LOHISTORY);
   TRACE_ALU_INPUT2 (GPR[rs], GPR[rt]);
-  /* make signed multiply unsigned */ 
+  /* make signed multiply unsigned */
   sign = 0;
   if (signed_p)
     {
 }
 
 // Helper:
-// 
+//
 // Check that the FPU is currently usable, and signal a CoProcessorUnusable
 // exception if not.
 //
 
 :function:::void:check_fpu:
-*mipsI: 
+*mipsI:
 *mipsII:
 *mipsIII:
 *mipsIV:
       else
        {
          if (STATE_VERBOSE_P(SD))
-           sim_io_eprintf (SD, 
+           sim_io_eprintf (SD,
              "Warning: PC 0x%lx: semantic_DMxC1_COP1Sa 32-bit use of odd FPR number\n",
              (long) CIA);
          PENDING_FILL(RT,SET64HI(0xDEADC0DE) | 0xBAD0BAD0);
       else
        {
          if (STATE_VERBOSE_P(SD))
-           sim_io_eprintf (SD, 
+           sim_io_eprintf (SD,
              "Warning: PC 0x%lx: DMxC1 32-bit use of odd FPR number\n",
                            (long) CIA);
          GPR[RT] = SET64HI (0xDEADC0DE) | 0xBAD0BAD0;
 
 
 
-110001,5.BASE,5.FT,16.OFFSET:COP1:32,f::LWC1 
+110001,5.BASE,5.FT,16.OFFSET:COP1:32,f::LWC1
 "lwc1 f<FT>, <OFFSET>(r<BASE>)"
 *mipsI:
 *mipsII:
       if (SizeFGR() == 64)
        {
          if (STATE_VERBOSE_P(SD))
-           sim_io_eprintf (SD, 
+           sim_io_eprintf (SD,
                            "Warning:  PC 0x%lx: MTC1 not DMTC1 with 64 bit regs\n",
                            (long) CIA);
          PENDING_FILL ((FS + FGRIDX), (SET64HI(0xDEADC0DE) | VL4_8(GPR[RT])));
This page took 0.044779 seconds and 4 git commands to generate.