Searched refs:jr_op (Results 1 – 5 of 5) sorted by relevance
/arch/mips/kernel/ |
D | branch.c | 53 case jr_op: in __compute_return_epc()
|
D | process.c | 263 return ip->r_format.func == jalr_op || ip->r_format.func == jr_op; in is_jal_jalr_jr_ins()
|
/arch/mips/include/asm/ |
D | inst.h | 42 jr_op, jalr_op, movz_op, movn_op, enumerator
|
/arch/mips/mm/ |
D | uasm.c | 111 { insn_jr, M(spec_op, 0, 0, 0, 0, jr_op), RS },
|
/arch/mips/math-emu/ |
D | cp1emu.c | 120 case jr_op: in isBranchInstr()
|