Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dprobes-common.h22 case jalr_op: in __insn_has_delay_slot()
H A Dprocess.c350 return ip->r_format.func == jalr_op || ip->r_format.func == jr_op; in is_jump_ins()
H A Dbranch.c435 case jalr_op: in __compute_return_epc_for_insn()
/openbmc/linux/arch/mips/mm/
H A Duasm-mips.c114 [insn_jalr] = {M(spec_op, 0, 0, 0, 0, jalr_op), RS | RD},
118 [insn_jr] = {M(spec_op, 0, 0, 0, 0, jalr_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/kvm/
H A Demulate.c64 case jalr_op: in kvm_compute_return_epc()
/openbmc/linux/arch/mips/math-emu/
H A Dcp1emu.c436 case jalr_op: in isBranchInstr()