Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Dprobes-common.h22 case jalr_op: in __insn_has_delay_slot()
H A Dbranch.c435 case jalr_op: in __compute_return_epc_for_insn()
/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},
/linux/arch/mips/include/uapi/asm/
H A Dinst.h47 jr_op, jalr_op, movz_op, movn_op, enumerator
/linux/arch/mips/kvm/
H A Demulate.c64 case jalr_op: in kvm_compute_return_epc()