Home
last modified time | relevance | path

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

/arch/mips/oprofile/
Dbacktrace.c55 if (ip->r_format.func == jr_op && ip->r_format.rs == 31) in is_end_of_function_marker()
/arch/mips/kernel/
Duprobes.c22 case jr_op: in insn_has_delay_slot()
Dbranch.c432 case jr_op: in __compute_return_epc_for_insn()
433 if (NO_R6EMU && insn.r_format.func == jr_op) in __compute_return_epc_for_insn()
Dkprobes.c66 case jr_op: in insn_has_delayslot()
Dprocess.c309 return ip->r_format.func == jalr_op || ip->r_format.func == jr_op; in is_jump_ins()
/arch/mips/mm/
Duasm-mips.c93 { insn_jr, M(spec_op, 0, 0, 0, 0, jr_op), RS },
/arch/mips/include/uapi/asm/
Dinst.h46 jr_op, jalr_op, movz_op, movn_op, enumerator
/arch/mips/math-emu/
Dcp1emu.c456 case jr_op: in isBranchInstr()
458 if (NO_R6EMU && insn.r_format.func == jr_op) in isBranchInstr()
/arch/mips/kvm/
Demulate.c67 case jr_op: in kvm_compute_return_epc()