2013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
authorHafiz Abid Qadeer <abidh@codesourcery.com>
Fri, 3 May 2013 14:03:57 +0000 (14:03 +0000)
committerHafiz Abid Qadeer <abidh@codesourcery.com>
Fri, 3 May 2013 14:03:57 +0000 (14:03 +0000)
revert:
2013-04-19  Nathan Froyd  <froydnj@codesourcery.com>
* ppc-instructions (isel): New instruction.

sim/ppc/ChangeLog
sim/ppc/ppc-instructions

index 3935e20e2ef7948eb5240cedc363e6f4bd2b5e62..0060fb3f8268fd572efec2ddfca54a9eee2e8cb0 100644 (file)
@@ -1,3 +1,9 @@
+2013-05-03  Hafiz Abid Qadeer  <abidh@codesourcery.com>
+
+       revert:
+       2013-04-19  Nathan Froyd  <froydnj@codesourcery.com>
+       * ppc-instructions (isel): New instruction.
+
 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
 
        * COPYING: Update to GPL version 3.
index d76a7654c50db0013e98081fe6f8dfe7708e0e0b..1b8fd89ad29a369b793002f6ed462996b52150bb 100644 (file)
@@ -3454,19 +3454,6 @@ void::function::invalid_zero_divide_operation:cpu *processor, unsigned_word cia,
        *rT = (unsigned32)CR;
        PPC_INSN_MFCR(RT_BITMASK);
 
-#
-# I.3.3.15 Fixed-Point Select
-#
-
-0.31,6.RT,11.RA,16.RB,21.BF,26.15,31./:A::isel:Integer Select
-       unsigned_word a;
-       if (RA_is_0) a = 0;
-       else         a = *rA;
-       if (CR & (1 << (31 - BF)))
-         *rT = a;
-       else
-         *rT = *rB;
-
 #
 # I.4.6.2 Floating-Point Load Instructions
 #
This page took 0.035278 seconds and 4 git commands to generate.