Searched refs:OPCODE_BRA_DISP (Results 1 – 1 of 1) sorted by relevance
27 #define OPCODE_BRA_DISP(op) (((op) & 0x800) ? (((op) | 0xfffff800) << 1) : \ macro86 addr = linux_regs->pc + 4 + OPCODE_BRA_DISP(op); in get_step_address()