Searched refs:jr_op (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kernel/ |
D | probes-common.h | 23 case jr_op: in __insn_has_delay_slot()
|
D | branch.c | 438 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()
|
D | process.c | 335 return ip->r_format.func == jalr_op || ip->r_format.func == jr_op; in is_jump_ins()
|
/kernel/linux/linux-5.10/arch/mips/oprofile/ |
D | backtrace.c | 56 if (ip->r_format.func == jr_op && ip->r_format.rs == 31) in is_end_of_function_marker()
|
/kernel/linux/linux-5.10/arch/mips/mm/ |
D | uasm-mips.c | 116 [insn_jr] = {M(spec_op, 0, 0, 0, 0, jr_op), RS},
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
D | inst.h | 104 jr_op, enumerator
|
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
D | inst.h | 47 jr_op, jalr_op, movz_op, movn_op, enumerator
|
/kernel/linux/linux-5.10/arch/mips/math-emu/ |
D | cp1emu.c | 443 case jr_op: in isBranchInstr() 445 if (NO_R6EMU && insn.r_format.func == jr_op) in isBranchInstr()
|
/kernel/linux/linux-5.10/arch/mips/kvm/ |
D | emulate.c | 68 case jr_op: in kvm_compute_return_epc()
|