Re: [pypy-dev] PPC backend design questions

2011-08-11 Thread David Edelsohn
Attached is a new patch that corrects the PPC fields. The only simple way I can think of handling the 64 bit immediate shift field is by adding a keyword argument to Field to ignore overlap. Expressing the details of the field splitting will be complicated and doesn't seem worth it. Is there a

Re: [pypy-dev] PPC backend design questions

2011-08-11 Thread Sven Hager
On 08/11/2011 09:42 PM, David Edelsohn wrote: Attached is a new patch that corrects the PPC fields. The only simple way I can think of handling the 64 bit immediate shift field is by adding a keyword argument to Field to ignore overlap. Expressing the details of the field splitting will be