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

/linux-4.1.27/arch/sh/kernel/
H A Dtraps_32.c301 #define SH_PC_12BIT_OFFSET(instr) ((((signed short)(instr<<4))>>3) + 4) macro
437 regs->pc += SH_PC_12BIT_OFFSET(instruction); handle_unaligned_access()
444 regs->pc += SH_PC_12BIT_OFFSET(instruction); handle_unaligned_access()
677 regs->pc += SH_PC_12BIT_OFFSET(inst); emulate_branch()

Completed in 56 milliseconds