Re: [PATCH 08/60] microblaze_v4: exception handling

2008-06-26 Thread Michal Simek
On Thu, Jun 26, 2008 at 5:29 AM, [EMAIL PROTECTED] wrote: +ex_sw: + /* Get the destination register number into r5 */ + lbuir5, r0, ex_reg_op; + /* Form store_word jump table offset (sw_table + (8 * regnum)) */ + la r6, r0, sw_table; + add r5,

Re: [PATCH 08/60] microblaze_v4: exception handling

2008-06-26 Thread Ray Lee
On Thu, Jun 26, 2008 at 12:19 PM, Michal Simek [EMAIL PROTECTED] wrote: On Thu, Jun 26, 2008 at 5:29 AM, [EMAIL PROTECTED] wrote: +ex_sw: + /* Get the destination register number into r5 */ + lbuir5, r0, ex_reg_op; + /* Form store_word jump table offset (sw_table + (8 *

Re: [PATCH 08/60] microblaze_v4: exception handling

2008-06-26 Thread Michal Simek
Ray Lee napsal(a): On Thu, Jun 26, 2008 at 12:19 PM, Michal Simek [EMAIL PROTECTED] wrote: On Thu, Jun 26, 2008 at 5:29 AM, [EMAIL PROTECTED] wrote: +ex_sw: + /* Get the destination register number into r5 */ + lbuir5, r0, ex_reg_op; + /* Form store_word jump table