Re: [PATCH, rs6000] Add support for the POWER7 dcffix instruction

2012-03-02 Thread Peter Bergner
On Wed, 2012-02-01 at 23:09 -0500, David Edelsohn wrote: > On Wed, Feb 1, 2012 at 10:00 PM, Peter Bergner wrote: > > The POWER Toolchain IPC team who is adding POWER7 support to valgrind > > reminded me that Power ISA 2.06 added a new convert from integer to > > decimal64 dfp instruction. The fol

Re: [PATCH, rs6000] Add support for the POWER7 dcffix instruction

2012-02-01 Thread David Edelsohn
On Wed, Feb 1, 2012 at 10:00 PM, Peter Bergner wrote: > The POWER Toolchain IPC team who is adding POWER7 support to valgrind > reminded me that Power ISA 2.06 added a new convert from integer to > decimal64 dfp instruction.  The following patch adds support for it. > > This passed bootstrap and r

[PATCH, rs6000] Add support for the POWER7 dcffix instruction

2012-02-01 Thread Peter Bergner
The POWER Toolchain IPC team who is adding POWER7 support to valgrind reminded me that Power ISA 2.06 added a new convert from integer to decimal64 dfp instruction. The following patch adds support for it. This passed bootstrap and regression testing with no regressions. Is this ok? If so, when