Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dbranch.h42 static inline int delay_slot(struct pt_regs *regs) in delay_slot() function
59 if (likely(!delay_slot(regs))) in exception_epc()
77 } else if (!delay_slot(regs)) { in compute_return_epc()
88 if (likely(!delay_slot(regs))) { in MIPS16e_compute_return_epc()
/arch/arc/kernel/
Ddisasm.c79 state->delay_slot = IS_BIT(state->words[0], 5); in disasm_instr()
99 state->delay_slot = IS_BIT(state->words[0], 5); in disasm_instr()
160 state->delay_slot = 1; in disasm_instr()
309 state->delay_slot = subopcode & 1; in disasm_instr()
319 state->delay_slot = (subopcode == 7); in disasm_instr()
521 if (instr.delay_slot) { in disasm_next_pc()
/arch/arc/include/asm/
Ddisasm.h85 int delay_slot; member
/arch/mips/kernel/
Dmips-r2-to-r6-emul.c251 if (delay_slot(regs)) in jr_func()
987 if (delay_slot(regs)) { in mipsr2_decoder()
1044 if (delay_slot(regs)) { in mipsr2_decoder()
1113 if (delay_slot(regs)) { in mipsr2_decoder()
Dunaligned.c2027 } else if (delay_slot(regs)) { in emulate_load_store_MIPS16e()
/arch/mips/math-emu/
Dcp1emu.c1006 if (delay_slot(xcp)) { in cop1Emulate()
1016 if (delay_slot(xcp)) { in cop1Emulate()
1199 if (!cpu_has_mips_r6 || delay_slot(xcp)) in cop1Emulate()
1218 if (delay_slot(xcp)) in cop1Emulate()