Searched refs:jal_op (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/arch/mips/kernel/ |
D | uprobes.c | 50 case jal_op: in insn_has_delay_slot()
|
D | kprobes.c | 83 case jal_op: in insn_has_delayslot()
|
D | process.c | 260 if (ip->j_format.opcode == jal_op) in is_jump_ins()
|
D | branch.c | 559 case jal_op: in __compute_return_epc_for_insn()
|
/linux-4.4.14/arch/mips/mm/ |
D | uasm-mips.c | 89 { insn_jal, M(jal_op, 0, 0, 0, 0, 0), JIMM },
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | inst.h | 22 spec_op, bcond_op, j_op, jal_op, enumerator
|
/linux-4.4.14/arch/mips/kvm/ |
D | emulate.c | 133 case jal_op: in kvm_compute_return_epc()
|
/linux-4.4.14/arch/mips/math-emu/ |
D | cp1emu.c | 514 case jal_op: in isBranchInstr()
|