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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh2a/
H A Dopcode_helper.c38 unsigned int instruction_size(unsigned int insn) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dtraps.c30 regs->pc += instruction_size(bugaddr);
61 regs->pc -= instruction_size(__raw_readw(regs->pc - 4));
78 regs->pc -= instruction_size(__raw_readw(regs->pc - 4));
H A Dkgdb.c119 addr = linux_regs->pc + instruction_size(op);
121 flush_icache_range(addr, addr + instruction_size(op));
150 instruction_size(stepped_opcode));
261 regs->pc -= instruction_size(__raw_readw(regs->pc - 4));
H A Dtraps_32.c340 instruction_size(old_instruction));
377 if (instruction_size(instruction) != 2)
504 regs->pc += instruction_size(instruction);
561 regs->pc += instruction_size(instruction);
678 regs->pc += instruction_size(inst);
H A Dsignal_32.c531 regs->pc -= instruction_size(__raw_readw(regs->pc - 4));
629 regs->pc -= instruction_size(__raw_readw(regs->pc - 4));
631 regs->pc -= instruction_size(__raw_readw(regs->pc - 4));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dsystem.h133 extern unsigned int instruction_size(unsigned int insn);
135 #define instruction_size(insn) (2) macro
137 #define instruction_size(insn) (4) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh4/
H A Dfpu.c215 nextpc = regs->pc + instruction_size(insn);

Completed in 198 milliseconds