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

/linux-4.4.14/arch/sh/kernel/
H A Dkgdb.c33 #define OPCODE_BSR_DISP(op) (((op) & 0x800) ? (((op) | 0xfffff800) << 1) : \ macro
96 addr = linux_regs->pc + 4 + OPCODE_BSR_DISP(op); get_step_address()

Completed in 77 milliseconds