Searched refs:delay_slot (Results 1 – 5 of 5) sorted by relevance
45 static inline int delay_slot(struct pt_regs *regs) in delay_slot() function62 if (likely(!delay_slot(regs))) in exception_epc()80 } else if (!delay_slot(regs)) { in compute_return_epc()91 if (likely(!delay_slot(regs))) { in MIPS16e_compute_return_epc()
76 state->delay_slot = IS_BIT(state->words[0], 5); in disasm_instr()96 state->delay_slot = IS_BIT(state->words[0], 5); in disasm_instr()157 state->delay_slot = 1; in disasm_instr()306 state->delay_slot = subopcode & 1; in disasm_instr()316 state->delay_slot = (subopcode == 7); in disasm_instr()577 if (instr.delay_slot) { in disasm_next_pc()
82 int delay_slot; member
253 if (delay_slot(regs)) in jr_func()989 if (delay_slot(regs)) { in mipsr2_decoder()1046 if (delay_slot(regs)) { in mipsr2_decoder()1115 if (delay_slot(regs)) { in mipsr2_decoder()
1263 } else if (delay_slot(regs)) { in emulate_load_store_MIPS16e()