Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dprobes-common.h23 case jr_op: in __insn_has_delay_slot()
H A Dprocess.c216 ip->r_format.func == jr_op && in is_jr_ra_ins()
350 return ip->r_format.func == jalr_op || ip->r_format.func == jr_op; in is_jump_ins()
H A Dbranch.c438 case jr_op: in __compute_return_epc_for_insn()
439 if (NO_R6EMU && insn.r_format.func == jr_op) in __compute_return_epc_for_insn()
/openbmc/linux/arch/mips/mm/
H A Duasm-mips.c116 [insn_jr] = {M(spec_op, 0, 0, 0, 0, jr_op), RS},
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dinst.h47 jr_op, jalr_op, movz_op, movn_op, enumerator
/openbmc/linux/arch/mips/math-emu/
H A Dcp1emu.c443 case jr_op: in isBranchInstr()
445 if (NO_R6EMU && insn.r_format.func == jr_op) in isBranchInstr()
/openbmc/linux/arch/mips/kvm/
H A Demulate.c67 case jr_op: in kvm_compute_return_epc()