Searched refs:OPCODE_BRA_DISP (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/kernel/
H A Dkgdb.c26 #define OPCODE_BRA_DISP(op) (((op) & 0x800) ? (((op) | 0xfffff800) << 1) : \ macro
85 addr = linux_regs->pc + 4 + OPCODE_BRA_DISP(op);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/kernel/
H A Dkgdb.c26 #define OPCODE_BRA_DISP(op) (((op) & 0x800) ? (((op) | 0xfffff800) << 1) : \ macro
85 addr = linux_regs->pc + 4 + OPCODE_BRA_DISP(op);

Completed in 119 milliseconds