Home
last modified time | relevance | path

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

/linux-6.12.1/arch/sh/kernel/
Dtraps_32.c318 #define SH_PC_12BIT_OFFSET(instr) ((((signed short)(instr<<4))>>3) + 4) macro
454 regs->pc += SH_PC_12BIT_OFFSET(instruction); in handle_unaligned_access()
461 regs->pc += SH_PC_12BIT_OFFSET(instruction); in handle_unaligned_access()
679 regs->pc += SH_PC_12BIT_OFFSET(inst); in emulate_branch()