Searched refs:delay_slot (Results 1 – 6 of 6) sorted by relevance
42 static inline int delay_slot(struct pt_regs *regs) in delay_slot() function59 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()
79 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()
85 int delay_slot; member
251 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()
2027 } else if (delay_slot(regs)) { in emulate_load_store_MIPS16e()
1006 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()