Home
last modified time | relevance | path

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

/linux-6.12.1/arch/sh/kernel/
Dtraps_32.c317 #define SH_PC_8BIT_OFFSET(instr) ((((signed char)(instr))*2) + 4) macro
428 regs->pc += SH_PC_8BIT_OFFSET(instruction); in handle_unaligned_access()
442 regs->pc += SH_PC_8BIT_OFFSET(instruction); in handle_unaligned_access()
674 regs->pc += SH_PC_8BIT_OFFSET(inst); in emulate_branch()