Re: [pypy-dev] PPC64 JIT progress

2011-08-16 Thread Sven Hager
On 08/15/2011 07:12 PM, David Edelsohn wrote: Attached is the next patch for the PPC JIT backend. The patch adds shift-left simplified mnemonic (sldi) and a load doubleword (load_dword) function that uses it. I also discovered some typos in my previous patch to ppc_field.py. Currently every PP

[pypy-dev] PPC64 JIT progress

2011-08-15 Thread David Edelsohn
Attached is the next patch for the PPC JIT backend. The patch adds shift-left simplified mnemonic (sldi) and a load doubleword (load_dword) function that uses it. I also discovered some typos in my previous patch to ppc_field.py. Currently every PPC JIT testcase fails on PPC64 Linux because the