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 st
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
> 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;
>> +
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 r
From: Michal Simek <[EMAIL PROTECTED]>
Signed-off-by: Michal Simek <[EMAIL PROTECTED]>
---
arch/microblaze/kernel/exceptions.c | 77 +
arch/microblaze/kernel/hw_exception_handler.S | 392 +
include/asm-microblaze/exceptions.h | 63
3 file