Home
last modified time | relevance | path

Searched refs:j_format (Results 1 – 6 of 6) sorted by relevance

/arch/mips/kernel/
Djump_label.c55 insn.j_format.opcode = J_ISA_BIT ? mm_j32_op : j_op; in arch_jump_label_transform()
56 insn.j_format.target = e->target >> J_RANGE_SHIFT; in arch_jump_label_transform()
Dprocess.c255 ip->j_format.opcode == mm_jal32_op) in is_jump_ins()
262 if (ip->j_format.opcode == j_op) in is_jump_ins()
264 if (ip->j_format.opcode == jal_op) in is_jump_ins()
382 if (ip->j_format.opcode == j_op) in get___schedule_addr()
383 return J_TARGET(ip, ip->j_format.target); in get___schedule_addr()
Dbranch.c232 *contpc |= (insn.j_format.target << 2); in __mm_isBranchInstr()
243 *contpc |= (insn.j_format.target << 1); in __mm_isBranchInstr()
566 epc |= (insn.j_format.target << 2); in __compute_return_epc_for_insn()
/arch/mips/include/uapi/asm/
Dinst.h537 struct j_format { struct
934 struct j_format j_format; member
/arch/mips/kvm/
Demulate.c139 epc |= (insn.j_format.target << 2); in kvm_compute_return_epc()
/arch/mips/math-emu/
Dcp1emu.c525 *contpc |= (insn.j_format.target << 2); in isBranchInstr()